fit {signalextraction}R Documentation

Example of an object of class dfa

Description

This is an example of an R object of class "dfa", i.e. the result of the assignment fit <- dfa(x) on the business survey dataset x. Its purpose is to enable illustrative and meaningful examples without running the CPU-time intensive optimization routine.

Usage

data(fit)

Format

An object of class "dfa". For an explanation of its contents, see the help file of dfa.

Source

Obtained from set.seed(21); data(x); fit <- dfa(x)

References

Marc Wildi, Real-Time Signal Extraction (Beyond Maximum Likelihood Principles), Springer. To appear in 2007.

Examples

data(fit)

## Instead of calling data(fit), one could run (time consuming)
## set.seed(21)
## data(x)
## fit <- dfa(x)

str(fit)
plot(fit)

[Package signalextraction version 2.0.3 Index]