GARCH Model Simulator

Visualize how volatility clusters in financial time series using the GARCH (Generalized Autoregressive Conditional Heteroskedasticity) model.





About GARCH Models

The GARCH (Generalized Autoregressive Conditional Heteroskedasticity) model is widely used in finance to model and forecast volatility. It captures the "volatility clustering" phenomenon where large changes tend to be followed by large changes (of either sign) and small changes tend to be followed by small changes.

The GARCH(1,1) model is defined by:

σt2 = ω + αεt-12 + βσt-12

Where:

Key properties of GARCH models: