🏠
Guest Not signed in

Central Limit Theorem: turn a sum into a Normal

Sum a thousand small independent things and the average is approximately Normal β€” no matter what the things are. Why z-scores work everywhere.

Method · CLT
Intro
Histogram of sample means progressively converging to a bell-shaped Normal distribution as sample size grows
Cyan (English Wikipedia user) β€” https://commons.wikimedia.org/wiki/File:Clt_in_action.gif · CC BY-SA 3.0 / GFDL · Wikimedia Commons

The Central Limit Theorem is the reason “Normal” shows up everywhere. When you sum many iid random variables — each with finite mean $\mu$ and variance $\sigma^2$ — the sum is approximately $N(n\mu, n\sigma^2)$ for large $n$, regardless of the original distribution. The technique is mechanical: get $\mu$ and $\sigma^2$ per term, scale by $n$, standardize to a $Z$-score, look up $\Phi$.

βœ“ Intro Β· expand
Independent · Legal