Module 5 · Inference · Topic 7
Hypothesis Testing Intro
Hypothesis Test. A hypothesis test is a formal procedure for using sample data to evaluate a claim about a population parameter. It assesses whether observed data is consistent with a stated hypothesis.
Steps of a Hypothesis Test. 1. State H₀ and H₁. 2. Choose a significance level α (commonly 0.05). 3. Collect data and compute the test statistic. 4. Find the p-value. 5. Make a decision: reject H₀ if p-value < α.
Significance Level. The significance level α is the probability of rejecting H₀ when it is actually true (Type I error rate). Common choices are 0.01, 0.05, and 0.10.
Type II Error and Power. A Type II error happens when we fail to reject H₀ even though H₁ is true. Its probability is β, and the power of a test is 1 − β: the probability of correctly rejecting a false H₀.