ARIMA Models Flashcards
(9 cards)
ARIMA Models purpose
Models time series data using autoregression (AR), integration (I), and moving average (MA)
A time series is covariance stationary if:
- Mean Reversion: Fluctuates around a constant long-run mean
- Constant Variance: Variance does not change over time
- Decaying Autocorrelation: Correlation between values diminishes over time
If a time series is non-stationary:
- Classical regression results are invalid (spurious regression)
- Shocks are permanent, meaning effects do not dissipate over time
AR(1) Model:
is a Gaussian error term
The current value depends on its previous value
AR(p) Model
A general AR(ρ) model has ρ lagged terms
The roots of the characteristic equation must be greater than 1 in absolute value
Strict Stationarity
The joint distribution remains the same regardless of time shifts
Covariance Stationarity:
Only the mean, variance, and autocovariance remain constant over time
Augmented Dickey-Fuller (ADF) Test
tests for unit roots (non-stationarity)
Critical values vary based on trend vs. purely covariance stationarity
If a series has a unit root:
Shocks have permanent effects → No mean reversion
- Predicting future values is difficult**
- Transforms needed (e.g., differencing) to make data stationary for valid regression