ARIMA
Earlier, in the section on exploratory data analysis, we talked about how seasonality and stationarity are important elements when it comes to forecasting time series. In fact, median forecasting has trouble with both. If the mean of a time series continuously shifts, then median forecasting will not continue the trend, and if a time series shows cyclical behavior, then the median will not continue with the cycle.
ARIMA which stands for Autoregressive Integrated Moving Average, is made up of three core components:
- Autoregression: The model uses the relationship between a value and a number of lagged observations.
- Integrated: The model uses the difference between raw observations to make the time series stationary. A time series going continuously ...
Get Machine Learning for Finance 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.