Skip to content
Knowledge

/knowledge/extreme-value-theory

Extreme Value Theory

The events that matter most — the once-a-century flood, the record heat, the market crash — are exactly the ones ordinary statistics describes worst. Extreme value theory is the maths of the tail: estimating the rare, before it happens.

Studied
Extreme Value TheoryAdvanced · the statistics of extremes
When
CSIRO climate risk · 2023
Applied in
Rare-event & hazard risk
Read / Refreshed
~15 min read2026-06-26

Most statistics is about the typical — the average, the spread, the central bulk of a distribution. But the events that shape our lives and our risk budgets are the extremes: the hundred-year flood, the record-breaking heatwave, the once-in-a-generation crash. And here's the cruel twist — these are exactly the events ordinary statistics, built around the centre, describes worst. Extreme value theory (EVT) is the specialised branch built for the tails: the maths of estimating how likely a rare extreme is, even one more severe than anything yet recorded.

It's a topic close to my CSIRO climate-risk work, where the whole question is the probability of extremes. This page is why the tails need their own theory, the two frameworks for modelling them (GEV and the Generalised Pareto), how the famous "1-in-N-year" event is computed, and the serious caveat that climate change has thrown at the whole enterprise. It builds on the probability page.

01

The tail is the point

The defining feature of EVT is that it deliberately throws away the bulk of the data and studies only the extremes — because the centre of a distribution tells you almost nothing about its tail. Two datasets can have identical means and variances but wildly different chances of a catastrophic outlier. For flood defences, insurance, infrastructure, and hazard planning, it's the tail probability — not the average — that determines whether you're prepared or exposed.

And the goal is genuinely audacious: estimate the probability of an event more extreme than any observed so far. You have 50 years of records and need the 200-year flood. That's extrapolation beyond the data — which is impossible in general, except that EVT provides a remarkable theoretical reason it can sometimes be done.

02

Why normal statistics fail in the tails

The instinct is to fit a familiar distribution (a normal) to all the data and read off the tail. This fails badly: a fitted normal is shaped to match the centre where most data sits, and it systematically underestimates the chance of extreme events, because real-world tails are often far heavier than the normal's thin, fast-decaying one. Using the bulk to predict the tail is how "impossible" 10-sigma events keep happening.

The deeper issue is conceptual: a "1-in-100-year" event is not 100× rarer than a typical year in any simple linear sense — the relationship between magnitude and rarity in the tail follows its own law. EVT's contribution is to identify what that law is, so you model the extremes with the right family of distributions rather than forcing the wrong one.

03

Block maxima & the GEV distribution

The first framework is block maxima: divide the record into blocks (e.g. years) and keep only the maximum of each (the hottest day of each year). Then comes the beautiful result that makes EVT work — the extremal types theorem (Fisher–Tippett): no matter what the original distribution is, the distribution of those block maxima converges to a single family, the Generalised Extreme Value (GEV) distribution.

Fit the GEV to your block maxima, and you have a model of the extremes you can push beyond the observed range — the 200-year event from 50 years of annual maxima.

04

Peaks over threshold & the Generalised Pareto

Block maxima is wasteful — it keeps one value per year and discards the second-worst day even if it was also extreme. The peaks-over-threshold (POT) approach uses the data better: pick a high threshold and model every exceedance over it. The companion theorem (Pickands–Balkema–de Haan) says these threshold exceedances converge to the Generalised Pareto Distribution (GPD).

block maxima → GEVpeaks over threshold → GPDthreshold
Two ways to capture the tail. Block maxima keeps the single largest value per block (one per year) and fits a GEV. Peaks-over-threshold keeps every value above a high threshold and fits a Generalised Pareto — using far more of the extreme data from the same record.

POT is usually preferred in practice (in hydrology, finance, climate) precisely because it extracts more information from the tail — more exceedances mean more data to pin down the distribution, from the same record. The trade-off is choosing the threshold: too low and you contaminate the tail with non-extreme data; too high and you're back to too few points.

05

The shape parameter: how heavy is the tail?

Both the GEV and GPD have a critical shape parameter ξ\xi (xi) that controls the tail's character — arguably the single most important number in the analysis. Its sign sorts the world into three tail types:

  • ξ=0\xi = 0Gumbel: a light, exponential tail (extremes get rarer fast; e.g. roughly normal-ish data).
  • ξ>0\xi > 0Fréchet: a heavy tail with no upper bound (extreme events much more likely than intuition suggests — financial losses, some rainfall). The dangerous case.
  • ξ<0\xi < 0Weibull: a tail with a finite upper limit (there's a hard physical maximum).

Estimating ξ\xi tells you whether you live in a world where the worst is bounded or where there's always a bigger catastrophe lurking — a distinction that completely changes how much margin to build in.

06

Return levels: the '1-in-N-year' event

The headline output of EVT is the return level — the magnitude expected to be exceeded once on average every NN years (the "100-year flood"). The companion idea is the return period: an event with a return period of NN years has, each year, roughly a 1/N1/N probability of occurring:

T=1pp=1TT = \frac{1}{p} \quad\Longleftrightarrow\quad p = \frac{1}{T}

07

The honest limits

EVT is powerful and unusually honest about its own fragility:

08

Where it shows up in my work

09

Refresh in 60 seconds

The block-maxima/GEV and POT/GPD frameworks, the shape-parameter tail types, return-period interpretation, and the non-stationarity caution reflect current extreme-value references alongside climate-risk work.