L-Moments and Probability-Weighted Moments
An alternative to mean, variance, skewness, and kurtosis built from linear combinations of order statistics instead of powers of deviations — far less sensitive to outliers and more stable when fitting fat-tailed return distributions from short samples.
Prerequisites: Skewness and Kurtosis, Sample Quantile Estimators and Plotting Positions
Fit a distribution to 60 months of hedge fund returns using ordinary skewness and kurtosis, and one bad month — a −25% drawdown during a crisis — can swing your kurtosis estimate wildly, because ordinary kurtosis raises deviations to the fourth power, and a single large deviation dominates that sum. You want a description of the distribution's shape that isn't hostage to one extreme observation. L-moments are exactly that: an alternative to the classical mean/variance/skewness/kurtosis family, built not from powers of deviations but from linear combinations of sorted data, which makes them dramatically more robust and better-behaved on the short, fat-tailed samples typical in finance.
An analogy: judging a diving competition by rank, not by squared scores
Imagine scoring divers by how far each dive's score deviates from the average, then squaring those deviations (the classical-moments approach) — one wildly bad or wildly good dive dominates the total because squaring amplifies extremes, and a fourth power (as in kurtosis) amplifies them even more violently. Now imagine instead scoring divers using only their rank order and simple weighted averages of ranked scores — a single unusual dive shifts the ranking by at most one position, never enough to dominate the whole competition's summary. L-moments work like the second approach: they're built from order statistics (sorted values) combined linearly, so no single extreme observation can dominate the way it does when you're squaring or raising to the fourth power.
The mechanics, one piece at a time
L-moments are defined as expectations of linear combinations of order statistics from a sample of size . The first two are the most intuitive: the first L-moment, , is simply the ordinary mean. The second L-moment, , is half the expected absolute difference between two independently drawn observations — it measures spread, like standard deviation, but using absolute differences of ranked values rather than squared deviations, so it grows only linearly (not quadratically) with the size of an outlier. In plain English: asks "on average, how far apart are two randomly picked observations," a spread measure immune to the outlier-amplification that squaring causes.
Higher L-moments describe shape: the L-skewness, , measures asymmetry using the same linear, rank-based construction, and the L-kurtosis, , measures tail weight. Because every L-moment is a linear (not polynomial) function of the data, they exist and are well-behaved even for distributions so fat-tailed that ordinary variance or kurtosis is theoretically infinite — a real concern for some financial return series.
Worked example 1: a clean sample vs. one with an outlier
Take five monthly returns: 2%, 3%, 1%, 4%, 2% (in percent). Ordinary mean = 2.4%, ordinary standard deviation ≈ 1.14%. Now replace the last value with a crisis month of −30%: mean drops to −3.6% and standard deviation balloons to about 14.3% — a twelvefold increase driven by a single observation. The L-moment analogue for spread (, related to average absolute rank-differences) rises too, but far less dramatically in relative terms, because it only ever combines the ranked values linearly rather than squaring a single huge deviation — a single extreme value can only ever be one rank position, capping its influence on the summary statistic in a way squaring cannot.
Worked example 2: fitting a return distribution's shape robustly
A risk team fits a generalized extreme value distribution to 40 quarterly drawdown observations using both method-of-moments (ordinary skewness/kurtosis) and L-moments. Removing a single crisis quarter from the sample changes the method-of-moments skewness estimate from 1.8 to 0.9 — a 50% swing from dropping one data point. The L-skewness estimate moves from 0.31 to 0.27 — a much smaller, more stable shift. This stability is why L-moments are the standard choice in hydrology and increasingly in quantitative risk for fitting fat-tailed distributions to short historical samples, where every single data point otherwise carries outsized influence on the fitted shape.
Risk and actuarial teams use L-moments to fit tail-risk distributions (generalized Pareto, GEV) to drawdown or loss data when samples are short — annual or quarterly data rarely gives you more than a few dozen points, and classical higher moments are notoriously unstable at that sample size. Probability-weighted moments, the close mathematical relative L-moments were derived from, serve the same purpose and are common in the older hydrology and extreme-value literature that quant tail-risk methods borrow from. Anywhere skewness or kurtosis estimates from a small, possibly fat-tailed sample feed into a model, L-moments are worth checking as a more stable alternative.
L-moments replace the classical mean/variance/skewness/kurtosis family with linear combinations of sorted data (order statistics) instead of powers of deviations, making them dramatically more robust to outliers and well-defined even for distributions with theoretically infinite classical variance or kurtosis — exactly the situation short, fat-tailed financial samples create.
L-moments are not simply "a more robust version of the same number" — they live on a different scale and have different interpretations than classical moments, so an L-skewness of 0.3 is not directly comparable to an ordinary skewness of 0.3. Don't mix the two families when comparing distributions or reporting fitted parameters; pick one convention and use it consistently, and always state which you're using when reporting shape statistics from a small sample.
Related concepts
Practice in interviews
Further reading
- Hosking, L-Moments: Analysis and Estimation of Distributions, JRSS-B (1990)