Part IA Easter Term
Bias of Estimators
Definition
The bias of an estimator for parameter is:
Interpretation
- : unbiased
- : overestimates on average
- : underestimates on average
Unbiased Estimators
is unbiased if for all .
Example: Sample Mean
Unbiased for population mean.
Example: Sample Variance
(biased, underestimates).
(unbiased).
Why Unbiasedness Matters
Unbiased estimators:
- Average to the true value over repeated sampling
- No systematic error
- “Fair” on average
But being unbiased doesn’t guarantee good performance:
- A fair coin estimator averaged with a biased one might be worse
- An unbiased estimator with huge variance is useless
Bias-Variance Trade-off
Sometimes a slightly biased estimator has much lower variance.
Minimising MSE may tolerate some bias for greatly reduced variance.
Example: Ridge Regression
Shrinking coefficients introduces bias but reduces variance.
Overall prediction error decreases.
Asymptotic Unbiasedness
is asymptotically unbiased if:
is asymptotically unbiased: .
Summary
| Estimator | Bias |
|---|---|
| 0 (unbiased) | |
| (biased) | |
| 0 (unbiased) |