The Hill Estimator and the Tail Index
A single number, the tail index, says how fast a distribution's extreme losses thin out as they get larger. The Hill estimator is the standard way to read that number straight off historical data.
Prerequisites: Peaks Over Threshold and the Generalised Pareto Distribution
Some return distributions have tails that die out quickly, a loss twice as large as the 99th-percentile loss is essentially impossible. Others have tails that die out slowly, a loss twice as large as the 99th-percentile loss is rare but very much on the table. The difference between these two worlds is enormous for anyone setting risk limits, and it comes down to a single number: the tail index. The Hill estimator is the standard tool for reading that number off a batch of historical extreme losses.
The analogy
Think of two kinds of hills. One is a normal hill: as you climb, the slope stays roughly the same, and there is a clear, finite peak not far above where you started. The other is a mountain that keeps getting less steep the higher you go, an ever-longer, ever-flatter ridge stretching upward with no clear ceiling in sight. If someone asks "how much higher could this go?", the second kind of hill has a very different, much scarier answer than the first. The tail index measures which kind of hill a return distribution's losses form: a large tail index means a normal hill (losses taper off fast); a small tail index means the flattening mountain (losses could plausibly go much further than anything seen so far).
Building the estimator
Take your historical losses and sort the largest of them in descending order: , where is your threshold. The Hill estimator of (the inverse of the GPD shape parameter from Peaks Over Threshold and the Generalised Pareto Distribution) is
In words: for each of the largest losses, take the log of how many times bigger it is than your threshold loss , average those log-ratios, and invert the average. is the estimated tail index. A large (say, above 4) means the top losses cluster close to the threshold, in ratio terms, a thin, well-behaved tail. A small (below 3, and especially near or below 2) means some of the top losses are dramatically larger than the threshold in ratio terms, a fat, power-law-like tail where extreme events are far more likely than a normal-curve intuition would suggest. As a landmark, means the variance itself is theoretically infinite for that model, no amount of extra data will make sample variance converge.
Generate several paths, then imagine measuring the single worst one-day drop in each path. With a small tail index, occasionally one path's worst drop will dwarf all the others; with a large tail index, the worst drops across paths stay in a comparatively tight band. That contrast in how "surprising" the largest observation looks is what the Hill estimator measures.
The tail index is not about how big your worst loss was. It is about how much bigger a slightly-worse loss could plausibly still be. A low tail index is a warning that history's worst day is not a reliable ceiling.
Worked example 1: computing the Hill estimator on five losses
Suppose the five largest daily losses in a sample (in percent, sorted descending) are , with threshold .
Ratios to the threshold: , , , , .
Logs: , , , , .
Average: . Tail index: .
A tail index near 2.6 is a red flag territory for a risk manager, it sits close enough to the infinite-variance boundary () that historical variance and standard-deviation-based VaR are likely to be understating true risk.
Worked example 2: comparing two assets
Asset A's top five losses: (threshold 3.9). Ratios: ; logs average to about ; , a very thin, tightly bunched tail.
Asset B's top five losses: (same threshold, 3.9, for comparability). Ratios: ; logs average to about ; .
Both assets have an identical fifth-largest loss (the threshold), so a risk report showing only "worst observed loss near 4%" would treat them as similar. The tail index reveals they are nothing alike: Asset A's next-worse day is unlikely to be much worse than 4.5%, while Asset B's single worst day (18%, nearly 5x the threshold) shows its losses can run away, and says that pattern is structural, not a fluke.
What this means in practice
Risk managers use the tail index to decide whether normal-distribution-based VaR is safe to trust, to compare which assets are genuinely tail-risky versus merely volatile, and to flag which positions most need explicit tail hedges rather than ordinary volatility-based limits.
The Hill estimator is extremely sensitive to , the number of top observations used. Too small a makes the estimate noisy (you are averaging very few numbers); too large a pulls in observations that are not truly "extreme" anymore and biases the estimate toward the body of the distribution, which typically inflates and makes the tail look thinner than it really is. Practitioners plot against a range of values (a "Hill plot") and look for a stretch where the estimate is roughly stable, rather than trusting any single 's answer.
Related concepts
Practice in interviews
Further reading
- Hill (1975), A Simple General Approach to Inference About the Tail of a Distribution
- McNeil, Frey & Embrechts, Quantitative Risk Management (Ch. 7)