Standard error measures how much a sample statistic, especially the sample mean, is expected to vary from sample to sample. It is important because real data change every time you collect a new sample, and standard error gives a way to quantify that uncertainty. A small standard error means the sample mean is likely to be close to the true population mean. A large standard error means repeated samples would give more scattered results.

For the sample mean, the standard error depends on the population standard deviation or the sample standard deviation and the sample size. The main formula is SE=σnSE = \frac{\sigma}{\sqrt{n}}, or in practice SE=snSE = \frac{s}{\sqrt{n}} when the population standard deviation is unknown. As sample size increases, the denominator grows, so the standard error gets smaller. This is why larger samples usually produce more precise estimates of population values.

Key Facts

  • Standard error of the mean: SE=σnSE = \frac{\sigma}{\sqrt{n}}
  • When σ\sigma is unknown, estimate with SE=snSE = \frac{s}{\sqrt{n}}
  • Larger sample size lowers standard error because SESE is inversely proportional to n\sqrt{n}
  • Standard deviation describes spread of individual data values, while standard error describes spread of sample means
  • If n is multiplied by 4, then SE is cut in half
  • For many populations, the sampling distribution of the mean becomes approximately normal as n increases

Vocabulary

Standard error
The standard error is the typical amount a sample statistic changes from one random sample to another.
Sampling distribution
A sampling distribution is the distribution of a statistic, such as the mean, computed from many repeated samples.
Sample mean
The sample mean is the average value calculated from the data in one sample.
Population standard deviation
Population standard deviation is a measure of how spread out all values in the entire population are.
Sample size
Sample size is the number of observations included in a sample.

Common Mistakes to Avoid

  • Confusing standard error with standard deviation, because they measure different kinds of spread. Standard deviation describes individual data values, while standard error describes how sample means vary across repeated samples.
  • Thinking standard error gets larger with bigger samples, which is wrong because dividing by n\sqrt{n} makes standard error smaller as nn increases. Larger samples usually give more precise estimates.
  • Using SE=s/nSE = s / n instead of SE=s/nSE = s / \sqrt{n}, which makes the uncertainty far too small. The square root is essential in the formula.
  • Assuming a small standard error means the data themselves have little variation, which is wrong because the original data can still be widely spread. A small standard error only means the sample mean is estimated precisely.

Practice Questions

  1. 1 A population has standard deviation σ=12\sigma = 12 and a sample size of n=36n = 36. Find the standard error of the sample mean.
  2. 2 A sample has standard deviation s=20s = 20 and size n=25n = 25. Estimate the standard error of the mean. Then find the new standard error if the sample size increases to 100100.
  3. 3 Two studies measure the same quantity. Study A has a larger standard deviation than Study B, but also a much larger sample size. Explain how Study A could still have a smaller standard error.