Hypothesis Testing for Population Proportions
Hypothesis Testing for Population Proportions
Lesson Goals
Goal: Construct a rejection region for a population proportion.
Steps in Hypothesis Testing
State Null and Alternative Hypotheses
Null hypothesis (H0): Assumes no effect or no difference (i.e., the population proportion is equal to a specified value).
Alternative hypothesis (H1): Assumes a change or difference (i.e., the population proportion is different from the specified value).
Key distinction: Population parameter is the population proportion (p) rather than the population mean (μ).
Determine Distribution and Significance Level
Check the following conditions:
A simple random sample is used (equal probability of choosing all possible samples).
Conditions for a binomial distribution are satisfied:
n * p ≥ 10
n * (1 - p) ≥ 10
If conditions are met, the sampling distribution of sample proportions approximates a normal distribution.
Thus, the test statistic is a z score.
Gather Data and Calculate Sample Statistics
Collect sample data using appropriate sampling techniques.
Required statistics:
Sample proportion (p̂)
Presumed population proportion (p)
Sample size (n)
Calculate the z test statistic using the formula:
[ Z = \frac{\hat{p} - p}{\sqrt{\frac{p(1-p)}{n}}} ]
Where:
p̂ = sample proportion
p = presumed population proportion from the null hypothesis
n = sample size
Draw a Conclusion and Interpret
Conclusions take one of two forms:
Reject the null hypothesis
Fail to reject the null hypothesis
Rejection Region Method:
Reject H0 if calculated z falls into the rejection region:
Left-tailed test: z ≤ -z_α
Right-tailed test: z ≥ z_α
Two-tailed test: |z| ≥ z_α/2
p-value Method:
Calculate the p-value (probability of observing a sample statistic as extreme as or more extreme than the observed statistic, given that H0 is true).
Compare p-value with alpha (α):
If p-value ≤ α, reject H0.
If p-value > α, fail to reject H0.
Discuss the meaning of the conclusion relative to the original claim.
Conclusion
Summary of hypothesis testing process for population proportions highlighting the importance of making informed decisions based on statistical analysis.