MathematicsStatisticsMedium

Confidence Interval

Also known as:CIInterval estimateConfidence band

A confidence interval (CI) is a range of plausible values for an unknown population parameter, constructed from sample data so that the procedure captures the true parameter with a specified probability (the confidence level, e.g., 95%). Crucially, the confidence level refers to the long-run success rate of the procedure — not the probability that a particular interval contains the parameter. Confidence intervals are used throughout science, medicine, and engineering to quantify estimation uncertainty.

Key Formula

CI = x̄ ± z_(α/2) × (σ / √n)

LaTeX: \bar{x} \pm z_{\alpha/2} \cdot \dfrac{\sigma}{\sqrt{n}}

SymbolMeaningUnit
\bar{x}Sample meansame as data
z_{\alpha/2}Critical Z-value for confidence level (e.g., 1.96 for 95%)dimensionless
\sigmaPopulation standard deviationsame as data
nSample sizecount

Worked Example

Problem

A survey of 100 students finds a mean study time of 3.2 hours/day with σ = 1.0 hour. Construct a 95% confidence interval for the population mean.

Solution

Step 1: x̄ = 3.2, σ = 1.0, n = 100, z₀.₀₂₅ = 1.96. Step 2: Standard error = σ/√n = 1.0/√100 = 0.10. Step 3: Margin of error = 1.96 × 0.10 = 0.196. Step 4: CI = 3.2 ± 0.196 = (3.004, 3.396).

Answer

95% CI: (3.00 hours, 3.40 hours) — the true mean study time likely lies in this range

Critical Z-values for Common Confidence Levels

Confidence Levelαα/2z_(α/2)
90%0.100.051.645
95%0.050.0251.960
98%0.020.0102.326
99%0.010.0052.576
99.9%0.0010.00053.291

Interactive Tools

GeoGebra — Confidence Intervals

Simulate repeated sampling to see confidence interval coverage visually

Open Tool

Khan Academy — Confidence Intervals

Full unit on constructing and interpreting confidence intervals

Open Tool

Wolfram Alpha

Compute confidence intervals for means and proportions

Open Tool
Multiple confidence intervals from repeated samples illustrating 95% coverage rate

Wikimedia Commons, CC BY-SA

Related Terms

The concept and terminology of "confidence interval" was introduced by Jerzy Neyman in 1937, from the Latin "confidere" (to trust fully). Neyman deliberately avoided Bayesian language to distinguish frequency-based intervals from probability statements about fixed but unknown parameters.

statisticsinferenceestimationprobabilityuncertainty