predict.ARmdl: Predict for a 'ARmdl' object

View source: R/methods.R

predict.ARmdlR Documentation

Predict for a ARmdl object

Description

This is a method for the function predict() for objects of the class ARmdl.

Usage

## S3 method for class 'ARmdl'
predict(object, ..., h = 10)

Arguments

object

a model object for which prediction is desired.

...

additional arguments affecting the predictions produced.

h

max number of prediction periods

Value

a (h x q) matrix with predicted value values.


roga11/MSTest documentation built on Feb. 25, 2025, 6:10 p.m.