A normal distribution, but not exactly a normal distribution
Overview
- Topic: A distribution like the normal but not exactly: the Student's t-distribution.
Key Concepts
- Symmetric about 0 and centered at 0.
- Shape depends on degrees of freedom (
ν). - Heavier tails than the normal for finite ν.
- Converges to the normal as ν→∞.
- Probability density function:
f(t∣ν)=νπΓ(2ν)Γ(2ν+1)(1+νt2)−2ν+1 - Mean:
E[T] = 0\quad (\nu > 1) - Variance:
\operatorname{Var}(T) = \frac{\nu}{\nu-2}\quad (\nu > 2) - Relation to normal:
Tνν→∞N(0,1)
Use Cases
- Unknown population standard deviation with small sample sizes.
- Used in t-tests and small-sample confidence intervals.
Quick Take
- Heavier tails for small ν; approaches normal as ν grows.