S3 method for 'boiwsa' class. Returns forecasts and other information using a combination of nonseasonal auto.arima and estimates from boiwsa.
# S3 method for boiwsa
predict(object, ...)A list containing the forecast values and ARIMA fit.
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.