A topic in the Open Knowledge Graph — a free, open map of 15,290 topics and the order to learn them in.

Modeling Time-Varying Volatility with GARCH

College Depth 116 in the knowledge graph I know this Set as goal
882prerequisites beneath it
See this on the map →
Expected Return and Variance of Financial AssetsAutoregressive (AR) Models and Order Selection+1 more
volatility garch forecasting modeling

Core Idea

GARCH models capture volatility clustering—the tendency for large price changes to be followed by more volatility. A GARCH(1,1) model expresses conditional variance as a weighted average of lagged squared returns and past variance: σ²_t = ω + αε²_{t-1} + βσ²_{t-1}. This is superior to constant volatility for option pricing, risk management, and portfolio construction.

How It's Best Learned

Estimate GARCH parameters using actual return data and compare one-step-ahead volatility forecasts to realized volatility measures.

Explainer

From your work on asset returns, you know that variance (σ²) is the standard measure of risk, and that portfolio optimization requires estimates of expected return and variance for each asset. The implicit assumption in the basic framework is that variance is constant over time. Empirically, this is wrong in a very structured way: financial return series exhibit volatility clustering, meaning large price moves (positive or negative) tend to cluster together, followed by calmer periods. A plot of daily stock returns makes this obvious — the series looks like alternating stretches of high-amplitude and low-amplitude fluctuations. A constant-variance model misses this pattern entirely.

GARCH (Generalized Autoregressive Conditional Heteroskedasticity) models volatility as a time-varying process with memory. The GARCH(1,1) model specifies the conditional variance as:

σ²ₜ = ω + αε²ₜ₋₁ + βσ²ₜ₋₁

Each term has an intuition. The constant ω sets a floor — it ensures variance doesn't collapse to zero. The term αε²ₜ₋₁ is the news component: if yesterday's return was surprisingly large (ε² is large), today's variance estimate gets updated upward. This is the autoregressive part applied to squared residuals — just as an AR model says today's value depends on yesterday's, GARCH says today's variance depends on yesterday's shock. The term βσ²ₜ₋₁ is the persistence component: it carries forward the previous variance estimate, capturing the fact that volatility regimes (high-volatility or low-volatility periods) tend to last for days or weeks, not just one period.

The parameter sum α+β controls how quickly volatility reverts to its long-run average ω/(1−α−β). If α+β is close to 1 (typical for equity markets, often 0.98–0.99), volatility is highly persistent — a shock to volatility today will still be felt weeks later. If α+β < 1, the process is stationary and volatility eventually mean-reverts. If α+β = 1, you have an IGARCH model (integrated GARCH), where shocks are permanent. In practice, equity index volatility is estimated with α ≈ 0.05–0.10 and β ≈ 0.85–0.90: large persistence, but with a meaningful news component. The connection to AR models from your time series prerequisite is exact: just as ARMA models capture autocorrelation in the first moment (the level) of a series, GARCH captures autocorrelation in the second moment (the variance). You can verify this by running an AR(1) on the squared returns from a GARCH process — the autocorrelation will be detectable.

GARCH-based volatility forecasts are used in option pricing (replacing the constant σ in Black-Scholes with a time-varying conditional variance), value-at-risk calculations (dynamic VaR uses today's GARCH estimate instead of a fixed historical window), and portfolio rebalancing (downweight assets when their conditional volatility spikes). Extensions like EGARCH and GJR-GARCH capture the leverage effect — the empirical finding that negative return shocks increase volatility more than positive shocks of the same magnitude — which the symmetric GARCH(1,1) misses.

Practice Questions 5 questions

Prerequisite Chain

Understanding ZeroThe Number ZeroCounting to FiveCounting to 10Counting to 20Counting a Set of Objects Up to 20Cardinality: The Last Number CountedMatching Numerals to QuantitiesSubitizing Small QuantitiesAddition Within 10Number Bonds to 10Addition Within 20Doubles and Near DoublesDoubles Facts Within 10Near Doubles Facts Within 20Mental Math Strategies for AdditionMental Math: Adding and Subtracting TensAddition Within 100Repeated Addition as MultiplicationMultiplication as Equal GroupsMultiplication: ArraysBasic Multiplication Facts (0s, 1s, 2s, 5s, 10s)Multiplication Facts Within 100Division as Equal SharingDivision as Grouping (Measurement Division)Division: Grouping (Repeated Subtraction) ModelDivision: Fair Sharing ModelDivision as Equal SharingDivision as GroupingBasic Division FactsDivision Facts Within 100Multiplication and Division Fact FamiliesRelationship Between Multiplication and DivisionDivision Facts as Inverse of MultiplicationRemainders and Quotients in DivisionDivision Word ProblemsMulti-Step Word ProblemsSolving Multi-Step Word ProblemsMultiplication Word ProblemsDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueIntegers and the Number LineComparing and Ordering IntegersAbsolute ValueAdding IntegersSubtracting IntegersMultiplying IntegersDividing IntegersUnit RatesProportionsPercent ConceptConverting Between Fractions, Decimals, and PercentsOperations with Rational NumbersTwo-Step EquationsSolving Multi-Step EquationsEquations with Variables on Both SidesAngle Pairs: Complementary, Supplementary, and VerticalParallel Lines and TransversalsCorresponding AnglesAlternate Interior AnglesTriangle Angle Sum TheoremExterior Angle TheoremTriangle Inequality TheoremSimilar Triangles: AA SimilaritySimilar Triangles: SSS and SAS SimilarityProportions in Similar TrianglesRight Triangle Trigonometry IntroductionSine, Cosine, and Tangent RatiosTrigonometric Ratios ReviewRadian MeasureConverting Between Degrees and RadiansThe Unit CircleGraphing Sine and CosineGraphing Tangent and Reciprocal Trigonometric FunctionsDerivatives of Trigonometric FunctionsAntiderivativesIndefinite IntegralsBasic Integration RulesRiemann SumsDefinite Integral DefinitionProbability Density Functions and Continuous DistributionsCumulative Distribution FunctionsContinuous Random VariablesProbability Density FunctionsExpected ValueWeak Law of Large NumbersProbability Axioms and RulesConditional ProbabilityIndependence of EventsSampling DistributionsStandard Error of EstimatorsHypothesis Testing: Framework and LogicP-values and Statistical SignificanceEffect Size and Practical SignificanceHypothesis Testing: Framework and LogicZ-Tests and T-Tests for MeansOne-Sample Z-Test for MeansOne-Sample and Two-Sample T-TestsInference in Linear RegressionPrediction Intervals in RegressionLinear Regression BasicsResiduals and Goodness of Fit (R²)Simple (Bivariate) OLS RegressionClassical OLS Assumptions (Gauss-Markov)Multiple RegressionInterpreting Regression CoefficientsHypothesis Testing in RegressionF-Test and Joint SignificanceChow Test and Detection of Structural BreaksUnit Roots and Testing for StationarityAutoregressive (AR) Models and Order SelectionModeling Time-Varying Volatility with GARCH

Longest path: 117 steps · 882 total prerequisite topics

Prerequisites (3)

Leads To (0)

No topics depend on this one yet.