"A confidence interval is a statement about the procedure, not about the parameter."
The Mechanic of a CI
Take a sample, compute the sample mean, compute the standard error (σ/√N), and build an interval like:
CI(95%) = sample mean ± 1.96 × SE
That ±1.96 comes from the bell — about 95% of a standard normal's mass sits between −1.96 and +1.96. The result is the 95% confidence interval for the mean. The arithmetic is simple. The interpretation is what trips citizens up.
The Citizen Misreading and the Correct Reading
Citizens (and many scientists, casually) read '95% CI [42, 58]' as 'there's a 95% probability that the true mean is between 42 and 58.' That is wrong in the frequentist frame. The true mean is a fixed but unknown number; it is either in the interval or it isn't. Probability does not apply to it directly.
The correct frequentist reading: 'the procedure used to construct this interval, if repeated many times across many studies, would produce intervals that contain the true mean 95% of the time.' The probability is about the procedure (the long-run hit rate of the CI-construction process), not about this particular interval.
For the citizen, the practical difference is small: in most reasonable cases, treating the CI as a plausible range for the true value is fine. The mathematicians' insistence on precise wording matters because the citizen reading silently elides preconditions (independence, normality, large N) that the procedure-based reading keeps visible.
What Determines the CI's Width
- Sample size N: bigger N → smaller SE → narrower CI. The dependency is √N — to halve the CI width, you need four times the data.
- Population variability σ: more variable data → larger SE → wider CI. You can't change σ; you can only acquire more data.
- Confidence level: 99% CI is wider than 95%, which is wider than 90%. Higher confidence buys you a wider net but doesn't improve precision.
The Preconditions That Bite
Bayesian Footnote
The 'probability the parameter is in the interval' reading IS valid in the Bayesian frame, but only when you compute a Bayesian credible interval — a different procedure with a different interpretation, requiring a prior. Track 08 will cover this. The frequentist CI and the Bayesian credible interval often agree numerically for clean data; they diverge in interpretation always, and in numbers when priors are influential.