Automatic Identification of Model Using auto.arima() Function in R
Premium
auto.arima() Function
R also has a package called forecast, which contains many forecasting functions for time series and linear models. It also contains a very useful function called auto.arima
, which returns the best ARIMA model according to either AIC, AICc or BIC value. The function conducts a search over possible models within the order constraints provided.
Unlock Premium Content
Upgrade your account to access the full article, downloads, and exercises.
You'll get access to:
- Access complete tutorials and examples
- Download source code and resources
- Follow along with practical exercises
- Get in-depth explanations