Interval estimation: margin of error, confidence level, and constructing intervals for means and proportions.
Overview
A confidence interval provides a range of plausible values for a population parameter, along with a level of confidence that the interval contains the true parameter.
Interpretation
A 95% confidence interval means: If we repeated sampling many times, about 95% of the intervals would contain the true parameter.
Important: It does NOT mean there's a 95% probability the parameter is in this specific interval.
General Formula
Point Estimate±(Critical Value)×(Standard Error)
Or:
CI=θ^±zα/2×SE(θ^)
Confidence Interval for Mean
When σ is Known
xˉ±zα/2×nσ
When σ is Unknown (Use t)
xˉ±tα/2,df×ns
Where df=n−1
Common Critical Values
Confidence Level
zα/2
Two-tailed α
90%
1.645
0.10
95%
1.96
0.05
99%
2.576
0.01
Confidence Interval for Proportion
p^±zα/2×np^(1−p^)
Condition: np^≥10 and n(1−p^)≥10
Margin of Error
The margin of error (ME) is half the interval width: