An estimator of a population parameter is a function of the sample. If the sample is {xi}i=1n\{x_i\}_{i=1}^n, then an estimator is f(x1,,xn)f(x_1,\dots,x_n) which is also a random variable given that xix_i is random.

  • point estimator: function that produces a single number
  • interval estimator: function that produces an interval, e.g. confidence interval.

We can evaluate an estimator in terms of unbiasedness and efficiency.

Unbiasedness

A point estimator θ^\hat\theta is an unbiased estimator of a population parameter θ\theta if E[θ^]=θ\mathbb{E}[\hat\theta]=\theta.

Efficiency

The most efficient estimator among unbiased estimators has the minimum variance (MVUE). The relative efficiency of θ^1\hat\theta_1 with respect to θ^2\hat\theta_2 is

Var(θ^2)Var(θ^1)\frac{Var(\hat\theta_2)}{Var(\hat\theta_1)}

i.e., if Var(θ^2)>Var(θ^1)Var(\hat\theta_2)\gt Var(\hat\theta_1), then θ^1\hat\theta_1 is more efficient.