R/arima_fast_model.R
arima_fast_model.Rd
Adaptive fast ARIMA model specification
arima_fast_model( mode = "regression", forecast_horizon = NULL, frequency = NULL )
A single character string for the model mode.
Number of periods to forecast.
Frequency of the input series.
An adaptive fast ARIMA model specification.