Harman Patil (Editor)

Minimum variance unbiased estimator

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

In statistics a uniformly minimum-variance unbiased estimator or minimum-variance unbiased estimator (UMVUE or MVUE) is an unbiased estimator that has lower variance than any other unbiased estimator for all possible values of the parameter.

Contents

For practical statistics problems, it is important to determine the UMVUE if one exists, since less-than-optimal procedures would naturally be avoided, other things being equal. This has led to substantial development of statistical theory related to the problem of optimal estimation. While the particular specification of "optimal" here — requiring unbiasedness and measuring "goodness" using the variance — may not always be what is wanted for any given practical situation, it is one where useful and generally applicable results can be found.

Definition

Consider estimation of g ( θ ) based on data X 1 , X 2 , , X n i.i.d. from some member of a family of densities p θ , θ Ω , where Ω is the parameter space. An unbiased estimator δ ( X 1 , X 2 , , X n ) of g ( θ ) is UMVUE if θ Ω ,

v a r ( δ ( X 1 , X 2 , , X n ) ) v a r ( δ ~ ( X 1 , X 2 , , X n ) )

for any other unbiased estimator δ ~ .

If an unbiased estimator of g ( θ ) exists, then one can prove there is an essentially unique MVUE. Using the Rao–Blackwell theorem one can also prove that determining the MVUE is simply a matter of finding a complete sufficient statistic for the family p θ , θ Ω and conditioning any unbiased estimator on it.

Further, by the Lehmann–Scheffé theorem, an unbiased estimator that is a function of a complete, sufficient statistic is the UMVUE estimator.

Put formally, suppose δ ( X 1 , X 2 , , X n ) is unbiased for g ( θ ) , and that T is a complete sufficient statistic for the family of densities. Then

η ( X 1 , X 2 , , X n ) = E ( δ ( X 1 , X 2 , , X n ) | T )

is the MVUE for g ( θ ) .

A Bayesian analog is a Bayes estimator, particularly with minimum mean square error (MMSE).

Estimator selection

An efficient estimator need not exist, but if it does and if it is unbiased, it is the MVUE. Since the mean squared error (MSE) of an estimator δ is

MSE ( δ ) = v a r ( δ ) + [ b i a s ( δ ) ] 2  

the MVUE minimizes MSE among unbiased estimators. In some cases biased estimators have lower MSE because they have a smaller variance than does any unbiased estimator; see estimator bias.

Example

Consider the data to be a single observation from an absolutely continuous distribution on R with density

p θ ( x ) = θ e x ( 1 + e x ) θ + 1

and we wish to find the UMVU estimator of

g ( θ ) = 1 θ 2

First we recognize that the density can be written as

e x 1 + e x exp ( θ log ( 1 + e x ) + log ( θ ) )

Which is an exponential family with sufficient statistic T = l o g ( 1 + e x ) . In fact this is a full rank exponential family, and therefore T is complete sufficient. See exponential family for a derivation which shows

E ( T ) = 1 θ , v a r ( T ) = 1 θ 2

Therefore

E ( T 2 ) = 2 θ 2

Clearly δ ( X ) = T 2 2 is unbiased, thus the UMVU estimator is

η ( X ) = E ( δ ( X ) | T ) = E ( T 2 2 | T ) = T 2 2 = log ( 1 + e X ) 2 2

This example illustrates that an unbiased function of the complete sufficient statistic will be UMVU, as Lehmann–Scheffé theorem states.

Other examples

  • For a normal distribution with unknown mean and variance, the sample mean and (unbiased) sample variance are the MVUEs for the population mean and population variance.
  • If k exemplars are chosen (without replacement) from a discrete uniform distribution over the set {1, 2, ..., N} with unknown upper bound N, the MVUE for N is
  • where m is the sample maximum. This is a scaled and shifted (so unbiased) transform of the sample maximum, which is a sufficient and complete statistic. See German tank problem for details.

    References

    Minimum-variance unbiased estimator Wikipedia