Overview
The t-distribution is used when making inferences about population means when the population standard deviation is unknown and must be estimated from the sample.
When to Use
Use t-distribution instead of z when:
- Population standard deviation is unknown
- Using sample standard deviation
- Sample size is small (though valid for any )
Degrees of Freedom
Where is the sample size.
Properties
| Property | t-Distribution |
|---|---|
| Shape | Symmetric, bell-shaped |
| Mean | 0 |
| Variance | for |
| Tails | Heavier than normal |
| As | Approaches standard normal |
Comparison to Normal
Normal
↓
╭─────────╮
╱ t ╲
───╱─────────────╲───
- t has heavier tails
- More probability in the tails
- Same center (mean = 0)
Key t-Values
| 1 | 3.078 | 6.314 | 12.706 | 31.821 | 63.657 |
| 5 | 1.476 | 2.015 | 2.571 | 3.365 | 4.032 |
| 10 | 1.372 | 1.812 | 2.228 | 2.764 | 3.169 |
| 20 | 1.325 | 1.725 | 2.086 | 2.528 | 2.845 |
| 30 | 1.310 | 1.697 | 2.042 | 2.457 | 2.750 |
| 1.282 | 1.645 | 1.960 | 2.326 | 2.576 |
Note: equals z-values (standard normal).
Notation
Example: (two-tailed 95% critical value with )
T-Statistic for Sample Mean
Where:
- = sample mean
- = hypothesized population mean
- = sample standard deviation
- = sample size
Applications
Confidence Interval for Mean
Hypothesis Testing
Test statistic follows t-distribution with when testing means.
Examples
Example 1: Finding Critical Value
For 95% confidence interval with :
Example 2: Confidence Interval
Sample: , ,
95% CI for :
Example 3: T-Test
Testing vs
Sample: , ,
When to Use Z vs T
| Situation | Distribution |
|---|---|
| known | Z |
| unknown, | Z or T (similar) |
| unknown, | T |
| Proportions | Z |
Assumptions for T-Tests
- Random sampling
- Independence of observations
- Population is approximately normal (or )