Central Limit Theorem
Context: FIT2086_MOC · the reason the normal is central — it is the limiting shape of sums and averages, whatever the population · turns the exact-normal result of Sampling Distribution of an Estimator into an approximation available for every population · licenses the approximate intervals in Confidence Intervals
Quick Revision
- 🎯 Objective: sums of many iid RVs with finite are approximately normal ➔ , hence — the shape comes free, no family need be named.
- ⚡ Key Constraint: it is an asymptotic statement about the sum/average, not about the data, and it requires and to exist and be finite.
📝 Core
- Statement ➔ let be iid with , ; then for large , is approximately .
- Formal form ➔ as , where reads “converges in distribution” — the approximation improves monotonically with .
- Why the normal is everywhere ➔ any quantity built as a sum of many small independent contributions inherits the shape: adult height millions of genetic variants diet behaviour, each an RV.
- Distributions become normal in a limit ➔ a parametric family whose parameter is itself a count of summands flattens into a normal as that parameter (binomial in , Poisson in ).
- Asymptotic normality of estimators ➔ any that is an average of RVs is approximately normal for large — this covers , , and with (an average of the ).
- The escape hatch’s limit ➔ many estimators are not visibly sums, so direct application of the CLT is difficult; the shape is then obtained by simulation (R Simulation and Random Sampling).
- Exact beats asymptotic when available ➔ if the population is itself , exactly, for every — the CLT adds nothing there.
🧮 Proof Blueprint
Theorem. If are iid with , , then . Strategy: take the CLT on the sum as given, then push the constant through the mean and variance using .
Q.E.D. ➔ the same that variance gives under iid-only assumptions, now carrying a distributional shape — which is exactly what a probability statement or interval needs.
📊 Normal Approximations to Named Families
| Family | Written as a sum | Summand moments | Normal limit | Limit taken in |
|---|---|---|---|---|
| , | , | |||
| , | , | , |
Convergence in numbers — against its normal approximation:
| Approximation | Visual verdict | |||
|---|---|---|---|---|
| visibly skewed, poor in the tails | ||||
| closer, peak still offset | ||||
| good | ||||
| curves virtually identical |
Final extracted output: the Poisson runs the same way in — is rough, is indistinguishable; and simulated histograms match from () while is still visibly discrete.
⚠️ Common Mistakes
- 💡 Claiming the data become normal ➔ the CLT constrains the distribution of and ; the population is completely unchanged and may stay wildly skewed or discrete.
- 💡 Applying it with no finite moments ➔ and must exist; for a heavy-tailed population where diverges (see Expectations and Covariance (FIT2086)) there is no for the limit to centre on.
- 💡 Writing the binomial variance as ➔ the Bernoulli summand has , so the limit is — the is what shrinks the spread near .
- 💡 Treating “approximately normal” as exact for small ➔ the approximation is asymptotic and worst in the tails, which is precisely where interval endpoints and -values live.
- 💡 Losing the exact result ➔ for a normal population is exactly normal at every ; invoking the CLT there needlessly downgrades an exact statement to an approximation.
🧠 Active Recall
The CLT says "sums become normal". What does that buy you that , did not already give?
Answer
- Short answer: the shape. Under iid-only assumptions you can state the mean and variance of but no density; the CLT supplies an (approximate) density, so becomes computable and invertible into a confidence interval.
- Why: No family needs to be named ➔ previously was a theorem conditional on the population being normal; the CLT delivers the same limit for any population with finite , which is why approximate intervals exist for the Poisson rate and Bernoulli probability.
is not a sum of independent draws. Why is it still asymptotically normal?
Answer
- Short answer: define ; then is an average of RVs, and the CLT applies to averages.
- Why: The CLT keys on the algebraic form, not the interpretation ➔ any estimator expressible as an average inherits the limit; estimators that resist that rewriting (medians, quantiles, ratios) need simulation for their sampling distribution instead.