Unbiased Estimator vs Statistic
Both terms below come up in the same part of the course, and students mix them up. Here is each one defined on its own, side by side, so you can see where they part company.
Unbiased estimator
Sampling distributions
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.
Statistic
Collecting data and study design
A statistic is a numerical value computed from sample data, used to estimate a corresponding population parameter.
A statistic is a number computed from sample data alone. Because its value depends on which individuals were drawn, it changes from one sample to the next, and that movement is what separates it from a parameter, which stays put. Statistics take Roman letters or hats: (x-bar) for the sample mean, for the sample standard deviation, (p-hat) for the sample proportion, for the sample correlation. Each is paired with the parameter it estimates, , , , and in turn.
Suppose 60 percent of a large population would vote yes, so . Draw a random sample of 80 and find 52 yes votes, giving . Draw a second sample of 80 and find 44, giving . Two different statistics, one unchanged parameter, and no mistake in either sample. That spread is sampling variability, and the sampling distribution of describes it.
"The sample proportion is 0.65, so the population proportion is 0.65" is the error to name out loud. A statistic is an estimate and it is almost never exactly right, so the honest version attaches an interval or a standard error to that 0.65. The written form of the same mistake is putting where belongs. That collapse wrecks everything downstream, because a test compares an observed against a hypothesized , and no comparison is left once both symbols name one quantity.
A statistic has two lives. Before the sample is drawn it is a random variable with a distribution of its own, which is what makes phrases like the mean and standard deviation of meaningful. Once the sample is in hand it is a single number.
Two boundaries. A value computed from an entire population is not a statistic, however it was calculated, and a statistic from a badly chosen sample is still a statistic, just a poor estimator. Topic 3.1 grades estimators on exactly those two axes: whether they are centered on the parameter, and how much they vary.