ardec.components {ArDec} | R Documentation |
Extraction of autoregressive components from object of class "ardec"
ardec.components(object, th = 0.95, ...)
object |
object of class "ardec" |
th |
value of damping threshold |
... |
additional arguments for specific methods |
A list with components
periodcomps |
periodic components |
trendcomp |
trend component |
S. M. Barbosa
data(tempEng) decomposition=ardec(tempEng,ardec.lm(tempEng)$coefficients) components=ardec.components(decomposition) plot(components$trendcomp) plot(components$periodcomps$comps)