ARIMA
ARIMA
AR: Autoregression. A model that uses the dependent relationship between an observation
and some number of lagged observations.
I: Integrated. The use of differencing of raw observations (e.g. subtracting an observation
from an observation at the previous time step) in order to make the time series stationary.
MA: Moving Average. A model that uses the dependency between an observation and a
residual error from a moving average model applied to lagged observations.
The classical approach for fitting an ARIMA model is to follow the Box-Jenkins
Methodology.
This is a process that uses time series analysis and diagnostics to discover good
parameters for the ARIMA model.
1. Model Identification. Use plots and summary statistics to identify trends, seasonality, and
autoregression elements to get an idea of the amount of differencing and the size of the lag
that will be required.
2. Parameter Estimation. Use a fitting procedure to find the coefficients of the regression
model.
3. Model Checking. Use plots and statistical tests of the residual errors to determine the
amount and type of temporal structure not captured by the model.