Variability of an estimator

By Jude Wallis · Updated

The variability of an estimator is the spread of its sampling distribution: how much the estimate moves from one random sample to the next.

Variability is the spread of an estimator's sampling distribution, measured by its standard deviation: σn\frac{\sigma}{\sqrt{n}} for the sample mean xˉ\bar{x} (x-bar) and p(1p)n\sqrt{\frac{p(1-p)}{n}} for the sample proportion p^\hat{p} (p-hat). Low variability means two different random samples would hand you nearly the same answer. It is the second axis of the target diagram: bias is where the shots are centered, variability is how tight the group is, and an estimator can sit anywhere on one axis regardless of the other.

Variability decides between estimators that bias cannot separate. For a normal population both the sample mean and the sample median are unbiased for μ\mu (mu), so bias is 0 either way. Across two million simulated samples of n=25n = 25 from a normal population with μ=100\mu = 100 and σ=15\sigma = 15, both estimators averaged 100.0, but xˉ\bar{x} had a standard deviation of 3.00, matching 15/2515/\sqrt{25}, while the sample median had 3.73. Same aim, a group about 24 percent wider.

Here is the sentence to unlearn: "I took a bigger sample, so there is less bias." The sample size appears in the variability formula and nowhere in the bias. Raising nn narrows the sampling distribution around wherever it is already centered, so if that center is off, a larger sample only makes you more confident about the wrong number.

The narrowing is slower than it looks, because nn sits under a square root. With p=0.5p = 0.5, moving from n=100n = 100 to n=400n = 400 takes the standard deviation of p^\hat{p} from 0.05 to 0.025. Four times the data buys half the spread, and cutting the spread to a tenth costs a hundred times the data.

Topic 3.1, Estimators, is where the two axes are compared. Estimate this spread from sample data instead of from parameters and it is called the standard error.

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