![]() |
VOOZH | about |
ARCH is a statistical model used to analyze time series data where the variance changes over time. It was introduced by Robert Engle in 1982 mainly for financial data like stock returns. ARCH models help capture the fact that big market moves tend to be followed by more big moves and calm periods by low volatility a pattern called volatility clustering.
Let us now compare ARCH and GARCH:
| Feature | ARCH (Autoregressive Conditional Heteroskedasticity) | GARCH (Generalized ARCH) |
|---|---|---|
| Definition | Models conditional variance using past squared errors | Extends ARCH by including past conditional variances along with past squared errors |
| Variance Equation | ||
| Memory | Short memory and depends only on past squared errors | Longer memory and depends on both past errors and past variances |
| Parameters | Typically only coefficients | Both and coefficients |
| Flexibility | Less flexible in capturing volatility clustering | More flexible, better captures persistence in volatility |
| Typical Use | Early model for volatility, less used alone now | Widely used for modeling financial time series volatility |