Extracts a model specification (class “tsissm.spec”) from an object of class “tsissm.estimate”.
# S3 method for tsissm.estimate
tsspec(
object,
y = NULL,
lambda = NULL,
xreg = NULL,
parameters = "initial",
...
)
An object of class “tsissm.spec”.
an object of class “tsissm.estimate”.
an optional new xts vector.
an optional lambda parameter for the Box Cox transformation (if previously used).
an optional matrix of regressors.
whether to set the parameters to their initial values, “initial” or the optimally estimated “optimal”.
not currently used.