Adaptive fast ARIMA model specification

arima_fast_model(
  mode = "regression",
  forecast_horizon = NULL,
  frequency = NULL
)

Arguments

mode

A single character string for the model mode.

forecast_horizon

Number of periods to forecast.

frequency

Frequency of the input series.

Value

An adaptive fast ARIMA model specification.