Quant GT
Browse all lessons
Section 7 · Lesson 7.2

Central Limit Theorem

Why sums of independent variables look Gaussian, and when they don't.

The Central Limit Theorem is one of the most consequential results in probability — it explains why the Normal distribution shows up everywhere.

For independent identically distributed random variables X1,X2,X_1, X_2, \dots with mean μ\mu and finite variance σ2\sigma^2, the standardized sample average converges in distribution to a standard Normal:

n(Xˉnμ)dN(0,σ2)\sqrt{n}\,(\bar{X}_n - \mu) \xrightarrow{d} N(0, \sigma^2)

In other words, once nn is reasonably large, the distribution of the sample mean looks Gaussian — regardless of the original distribution. Roll a die a hundred times and average; the average's distribution is approximately Normal even though a single roll is uniform.

There are caveats. CLT requires finite variance. It fails for Cauchy, and fails for power-law tails with index α2\alpha \le 2. Convergence rate depends on the skewness and kurtosis of the underlying distribution; for highly skewed cases, nn in the hundreds may not be enough.

CLT is why so many estimators are approximately Normal, and why Normal-theory confidence intervals work even when the underlying data isn't Normal. It's the engine behind almost all of frequentist statistics.