"A σ-based statement on fat-tailed data is mathematically valid arithmetic about a fantasy world."
The Lens Has a Domain
The σ lens works beautifully where the bell-curve assumption holds. It works badly — and often misleadingly — where it doesn't. The list of 'where it doesn't' is most of the consequential data in the world: financial returns, social-media virality, file sizes on the web, response times in stressed systems, wealth distributions, network traffic, earthquake magnitudes.
For each of these, computing σ and quoting 'this is a 3σ event' is technically a valid arithmetic operation. The interpretation 'this happens 0.13% of the time' is a fantasy borrowed from a normal distribution that doesn't fit the data. The arithmetic is fine; the conclusion is wrong.
How the Mismatch Hides
The center of a fat-tailed distribution often looks bell-shaped. A histogram of daily stock returns over a calm year looks roughly normal. The σ computed from it is well-defined. The 95% interval computed from that σ covers most days. Everything seems fine — until a crisis day arrives, at which point the 'rare' event happens, and another arrives the next day, and another the day after that. The σ lens was sampled from the calm middle of a fat-tailed distribution; it has nothing to say about the tails it didn't see.
This is what makes the failure mode insidious. The σ lens reports zero red flags on quiet data. It only fails when it matters most: in the tails, where the consequential events live, and where its calibration is most divorced from reality.
The Citizen's Two-Question Test
Before applying the σ lens to any new dataset:
- What is the underlying process? Are the data points sums of many small independent contributions (CLT applies, σ lens probably works), or are they outcomes of a process where one factor can dominate (CLT doesn't apply, σ lens probably misleads)?
- Have you seen the tails? A calm sample of fat-tailed data looks normal. The lens calibrated on it will lie when the tail event arrives. Stress-test your σ assumption by asking: if a 5σ event happened tomorrow, would you genuinely consider it a 1-in-3.5-million coincidence, or would you suspect the model?