Unbiased Estimator vs Point Estimate
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.
Point estimate
Sampling distributions
A point estimate is a single number computed from sample data and used as the best guess for an unknown population parameter.
A point estimate is the value a statistic takes in the one sample you collected, offered as the estimate of a parameter you cannot observe. Each parameter has a standard partner: (x-bar) estimates (mu), (p-hat) estimates , and estimates (sigma). The word point is doing work in that phrase. It signals a single value with no width attached to it.
If 63 of 200 randomly sampled voters approve, the point estimate is . That number alone says nothing about how far off it might be. Attach a margin of error and the picture changes: the standard error is , so with the margin is 0.064 and the 95% interval runs from 0.251 to 0.379. An estimate that looked exact carries a span of nearly 13 points around it.
The misreading is a missing word. "Thirty-one and a half percent of voters approve" states a sample statistic as though it were the population parameter. It is one draw from a sampling distribution centered at , and the chance it equals exactly is essentially zero. Notation carries the distinction, so writing where you computed claims something you did not compute.
An unbiased point estimate is still allowed to be far off. Unbiasedness is a property of the procedure across all samples, not a promise about this one, so knowing that is unbiased does not license treating as . For a difference, the point estimate is the difference of the two point estimates, or , and it sits at the center of the matching interval.
Topic 3.1 is Estimators, where point estimates are judged on bias and on variability.