Comparing WLLN, SLLN, and CLT
Overview
These three theorems describe different aspects of how sample means behave as sample size grows.
| Theorem | What It Says | Type of Convergence |
|---|---|---|
| WLLN | In probability | |
| SLLN | Almost surely | |
| CLT | In distribution |
Weak Law of Large Numbers (WLLN)
Statement: as .
Meaning: For large , is probably close to .
Key insight: Each fixed bound gives a probability going to zero.
Analogy: Like a particle that is probably near at any large time , but might occasionally wander away.
Strong Law of Large Numbers (SLLN)
Statement: .
Meaning: With probability 1, converges to and stays there.
Key insight: Almost all sequences converge and stay converged.
Analogy: Like a particle that eventually settles at and stays there forever.
Central Limit Theorem (CLT)
Statement: .
Meaning: The scaled deviation from has a normal distribution.
Key insight: Gives the distribution and rate, not just convergence.
Analogy: Like knowing how the particle’s distance from is distributed at each .
Visual Comparison
When to Use Each
| Goal | Use |
|---|---|
| Show estimator is consistent | WLLN or SLLN |
| показать “probably close” | WLLN |
| Show “eventually stays close” | SLLN |
| Compute approximate probabilities | CLT |
| Find confidence intervals | CLT |
| Determine rate of convergence | CLT |
Mathematical Hierarchy
SLLN WLLN is immediate.
CLT is about distribution, not about directly converging.
Rate Information
| Theorem | Rate Information |
|---|---|
| WLLN | None (just says probability → 0) |
| SLLN | None (just says stays converged) |
| CLT | (explicit distribution) |
Chebyshev gives WLLN rate: .
CLT gives exact asymptotic distribution: .
Example: Estimating a Probability
Estimate by sample proportion .
- WLLN: For large , is probably near
- SLLN: With probability 1, eventually
- CLT:
For confidence interval (CLT):
Example: Average Height
Measure heights of random people.
- WLLN: Sample average converges to population mean in probability
- SLLN: Sample average eventually stabilises at population mean
- CLT: For ,
Why All Three?
They answer different questions:
- Does it converge? WLLN/SLLN
- Does it stay converged? SLLN
- What’s the distribution? CLT
- How fast? CLT
Practical Takeaway
- WLLN: Justifies using sample mean as point estimator
- SLLN: Guarantees long-run stability of estimators
- CLT: Enables probabilistic statements, confidence intervals, hypothesis tests
Summary
| Aspect | WLLN | SLLN | CLT |
|---|---|---|---|
| Convergence type | Probability | Almost sure | Distribution |
| Rate | Implicit | None | Explicit |
| Distribution info | No | No | Yes (normal) |
| Use case | Basic justification | Long-run guarantees | Probability computation |