Unbiased estimator
By Jude Wallis · Published
An unbiased estimator is a statistic whose average value across all samples equals the true parameter, so it has no systematic tendency to be too high or low.
An estimator is unbiased when the mean of its sampling distribution is exactly the parameter, , and when that holds for every possible value of the parameter rather than for one convenient case. The sample mean qualifies, (x-bar, mu), and so does the sample proportion, (p-hat). Unbiasedness pins down where the sampling distribution sits and says nothing about how wide it is.
Take the four-value population 1, 2, 3, 6, which has , and . Write out all 16 samples of size 2 drawn with replacement and average each statistic across them. The sample mean averages to 3, exactly . The sample variance with the divisor averages to 3.5, exactly . The sample standard deviation averages to , which is 75.6 percent of .
So this sentence is false: "the divisor makes an unbiased estimator of ." What buys is . Taking a square root is nonlinear, and the mean of a square root is not the square root of a mean, so the correction does not survive the step. comes out too small on average, at every sample size, for any population in which it varies at all.
The shortfall shrinks with without reaching zero: in the same population, all 1,024 samples of size 5 give an average of 1.7673, or 94.5 percent of . Inference for means uses in place of regardless, because at ordinary sample sizes the gap is small and the exact correction depends on the population's shape.
Unbiasedness is also not the whole of a good estimator. Topic 3.1, Estimators, weighs it against variability: an estimator centered perfectly but scattered widely can be worse than one that leans slightly and lands close every time.
Where this comes up
More sampling distributions terms, or browse the full statistics glossary.