Confidence Intervals
Summary
A confidence interval gives a range of plausible values for a population parameter based on sample data. Before sampling, the endpoints are random and the interval has a known probability of covering the true parameter. After sampling, the realized interval either contains the parameter or it does not.[1]
Prerequisites
Definition / Notation
A
| Symbol | Meaning |
|---|---|
|
|
Confidence level |
|
|
Upper
|
|
|
Upper
|
|
|
Upper
|
|
|
Sample standard deviation |
Parameters / Assumptions
- Random sample
. - For the mean with known
: normal population or large enough for the Central Limit Theorem. - For the mean with unknown
: approximately normal population or large. - For a proportion:
and are large enough for the normal approximation. - For a variance ratio: independent normal samples.
Essential Result
| Parameter | Assumptions | Confidence Interval |
|---|---|---|
| Mean
|
|
|
| Mean
|
|
|
| Proportion
|
Large sample |
|
| Variance ratio
|
Independent normal samples |
|
The correct interpretation is that
Worked Example
A sample of size
The interval is
Common Mistakes
- Saying "the probability that
is in this interval is 0.95" after the data are observed. - Using the normal quantile when
is unknown and is small. - Forgetting the
in the standard error. - Treating a confidence interval as a prediction interval for future observations.
Connections
References
OpenStax, Introductory Statistics, "Confidence Intervals", https://openstax.org/details/books/introductory-statistics ↩︎
NIST/SEMATECH, e-Handbook of Statistical Methods, "Confidence Limits", https://www.itl.nist.gov/div898/handbook/ ↩︎