predict.boiwsa {boiwsa}R Documentation

Predict

Description

S3 method for 'boiwsa' class. Returns forecasts and other information using a combination of nonseasonal auto.arima and estimates from boiwsa.

Usage

## S3 method for class 'boiwsa'
predict(object, ...)

Arguments

object

An object of class boiwsa.

...

Additional arguments:

  • n.ahead: Number of periods for forecasting (required).

  • level: Confidence level for prediction intervals. By default is set to c(80, 95).

  • new_H: Matrix with future holiday- and trading day factors.

  • arima.options: List of forecast::Arima arguments for custom modeling.

Value

A list containing the forecast values and ARIMA fit.


[Package boiwsa version 1.1.3 Index]