Time series forecasting using the ARIMA model

ARIMA is one of the most popular time series forecasting models and as its name indicates is made up of three terms:

  • AR: Stands for autoregression, which is nothing more than applying a linear regression algorithm using one observation and its own lagged observations as training data.

    The AR model uses the following formula:

    Time series forecasting using the ARIMA model

    Where Time series forecasting using the ARIMA model are the weights of the models learned from the previous observations and Time series forecasting using the ARIMA model is ...

Get Data Analysis with Python now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.