Statistics & Distributions
Normal Distribution & CLT
Overview
The Normal distribution is the most important distribution in statistics and finance. The Central Limit Theorem explains why: the average of many independent random variables is approximately normal, regardless of the underlying distribution. The 68-95-99.7 rule is the most useful memorization: 1σ = 68%, 2σ = 95%, 3σ = 99.7%. Stock returns are approximately normal over short periods (though fatter tails in reality).
How to Recognize
- →Large sample sizes → invoke CLT for approximate normality
- →Sum or average of many independent random variables
- →Bell curve, 68-95-99.7 rule, standard deviation questions
- →Stock returns, financial P&L, measurement errors
Step-by-Step Approach
- 1.Standardize: Z = (X − μ)/σ, then use Φ table values
- 2.CLT: (X̄ − μ)/(σ/√n) → N(0,1) for large n
- 3.Sum of normals is normal (if independent): μ adds, variance adds
- 4.Log-normal: X = e^Y where Y~N(μ,σ²). Use for asset prices (always positive)
Key Formulas
Worked Examples
Problem
A strategy makes independent daily trades with mean profit 800. What is the probability of losing money over 100 trading days?
Solution
By CLT: total P&L over 100 days ~ N(100·100, 100·800²) = N(10000, 64000000).
SD of total = 800·√100 = $8,000.
P(total P&L < 0) = P(Z < (0 − 10000)/8000) = P(Z < −1.25).
= 1 − Φ(1.25) ≈ 1 − 0.894 = 10.6%.
Answer
. With mean=8,000, there's about 1-in-10 chance of a losing period.
Common Mistakes
- !
Confusing σ (population std) with s (sample std). Use s for small samples.
- !
Applying CLT with very small n. CLT needs n ≥ 30 as a rough rule for approximately normal distributions.
- !
Log-normal: if X is log-normal, E[X] = e^(μ+σ²/2), NOT e^μ. The σ²/2 correction matters.
Practice Problems
Click "Show Answer" to revealIQ scores are N(100, 15²). What fraction of people have IQ > 130?
A stock has daily vol of 2% (σ=2%). What is P(stock is down more than 5% in one day)?