Hypothesis testing is a statistical framework for making decisions about a population based on sample data.
We start with two competing claims:
- Null Hypothesis \(H_0\): The default assumption (e.g., “no effect”, “no difference”)
- Alternative Hypothesis \(H_a\): What we are trying to find evidence for
The goal is to use data to decide whether we have enough evidence to reject \(H_0\) in favor of \(H_a\).
Example: Does a new drug lower blood pressure more than a placebo?