2.2 Methods of Estimation

Now we introduce loss function to describe the quality of estimators quantitatively. Consider \(\theta \) as the decision rule, and \(R(\theta ,\delta ) = {\mathbb{E}} _\theta L(\theta , \delta (X))\) as the risk function.

2.2.1 Unbiased Estimation

An estimator is unbiased if \({\mathbb{E}} _\theta [\delta (X)] = g(\theta )\) (to estimate). Although uniformly best estimator does not exist, quite often, we can find a unbiased estimator with uniformly minimum risk, that is, an unbiased \(\delta \) satisfying \(R(\theta , \delta ) \le R(\theta , \delta ')\), \(\forall \theta \) and any other unbiased estimators \(\delta '\). Such an estimator is called a uniformly minimum risk unbiased estimator (UMRUE).

Consider \(L(\theta , d) = (\theta -d)^2\), then an UMRUE becomes a uniformly minimum variance unbiased estimator (UMVUE). \begin{align*} \mathbb {E}_\theta \left [(\theta - \delta (X))^2\right ] &= \left (\mathbb {E}_\theta [\delta (X)] - \theta \right )^2 + \mathbb {E}_\theta \left \{\left (\delta (X) - \mathbb {E}_\theta [\delta (X)]\right )^2\right \} \\ &= \text {Bias}^2 + \text {Variance}. \end{align*}

If we know some prior knowledge of the estimators (eg: Equivariant, Invariant), we can design better estimators.

2.2.2 Bayes Estimators

Our optimality goal, given a measure \(\Lambda \), is to find an estimator \(\delta _\Lambda \) which minimizes the average risk, \[ r(\Lambda , \delta ) = \int R(\theta , \delta ) \, d\Lambda (\theta ). \] If \(\Lambda \) is a probability distribution on \(\Omega \), we call \(\Lambda \) the prior distribution. The estimator \(\delta _\Lambda \), if it exists, is called the Bayes estimator with respect to \(\Lambda \), and the minimized average risk \(r(\Lambda , \delta _\Lambda )\) is called the Bayes risk.

2.2.3 Minimax Estimators

In minimax estimation, we collapse our risk function by looking at the worse-case risk. Given \(X \sim \mathbb {P}_\theta \), where \(\theta \in \Omega \), and a loss function \(L(\theta , d)\), we want to find an estimator \(\delta \) that minimizes the maximum risk: \[ \sup _{\theta \in \Omega } R(\theta , \delta ). \] Any such \(\delta \) is called a minimax estimator.

2.2.4 James Stein Estimator
2.2.5 How to Derive an Estimator
Search definitions, theorems, and topics across the notes.