Arch Models Jun 2026
In an ARCH(q) model, the variance of the error term $\epsilon_t$ depends on the squared errors of previous periods: $$\epsilon_t = \sigma_t z_t$$ Where $z_t \sim N(0,1)$ (standard normal).
Used to model , where volatility rises more after a negative surprise than a positive one. This asymmetry is common in equity markets. 3. APARCH (Asymmetric Power ARCH)
While ARCH is powerful, it often requires many parameters ($q$) to capture the persistence of volatility. Tim Bollerslev extended this to the Generalized ARCH (GARCH(p, q)) model by adding lagged conditional variances: arch models
stands for Autoregressive Conditional Heteroscedasticity. It is a statistical framework designed specifically to model time series data characterized by non-constant variance (heteroscedasticity) that depends on past observations.
If you work in trading, risk, or quantitative finance, GARCH(1,1) should be as familiar to you as linear regression. It is the baseline—the "check your assumptions" model for anything involving volatility. In an ARCH(q) model, the variance of the
While the original ARCH model is powerful, its limitation lies in requiring a large number of parameters to capture long-term volatility dependence. This led to the development of several extensions: 1. GARCH (Generalized ARCH)
If (\beta) is close to 1 (which it often is—think 0.85 to 0.98 for equities), volatility is highly persistent . A shock today will elevate risk for weeks or months. It is a statistical framework designed specifically to
Enter (introduced by Tim Bollerslev in 1986). A GARCH(1,1) model—the industry workhorse—uses only three parameters to capture volatility dynamics:
Models the log of variance, ensuring it is always positive without constraints on coefficients, and allows for asymmetric effects.
GARCH models are powerful but not perfect:
Unlike standard regression models that assume constant variance over time (homoscedasticity), ARCH models recognize that financial data often experiences "volatility clustering"—low volatility periods followed by low volatility, and high volatility periods followed by high volatility. The Core Concept: Modeling Variance
