Test claims about population parameters using z-tests, t-tests, and chi-square tests.
Hypothesis testing provides a formal framework for making decisions from data. We set up a null hypothesis H₀ (the status quo) and an alternative hypothesis Hₐ, then use sample data to decide whether to reject H₀.
Hypothesis Testing Framework
z-test
t-test
In practice, σ is almost always unknown, so t-tests are more common than z-tests.
Type I error (α): rejecting H₀ when it is true — a "false positive." Type II error (β): failing to reject H₀ when Hₐ is true — a "false negative."
Remember This!
The p-value is not the probability that H₀ is true. It is P(data this extreme | H₀ is true). A small p-value means the data would be surprising under H₀, giving evidence against it.
If a hypothesis test yields a p-value of 0.03 and α = 0.05, what is the conclusion?