Standard error of the mean
By Jude Wallis · Updated
The standard error of the mean is the sample standard deviation divided by the square root of n: how much a sample mean typically varies between samples.
Across all samples of size drawn from one population, the sample mean (x-bar) varies around the population mean (mu) with standard deviation (sigma over the square root of n), provided the observations are independent. You rarely know , so you estimate it from the sample and report . Either version describes how far a mean lands from , never how far one observation lands from the mean.
Five commute times, in minutes: 31, 28, 35, 40, 26. The mean is 32 and the sample standard deviation is , so . Individual commutes scatter about 5.6 minutes wide. The average of five of them typically sits about 2.5 minutes from the true mean commute.
The sentence to catch is "about 68% of commutes fall within one standard error of 32 minutes." That reading is about , not the standard error: if commutes were roughly normal the 68% span would be 26.4 to 37.6, not 29.5 to 34.5. Using the standard error where the sample standard deviation belongs describes the data as times more consistent than it is, and it is the usual reason a student's interval comes out absurdly tight.
The square root is where intuition fails. Doubling the sample does not halve the standard error; quadrupling it does. Twenty commutes with the same give , exactly half of 2.5100. The standard error is also silent on accuracy: if all five commutes came from the same route on the same morning, collecting more of them only tightens the estimate around the wrong center. It measures precision, and bias is invisible to it.
This is the denominator of every one-sample procedure for a mean in Unit 4 of the AP course, from the sampling distributions in topic 4.1 through the interval in 4.2 and the test in 4.5.
Where this comes up
More confidence intervals terms, or browse the full statistics glossary.