Usage
"coef"(object, ...)
"print"(x, digits = max(3L, getOption("digits") - 3L), vcov.type = c("hessian", "infomat", "OPG", "sandwich", "optimHessian"), ...)
"fitted"(object, std.rediduals = TRUE, version = c("KFKSDS", "stats"), ...)
"residuals"(object, standardised = FALSE, version = c("KFKSDS", "stats"), ...)
"plot"(x, ...)
"predict"(object, n.ahead = 1L, se.fit = TRUE, version = c("KFKSDS", "stats"), ...)
"predict"(object, n.ahead = 1L, se.fit = TRUE, version = c("KFKSDS", "stats"), ...)
"plot"(x, ...)
"tsSmooth"(object, version = c("KFKSDS", "stats"), ...)
"tsSmooth"(object, version = c("KFKSDS", "stats"), ...)
"plot"(x, ...)
"tsdiag"(object, gof.lag = 10L, ...)
Arguments
object
an object of class stsm
or a stsmFit
list. x
a stsmFit
list. For plot
methods it is a list of class
stsmComponents
, stsmPredict
or stsmSmooth
.
digits
minimal number of significant digits, see print.default
.
vcov.type
a character indicating the type of covariance matrix to be used to
compute the standard errors of the parameter estimates.
version
a character indicating whether the Kalman filter and smoother functions
from package KFKSDS or from the stats package should be used.
std.rediduals
logical. If TRUE
residuals are standardised.
standardised
logical. If TRUE
standardised are returned.
n.ahead
a numeric, number of observations ahead to perform prediction.
se.fit
logical. If TRUE
standard errors of the predictions are returned.
gof.lag
numeric, number of lag autocorrelation coefficients to which apply the Box test.
type
A character. Type of information used to compute the covariance matrix of the
parameters of the fitted model: information matrix, Hessian or a mixture of them.
...
additional arguments to be passed to the functions called in these methods.