Student-t Distribution
Context: FIT2086_MOC · the distribution the standardised sample mean follows once is estimated rather than known · replaces with in the unknown-variance case of Confidence Intervals and of [[Tests for Normal Means (z-test and t-test)|the -test]] · a wider-tailed sibling of the Gaussian Distribution
Quick Revision
- 🎯 Objective: ➔ one parameter, the degrees of freedom ; symmetric and self-similar like the normal, but with heavier tails.
- ⚡ Key Constraint: , not — one degree of freedom is spent estimating inside .
📝 Core
- Where it comes from ➔ substituting the estimate for the known makes the standardised statistic no longer normal: the denominator is now random too.
- Extra uncertainty widens the tails ➔ spreads probability further out and tails off to zero more slowly than ; that surplus tail mass is the price of not knowing .
- Shape properties reused ➔ symmetric about and self-similar, so the same two-sided percentile trick as the unit normal works: the -th percentile cuts off each tail.
- Limit ➔ as the estimate concentrates on and ➔ from above, never below.
- Critical values are always the normal’s ➔ -based intervals are wider than the corresponding -based interval at the same , which is exactly how the coverage lost by estimating is recovered.
📊 Two-Sided Critical Values ()
| Excess over | |||
|---|---|---|---|
Final extracted output: the penalty is severe only for tiny samples — by the and intervals differ by a few percent, which is why large- work quotes without apology. Look-up syntax lives in R Toolkit (Cheatsheet); the coverage cost of ignoring the correction is measured empirically in Confidence Interval Coverage Simulation.
⚠️ Common Mistakes
- 💡 Using ➔ the degrees of freedom are ; at that is , not — small, but it is a free mark.
- 💡 Feeding into a interval ➔ the result is derived for the unbiased (divisor ); the ML version (divisor ) understates the spread (Estimator Quality (Bias, Variance, MSE)).
- 💡 Passing where the percentile is wanted ➔ is the -th percentile, so the quantile argument is , not or .
🧠 Active Recall
Why does estimating force a different distribution rather than just a slightly noisier normal?
Answer
- Short answer: in both numerator and denominator are random; the ratio of a normal to an independent random scale is no longer normal, and its exact law is .
- Why: Coverage, not cosmetics ➔ substituting into the interval yields less than coverage; the heavier tails are the correction that restores it, exactly when the population is normal.