About
The fundamental insight connecting linear time series models (ARMA) to volatility models (ARCH/GARCH) through the lens of squared series.
The Key Analogy
| Linear Model | Squared Series | Volatility Model |
|---|---|---|
| AR(p) process | follows AR | ARCH(p) |
| ARMA(p,q) process | follows ARMA | GARCH(p,q) |
ARCH as AR Process
An ARCH(m) model can be viewed as an AR(m) process applied to the squared series :
where is a martingale difference sequence.
GARCH as ARMA Process
A GARCH(m,s) model can be written as an ARMA(max(m,s), s) process for :
This representation explains why:
- GARCH is more parsimonious than high-order ARCH (just like ARMA vs AR)
- The stationarity condition for GARCH mirrors that of ARMA:
Why This Matters
This relationship means we can use familiar tools from ARMA modeling:
- PACF of → determine ARCH order
- ACF/PACF of → identify GARCH structure
- Stationarity conditions → ensure finite unconditional variance