Common Hypothesis Tests
We survey the most important parametric hypothesis tests, each designed for specific situations regarding the population distribution, sample size, and known/unknown parameters.
Tests for Means
Definition
The Student's -test is used for testing the mean when the variance is unknown:
- One-sample: . Test statistic: under (assuming normality).
- Two-sample (equal variances): . Test statistic: where is the pooled variance. Under : .
- Paired: where . Apply the one-sample -test to the differences.
ExampleOne-sample $t$-test
A manufacturer claims light bulbs last hours. A sample of gives , . Test at : With , since , we fail to reject .
Tests for Variances and Proportions
Definition
Key tests for other parameters:
- Chi-squared test for variance: . Statistic:
- F-test for equality of variances: . Statistic:
- Z-test for proportion: . Statistic: approximately
Goodness of Fit
RemarkChi-squared goodness-of-fit test
Pearson's chi-squared test assesses whether observed frequencies match expected frequencies under a hypothesized distribution. The test statistic has an approximate distribution, where is the number of categories and is the number of estimated parameters. Large values of indicate poor fit.