Standard error of the mean

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.

The standard error of the mean measures the spread of the sampling distribution of xˉ\bar{x} (x-bar, the sample mean), so it shrinks as the sample grows. In practice you compute SExˉ=snSE_{\bar{x}} = \frac{s}{\sqrt{n}} from the sample standard deviation s; if you somehow knew the population standard deviation σ\sigma (sigma), you would use σn\frac{\sigma}{\sqrt{n}} instead. For example, with s = 12 and n = 36 the standard error is 12/36=12/6=212/\sqrt{36} = 12/6 = 2. Watch the square root: cutting the standard error in half takes four times as many observations.

Where this comes up

More confidence intervals terms, or browse the full statistics glossary.