Sampling Distribution Mean: To determine if an estimator is unbiased, one must consider the collection of all possible estimates from all possible samples of a fixed size .
Mathematical Condition: An estimator is unbiased for parameter if and only if the expected value .
Accuracy vs. Precision: Unbiasedness refers to the accuracy of the estimator's center, not the spread of individual estimates. An unbiased estimator can still produce individual estimates far from the truth if the variance is high.
Sample Mean (): This is an unbiased estimator for the population mean . Regardless of the population's shape, the average of all possible sample means will equal the true population mean.
Sample Proportion (): This is an unbiased estimator for the population proportion . The mean of the sampling distribution of is exactly .
Sample Standard Deviation (): In many introductory contexts, the sample standard deviation is treated as an unbiased estimator for the population standard deviation when calculated using the denominator.
| Feature | Unbiased Estimator | Biased Estimator |
|---|---|---|
| Center | Mean of sampling distribution equals the parameter | Mean of sampling distribution differs from the parameter |
| Examples | Sample Mean, Sample Proportion | Sample Median, Sample Mode |
| Effect of | Center stays the same; spread decreases | Center stays biased; spread decreases |
| Goal | To provide an 'on-target' prediction on average | Often avoids due to systematic error |
Identify the Center: When presented with a graph of a sampling distribution, always check if the peak/center is aligned with the given population parameter value.
Don't Assume: Never assume a statistic is unbiased unless it is one of the three standard ones (mean, proportion, or standard deviation). Statistics like the range or maximum are almost always biased.
Check the Question: If a question asks why a larger sample is better for an unbiased estimator, the answer is always related to 'reduced variability' or 'increased precision,' never a change in the 'bias' itself.
Verification: To verify unbiasedness in a simulation, calculate the mean of all simulated statistics and compare it to the known population parameter.