predict.boiwsa: Predict

View source: R/generic_functions.R

predict.boiwsaR 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.


boiwsa documentation built on April 4, 2025, 1:57 a.m.