- Hypothesis Testing is a statistical procedure used to test an assumption about a population using sample data.
- Need to know terms:
- Null hypothesis (H₀): The null hypothesis is the default assumption that says there is no effect or no difference.
- Alternative hypothesis (Ha or H₁): The alternative hypothesis is the assumption we are trying to prove.
- Significance level (α): The significance level is the threshold for determining whether we should or should no reject the null hypothesis. (\(\alpha\) is typically 0.05)
- P-value: The p-value, or probability, is the value we compare to the significance level.
- If p ≤ α, we reject H₀ (the result is statistically significant).
- If p > α, we fail to reject H₀ (not enough evidence against it).