Auto ARIMA | |||
Description | Auto ARIMA (Auto-Regressive Integrated Moving Average) is a statistical algorithm that uses time series data to forecast future values. It automatically determines the best parameters for an ARIMA model. | ||
Why to use | Auto ARIMA automates the selection of ARIMA parameters, saving time and effort compared to manual tuning. It uses criteria like AIC or BIC to evaluate models, providing a systematic approach to model selection. | ||
When to use |
| When not to use |
|
Prerequisite | Stationarity | ||
Input |
| Output |
|
Statistical Methods |
| Limitations |
|