Learn R Programming

tfarima (version 0.4.1)

predict.ssm: Predict method for state space models

Description

predict.ssm generates forecasts from fitted state space models by converting to univariate ARIMA or transfer function models and using their prediction methods.

Usage

# S3 method for ssm
predict(object, ...)

Value

An object of class predict.um or predict.tfm.

Arguments

object

an object of class ssm.

...

additional arguments passed to predict.um (for models without regressors) or predict.tfm (for models with regressors). See their documentation for available options such as forecast horizon, confidence levels, etc.

See Also

predict.um, predict.tfm