Module 5 focuses on Confidence Intervals for Proportions.
Builds on previous knowledge from earlier modules:
Modules 1-2: Data distributions, sampling, and experiments.
Module 3: Probability and random variables.
Module 4: Sampling distributions.
Module 5-6: Statistical inference concerning population parameters.
Sampling Distribution of Proportion
Definition: Population proportion, denoted as p, is the ratio of successful outcomes (successes) in a population to the total population size.
Key Rules:
Rule 1: Mean of sampling distribution: μ(p^)=p
Rule 2: Standard deviation: σp^=np(1−p)
Rule 3: Normal approximation valid when n is large (usually np≥10 and n(1−p)≥10).
Confidence Intervals for Proportions
Objective: Use sample data to infer results about a population.
Estimation Methods:
Point Estimation: Provides a single value as an estimate of a population parameter (e.g., sample mean yˉ for population mean μ).
Interval Estimation: Offers a range of values likely to contain the population parameter based on sample data.
Understanding Interval Estimates
Point Estimates: Provide no measure of how close the estimate is to the true value.
Interval Estimates: Account for error/uncertainty, thus providing confidence intervals.
Standard Error
Standard error (SE) quantifies the uncertainty in estimates:
For proportions: SE(p^)=np^(1−p^)
For means: SE(yˉ)=nσ
Confidence Level and Intervals
95% Confidence Level: If 2 standard errors are considered, we are 95% confident the true proportion falls within this range.
Confidence Interpretation: When constructing many confidence intervals from different samples, approximately 95% will capture the true population parameter.
Trade-off between certainty and precision: Higher confidence requires a wider interval.
Critical Values
Determined using the 68-95-99.7% rule from the normal distribution:
Critical value (for 95% C.I.): approximately 1.96.
Table Overview: Approximate critical values for different confidence levels:
90%: 1.645
95%: 1.96
99%: 2.576
Example Calculations
Data Example:
200 songs, 120 by male artists:
p^=200120=0.6
Compute confidence intervals:
90%: 0.6±1.6452000.6(1−0.6)=(0.54,0.66)
95%: 0.6±1.962000.6(1−0.6)=(0.53,0.67)
99%: 0.6±2.5762000.6(1−0.6)=(0.51,0.69)
Understanding Interval Statements:
Avoid probabilistic phrasing. Instead focus on the process of construction.
Adjusting for Small Samples
Adjustment Method: When success/failure condition fails, add 2 successes and 2 failures to increase sample stability.
New estimate: p~=n+4y+2
Sample Size Determination
Formula for sample size:
n=(2×p^(1−p^)z∗×ME)2
Use p^=0.5 for conservative estimates if no prior information is available.
Conclusion
Key takeaway from this module is the understanding and ability to construct and interpret confidence intervals for population proportions based on sample data.