Central Limit Theorem
A Most Magical Theorem ✨. It says two things:
- The mean of IID Random Variables sampled from any distribution is Normally Distributed.
- The sum of equally weighted IID Random Variables from any distribution is also Normally Distributed.
How nice. The underlying distribution doesn't matter!
People like expressing #1 as the Standard Normal , a beautiful little bell-curve with its mean at and Standard Deviation . Here's the general form:
and a form relevant to what we're talking about. The denominator normalizes to .
Why the Normal?
Because of the Law of Large Numbers1 plus the fact that the normal distribution is the only stable distribution under addition (when variance is finite). When you add up a bunch of things, the heres and theres, ups and downs, lefts and rights tend to sort of cancel out. The only thing that survives... (TODO This is akin to asking "Why is TV noise Gaussian?")
Footnotes
-
When is sufficiently large and Random Variable is IID, the sample mean approaches ("converges to") the true, population mean . ↩