Efficiency

Suppose θ^1 and θ^2 are two unbiased estimator of a given populations' parameter θ

We say that θ^1 is relatively more efficient than θ^2 if

var(θ^1)var(θ^2)

The relative efficiency is used to measure the efficiency of θ^2 relative to θ^1

RE=var(θ^1)var(θ^2)

Suppose X1,,XniidPoisson(λ), λ^1=X¯, λ^2=S2=1n1Var(X¯)
Both are unbiased:

E(X¯)=λ,E(S2)=var(X)=λ

And the variances:

Var(X¯)=λnVar(S2)=Var(1n1(xix¯)2)=n(n1)2Var((xix¯)2)(no closed form)=n(n1)2E[[(xix¯)E(xix¯]2]

For some estimators, their variances are difficult to calculate, so we may focus on their lower bound to determine to find the most optimal one.

The efficiency of an unbiased estimator of θ is the ratio of the CRLB of the variance of the estimator

efficiency(θ^)=CRLBVar(θ^)1

The best ratio is 1, where Var(θ^)=CRLB

If θ^ is unbiased for θ, and limnVar(θ^)CRLB=1, then θ^ is asymptotically efficient, as limnCRLB=0

If θ^ is an unbiased estimator for θ (E(θ^)=θ) and the variance of θ^ attains (is equal to) the value of the Cramér-Rao inequality, then θ^ is the uniformly minimum variance unbiased estimator (UMVUE) for θ, and θ^ is optimally efficient

Comparing λ^1 from the earlier example:

Var(λ^1)=λnCRLB=1nE[(lneλλx/x!λ)2]=1nE[(λ+xlnλln(x!)λ)2]=1nE[(1+xλ)2]=1nE[(xλλ)2]=1n1λ2E[(xλ)2]=1nλλ2=λn

So λ^1 is the UMVUE for this estimator (best in this category)