Back to AI Math Mind Map
中文·English
📐 AI MathID: clt

Central Limit Theorem

中心极限定理 CLT
🎯Core Definition
The Central Limit Theorem (CLT) states that for i.i.d. samples X1,,XnX_1,\dots,X_n with finite mean μ\mu and variance σ2<\sigma^2 < \infty, the standardized sample mean converges in distribution to a standard normal: Xˉμσ/ndN(0,1)\frac{\bar{X} - \mu}{\sigma/\sqrt{n}} \xrightarrow{d} \mathcal{N}(0,1), at rate O(1/n)O(1/\sqrt{n}); the underlying samples need not be normal.
💡Use Cases
normal approximation for probabilities and quantiles of Xˉ\bar{X} when its exact distribution is intractable — the theoretical basis of Z-tests, CI formulas and Bootstrap; interviews typically probe “why n\sqrt{n}”, the convergence rate and when it breaks.
Key Problems Solved
the LLN only asserts Xˉμ\bar{X} \to \mu and Chebyshev gives only a crude O(1/n)O(1/n) bound; the CLT gives distribution-level precision: fluctuations cancel in the sum, so the standard error decays as 1/n1/\sqrt{n} — halving the error costs 4x the samples, and going from n=100n=100 to n=10000n=10000 shrinks the error only 10x.
🎯5 High-Frequency Exam Points
1
State the CLT. What conditions are required (i.i.d., finite variance)?
2
Why does the standardized mean converge at rate 1/n1/\sqrt{n}? Explain via fluctuation cancellation.
3
What is the standard error of Xˉ\bar{X}? How many more samples halve the error?
4
How does the CLT differ from and relate to Chebyshev's inequality and the LLN?
5
Why does the CLT fail for infinite variance (e.g. Cauchy)? What happens to the sample mean?
Updated 2026-08-12
🎯
Test Your Knowledge: Practice Questions for "Central Limit Theorem"
Single choice pitfall questions with instant feedback and mistake tracking.
🚀 Start Card Practice
Previous CardHigh-Dim Geometry & ConcentrationNext CardPoint Estimation

🔗 More AI Math Knowledge Cards

Adam/AdamW MathBayesian InferenceBias-Variance DecompositionBootstrap