GARCH is powerful, but fitting it means estimating three parameters by maximum likelihood — overkill when you just need a fast, robust volatility number for a risk report tonight. Enter the exponentially weighted moving average (EWMA): a one-parameter volatility estimator that captures the most important feature — recent moves matter more than old ones — with arithmetic simple enough to do in a spreadsheet. It became the heart of J.P. Morgan’s RiskMetrics system, the framework that brought Value-at-Risk to the whole industry. EWMA is the pragmatic volatility tool: not the most accurate, but the one a desk reaches for first.
Before you read — take a guess
A simple 100-day rolling standard deviation of returns suddenly drops a year after a crash, even though nothing happened that day. Why, and how does EWMA help?
The problem with equal-weighted windows
Analogy. A simple rolling-window volatility is like judging today’s weather by averaging the last 100 days equally — a hurricane 99 days ago counts exactly as much as yesterday, and then vanishes completely the moment it ages out to day 101. Two artifacts follow: stale data gets equal say, and the estimate jumps when a big old observation exits the window even though nothing happened today.
The fix. Common sense says recent returns should matter more than ancient ones, and influence should fade, not fall off a cliff. EWMA encodes exactly that: weights that decline geometrically into the past, with no hard cutoff.
EWMA: variance with fading memory
Definition. The EWMA variance update is a weighted blend of yesterday’s variance estimate and yesterday’s squared return: where (lambda), the decay factor, sits between 0 and 1. Unrolling the recursion shows the geometric weighting explicitly: The return from days ago carries weight — a geometric decay. The weights sum to 1 (a proper weighted average), and the most recent return always gets the biggest slice, .
What controls. is the memory dial:
- High (near 1, e.g. 0.97): weights decay slowly → long memory → smooth, slow-to-react estimate.
- Low (e.g. 0.85): weights decay fast → short memory → jumpy, fast-reacting estimate that snaps to recent moves.
Worked example — one EWMA update. Take , yesterday’s variance (vol ), and yesterday’s return ( day, ): Today’s vol estimate is — the day nudged it up, weighted by .
Each bar is the weight (1 − λ)·λ^k on the squared return from k days ago. Lower λ piles weight on the last few days (fast but jumpy); raise λ toward 1 and the weights spread into a long, smooth memory. The half-life readout shows how many days back hold half the total weight.
The half-life: how long is EWMA’s memory?
A clean way to summarize is its half-life — the number of days back at which the weight has decayed to half the most recent day’s. Solve :
Worked examples.
- (RiskMetrics daily): days. Roughly the last two trading weeks hold half the weight.
- (RiskMetrics monthly): days — a longer memory, smoother estimate.
- : days — very short memory, snaps to recent moves fast.
The half-life turns an abstract decay factor into something interpretable: “this estimate effectively remembers about two weeks of returns.”
The EWMA decay factor.
Pick the right option for each blank, then check.
In EWMA, the weight on the squared return from k days ago is (1 − λ)·λ^k, a decay. A λ gives a longer memory and a smoother estimate, while a lower λ reacts faster. The half-life, ln(0.5)/ln(λ), tells you how many days back hold of the most recent day's weight.
EWMA is GARCH’s special case (IGARCH)
Here’s the elegant connection to the previous lesson. Compare the two variance equations:
- GARCH(1,1): .
- EWMA: .
They are the same equation under three identifications: , , and . So EWMA is exactly GARCH(1,1) with and — the IGARCH (integrated GARCH) case from the GARCH lesson.
The consequence: because persistence , EWMA has no mean reversion and no long-run variance (the formula divides by zero). Volatility shocks are treated as permanent: EWMA never pulls its forecast back toward a long-run “climate” level the way a stationary GARCH does. Its multi-step forecast is just a flat line at the current estimate. That’s the price of simplicity — and the key behavioral difference from GARCH.
EWMA is equivalent to a GARCH(1,1) with which parameter restrictions, and what is the main behavioral consequence?
RiskMetrics and the famous λ = 0.94
In 1994, J.P. Morgan published RiskMetrics, a methodology (and free dataset) for measuring market risk that put Value-at-Risk (VaR) on every desk. Its volatility engine was EWMA, and it shipped with a now-iconic default:
- for daily data, and for monthly data.
These weren’t fitted per asset — they were fixed constants, chosen by RiskMetrics to work reasonably well across a huge cross-section of assets. That universality was the point: a single, simple, no-estimation-required recipe any institution could apply consistently to compute VaR.
How EWMA feeds VaR. A one-day 99% VaR under a normal assumption is roughly where is the EWMA volatility estimate and is the 99% normal quantile. Because updates daily with the EWMA recursion, the VaR breathes with the market — rising in turbulence, falling in calm — without re-fitting anything.
Worked example — daily VaR. A $10,000,000 position, EWMA daily vol , 99% one-day VaR: dollars. If a turbulent week pushes the EWMA estimate to , the VaR rises to dollars — automatically, just from the updated volatility.
Match each EWMA / RiskMetrics concept to its meaning.
Pick a term, then click its definition.
EWMA vs GARCH: when to use which
| Feature | EWMA | GARCH(1,1) |
|---|---|---|
| Parameters | one (, often fixed) | three (), estimated |
| Mean reversion | none () | yes (if ) |
| Long-run variance | undefined | |
| Multi-step forecast | flat at current level | reverts to long-run anchor |
| Estimation | none (recursive) | maximum likelihood |
| Best for | fast, robust, consistent daily VaR | accurate forecasts, term structure, research |
The trade-off. EWMA wins on simplicity, speed, and robustness: no fitting, no estimation risk, transparent, reproducible across thousands of assets — ideal for production risk systems and short-horizon VaR. GARCH wins on accuracy and structure: it captures mean reversion, produces a proper volatility term structure for multi-horizon forecasts, and (with t-errors or asymmetry) fits the data better. The rule of thumb: EWMA for fast, uniform, short-horizon risk numbers; GARCH when forecast accuracy and the volatility term structure matter (options pricing, longer horizons, research).
EWMA's blind spot: no mean reversion bites at longer horizons
Because EWMA has no long-run anchor, its multi-step volatility forecast is just today’s estimate, flat. After a crash it will keep predicting crash-level volatility indefinitely; after a calm spell it predicts calm forever. For one-day VaR that’s fine — tomorrow really does look like today. But for multi-week or option-pricing horizons, ignoring mean reversion can badly over- or under-state risk. That’s precisely when you switch to a stationary GARCH whose forecast decays back toward the long-run level.
If EWMA is just a restricted GARCH, why did it become the industry standard instead of GARCH?
Three pragmatic reasons, all about operational robustness over statistical optimality. First, no estimation means no estimation risk: GARCH parameters are fitted by maximum likelihood, which can fail to converge, land on unstable values (), or wobble month to month as the window rolls — a nightmare when you must produce the same risk number consistently across 5,000 instruments every night. EWMA’s fixed is deterministic and reproducible. Second, transparency and auditability: a regulator or risk committee can verify an EWMA number by hand; a fitted GARCH is a black box by comparison. Third, uniformity: RiskMetrics’ whole pitch was a single, consistent methodology applicable to every asset class at once, so risks aggregate sensibly across the firm — fixed- EWMA delivers that, per-asset GARCH fitting does not. The cost is real (no mean reversion, worse multi-horizon forecasts), but for the specific job of daily, firm-wide, defensible VaR, robustness beat accuracy. Research desks and option pricers, with different needs, still reach for GARCH.
For computing a fast, consistent, firm-wide ONE-DAY VaR across thousands of positions every night, which volatility estimator fits the job best and why?
Putting it together
EWMA estimates variance as a geometrically decaying weighted average of past squared returns, , fixing the two flaws of equal-weighted windows: it weights recent returns more and lets old shocks fade smoothly rather than dropping off a cliff (the ghosting artifact). The single parameter is the memory dial — higher means smoother and longer-memoried — and its half-life makes that memory interpretable in days. Algebraically, EWMA is exactly GARCH(1,1) with and (IGARCH), so it has no mean reversion and no long-run variance — its multi-step forecast is a flat line. RiskMetrics built VaR on EWMA with the iconic fixed defaults (daily) and (monthly), prizing a single, no-fitting, firm-wide-consistent recipe. The trade-off is clean: EWMA for fast, robust, short-horizon, uniform risk numbers; GARCH when accuracy, mean reversion, and the volatility term structure matter.
Big picture
EWMA & RiskMetrics — the whole picture
- EWMA & RiskMetrics
- The problem with windows
- Equal weights treat old = recent
- Ghosting jump when a big day exits
- EWMA fades smoothly, no hard cutoff
- EWMA mechanics
- σ²_t = λσ²_{t−1} + (1−λ)r²_{t−1}
- Weight on k days ago = (1−λ)λ^k
- λ is the memory dial (higher = smoother)
- Half-life = ln(0.5)/ln(λ)
- IGARCH equivalence
- EWMA = GARCH with ω=0, α+β=1
- No mean reversion
- No long-run variance; flat multi-step forecast
- RiskMetrics & VaR
- λ = 0.94 daily, 0.97 monthly (fixed)
- VaR ≈ 2.33·σ·position (99% normal)
- VaR breathes with the EWMA estimate
- EWMA vs GARCH
- EWMA: simple, fast, robust, auditable
- GARCH: accurate, mean-reverting, term structure
- EWMA for short-horizon firm-wide VaR
- GARCH for accuracy and longer horizons
- The problem with windows
Recap: EWMA & RiskMetrics
What advantage does EWMA have over an equal-weighted rolling-window volatility?
Check your answer to continue.
Next up — backtesting pitfalls — we shift from building models to trusting them. Look-ahead bias, overfitting, and data-snooping are the traps that make a strategy look brilliant on history and fail live. The final lesson before the exam is about not fooling yourself.