"A normal approximation is a conclusion with conditions. Check dependence, tails, dominant terms, and finite-sample accuracy before using it."
The Two Preconditions, Reviewed
The simplest iid CLT uses:
- Independent, identically distributed terms.
- A finite mean and variance.
When both hold, the standardized sum converges to a normal as N grows. When either fails, the conclusion no longer follows. The bell may still appear, but for the wrong reasons, or it may not appear at all — and either way, downstream tools that assumed normality are now mistaken.
Failure Mode 1: Hidden Dependence
If dependence is ignored, the variance of a sum is miscomputed because covariance terms are missing. Some dependent sequences still satisfy CLTs with an appropriate long-run variance, and jointly normal correlated variables have normal sums. The problem is using an independence formula when the dependence structure says otherwise.
Financial risk models illustrate the broader issue: dependence, volatility, and liquidity can all change between calibration and crisis periods. In crises, correlations and liquidity can change sharply, so a model calibrated to calm periods may understate joint losses. Correlations do not universally become 1, and the failure is broader than one CLT condition. The lesson is to model the relevant dependence and regime, not to blame one theorem.
Failure Mode 2: Infinite Variance
The standard CLT needs each X to have a finite variance. Under the common survival-tail convention P(X>x) ∝ x^(−α), α ≤ 2 implies infinite variance; other parameterizations use different thresholds. The ordinary finite-variance CLT then does not apply. Instead, sums of such variables converge to stable distributions, which can be heavy-tailed and asymmetric. A differently scaled sum may converge to a stable law. Whether a population mean exists depends on the tail index; the sample mean can remain meaningful even when the usual normal standard error is not.
Earthquake size measures, file sizes, social reach, and returns can be heavy-tailed, but the fitted family and tail index are empirical questions and differ across definitions and datasets. A mean may or may not exist and may be difficult to estimate; report the tail model and robust summaries suited to the question.
Failure Mode 3: Slow Convergence
Even when independence and finite variance both technically hold, the CLT can be slow to converge when the individual X's are very skewed or heavy-tailed (but with technically finite variance, like the lognormal). 'N is large enough' becomes a function of how non-normal the underlying X's are. For a highly skewed X, N=30 might be wildly insufficient; N=10,000 might still be wrong in the tails. The CLT is asymptotic — finite samples are always approximations.