fitted.dfa {signalextraction} | R Documentation |
This is the filtered real time series, i.e. the main output
of the function dfa
.
## S3 method for class 'dfa': fitted(object, ...)
object |
An R object of class
"dfa" , typically the result of dfa() . |
... |
Further arguments passed to or from other methods |
Filter output
Marc Wildi & Marcel Dettling, <[wia/dem]@zhwin.ch>
Marc Wildi, Real-Time Signal Extraction (Beyond Maximum Likelihood Principles), Springer. To appear in 2007.
data(fit) ## Instead of calling data(fit), one could run (time consuming) ## set.seed(21) ## data(x) ## fit <- dfa(x) fitted(fit) plot(fitted(fit), type="l")