Variability of an estimator

Variability is the spread of an estimator's sampling distribution, showing how much estimates jump around from one sample to the next.

Variability describes the spread of an estimator's sampling distribution, so low variability means two different samples would hand you nearly the same answer. It is a separate goal from low bias: an estimator can be centered correctly and still swing wildly, or be very consistent and consistently wrong. Larger samples cut variability, and the square root sets the pace: with p=0.5p = 0.5, n=100n = 100 gives 0.5(0.5)100=0.0025=0.05\sqrt{\frac{0.5(0.5)}{100}} = \sqrt{0.0025} = 0.05, while n=400n = 400 gives 0.25400=0.000625=0.025\sqrt{\frac{0.25}{400}} = \sqrt{0.000625} = 0.025. Only a better sampling design fixes bias.

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