tsspec.tsissm.estimate | R Documentation |
Extracts a model specification (class “tsissm.spec”) from an object of class “tsissm.estimate”.
## S3 method for class 'tsissm.estimate' tsspec(object, y = NULL, lambda = NULL, xreg = NULL, ...)
object |
an object of class “tsissm.estimate”. |
y |
an optional new xts vector. |
lambda |
an optional lambda parameter for the Box Cox transformation (if previously used). |
xreg |
an optional matrix of regressors. |
... |
not currently used. |
An object of class “tsissm.spec”.
This function is used by other functions in the package such as the backtest which requires rebuilding the specification for each re-estimation step with updated data but keeping all else equal.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.