Point Estimation
Point estimation concerns the problem of using sample data to produce a single best guess for an unknown population parameter, along with criteria for evaluating the quality of estimators.
Estimators and Their Properties
Let be a random sample from a distribution parameterized by . A point estimator of is a statistic — a function of the observed data that does not depend on .
Key properties of an estimator for the parameter :
- Bias: . The estimator is unbiased if for all .
- Variance:
- Mean squared error:
- Consistency: as for all
- Efficiency: achieves the Cramer-Rao lower bound
Common Estimators
For i.i.d. with mean and variance :
- is unbiased for with
- is unbiased for
- The biased version has and lower MSE than for normal populations
The Bias-Variance Tradeoff
The MSE decomposition reveals a fundamental tradeoff: reducing bias may increase variance and vice versa. A biased estimator can have lower MSE than an unbiased one if the variance reduction more than compensates for the bias. This tradeoff is central to modern statistical methods including regularization, shrinkage estimators, and machine learning.