The core idea
Every data-based decision rests on a sample. Every sample has noise. The central question of data analysis is not "what is the answer?" but "how wide is the range of plausible answers?" Confidence intervals give you that range in a defensible form — the standard error shrinks with sample size, and the interval widens with the confidence you demand. — after the Central Limit Theorem
The hero diagram
The sampling distribution.
As n grows, the distribution of sample means tightens around the true population mean. That tightening is the standard error.
The tools on the bench
Ideas that pay rent.
How to apply
Reporting an uncertain number.
- Compute the point estimate and SE. Mean, SD, n. Divide.
- Report the range, not the number. "27,412 ± 1,750 bikes" tells the reader what you actually know.
- If the range is too wide, collect more data. There is no other lever.
Key reading · OpenIntro Statistics · Chapter 4
Foundations for inference.
The standard error is the most important number in practical statistics — more important than the mean. It is what lets you move from "here is a number" to "here is a range we can defend."
Report the range. Always.