Efficiency

Summary

  • Given:
    • A sample x1,x2,...,xnx1,x2,...,xn
    • A statistical model where θθ is an unknown parameter
    • Two different unbiased estimators of θθ : ˆθ1^θ1 and ˆθ2^θ2
  • We say that ˆθ1^θ1 is more efficient than ˆθ2^θ2 if Var(ˆθ1)Var(ˆθ2)Var(^θ1)Var(^θ2)

Example

  • x1,x2,...,xnx1,x2,...,xn is an IID random sample where each xiN(μ,σ2)xiN(μ,σ2) ( nn is even). Then ˉx¯x as well as

ˉxn/2=1n/2n/2i=1xi

  • are unbiased. However,

Var(ˉxn/2)=σ2n/2>σ2n=Var(ˉx)

  • so ˉx is more efficient.