sform | R Documentation |
sform
finds the structural form for an ARIMA model from its the eventual
forecast function.
sform(mdl, ...) ## S3 method for class 'um' sform(mdl, fSv = NULL, par = NULL, ...)
mdl |
an object of class |
... |
other arguments. |
fSv |
optional function to create the covariance matrix. |
par |
vector of parameters for function fSv. |
An object of class stsm
airl <- um(i = list(1, c(1, 12)), ma = "(1 - 0.86B)(1 - 0.8B12)") sf <- sform(airl) sf
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.