powered by
sform finds the structural form for an ARIMA model from its the eventual forecast function.
sform
sform(mdl, ...)# S3 method for um sform(mdl, fSv = NULL, par = NULL, ...)
# S3 method for um sform(mdl, fSv = NULL, par = NULL, ...)
an object of class um.
um
other arguments.
optional function to create the covariance matrix.
vector of parameters for function fSv.
An object of class stsm
stsm
# NOT RUN { airl <- um(i = list(1, c(1, 12)), ma = "(1 - 0.86B)(1 - 0.8B12)") sf <- sform(airl) sf # }
Run the code above in your browser using DataLab