tsdecompose.tsvets.estimate | R Documentation |
Decomposes the estimated model or prediction into its component parts (states).
## S3 method for class 'tsvets.estimate' tsdecompose(object, simplify = FALSE, ...)
object |
an object of class “tsvets.estimate”. |
simplify |
simplification of the returned states aggregates the level and slope (if present) into a Trend, Seasonal, X and Irregular components. |
... |
not currently used. |
A list of xts matrices with the state components (including error).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.