Standard deviation of the sampling distribution

It measures how much a statistic varies from sample to sample; when estimated from sample data instead of parameters, it is called the standard error.

This number says how far a statistic typically lands from the parameter across repeated samples, and it becomes the denominator of every z and t statistic you compute. For the sample mean it is σ/n\sigma/\sqrt{n} (sigma, the population standard deviation, over the square root of n), and for the sample proportion it is p(1p)/n\sqrt{p(1-p)/n}; swap in a sample estimate for the parameter and the same quantity is called the standard error. Because nn sits under a square root, shrinking it is slow work: with σ=12\sigma = 12, going from n=36n = 36 to n=144n = 144 takes it from 12/6=212/6 = 2 down to 12/12=112/12 = 1. Quadrupling the sample size only halves the variability.

Where this comes up

More sampling distributions terms, or browse the full statistics glossary.