nsored Links
-->

Monday, June 4, 2018

Minimum-variance unbiased estimator

inference - Difficulty in obtaining the uniformly minimum variance ...
src: i.stack.imgur.com

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

For practical statistics problems, it is important to determine the MVUE 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 combining the constraint of unbiasedness with the desirability metric of least variance leads to good results in most practical settings--making MVUE a natural starting point for a broad range of analyses--a targeted specification may perform better for a given problem; thus, MVUE is not always the best stopping point.


Video Minimum-variance unbiased estimator



Definition

Consider estimation of g ( ? ) {\displaystyle g(\theta )} based on data X 1 , X 2 , ... , X n {\displaystyle X_{1},X_{2},\ldots ,X_{n}} i.i.d. from some member of a family of densities p ? , ? ? ? {\displaystyle p_{\theta },\theta \in \Omega } , where ? {\displaystyle \Omega } is the parameter space. An unbiased estimator ? ( X 1 , X 2 , ... , X n ) {\displaystyle \delta (X_{1},X_{2},\ldots ,X_{n})} of g ( ? ) {\displaystyle g(\theta )} is UMVUE if ? ? ? ? {\displaystyle \forall \theta \in \Omega } ,

var ( ? ( X 1 , X 2 , ... , X n ) ) <= var ( ? ~ ( X 1 , X 2 , ... , X n ) ) {\displaystyle \operatorname {var} (\delta (X_{1},X_{2},\ldots ,X_{n}))\leq \operatorname {var} ({\tilde {\delta }}(X_{1},X_{2},\ldots ,X_{n}))}

for any other unbiased estimator ? ~ . {\displaystyle {\tilde {\delta }}.}

If an unbiased estimator of g ( ? ) {\displaystyle g(\theta )} 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 ? , ? ? ? {\displaystyle p_{\theta },\theta \in \Omega } 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 ) {\displaystyle \delta (X_{1},X_{2},\ldots ,X_{n})} is unbiased for g ( ? ) {\displaystyle g(\theta )} , and that T {\displaystyle 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 ) {\displaystyle \eta (X_{1},X_{2},\ldots ,X_{n})=\operatorname {E} (\delta (X_{1},X_{2},\ldots ,X_{n})\mid T)\,}

is the MVUE for g ( ? ) . {\displaystyle g(\theta ).}

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


Maps Minimum-variance unbiased estimator



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 ( ? ) = var ( ? ) + [ bias ( ? ) ] 2   {\displaystyle \operatorname {MSE} (\delta )=\operatorname {var} (\delta )+[\operatorname {bias} (\delta )]^{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.


Chapter 4 Prediction and Bayesian Inference 4.1 Estimators versus ...
src: images.slideplayer.com


Example

Consider the data to be a single observation from an absolutely continuous distribution on R {\displaystyle \mathbb {R} } with density

p ? ( x ) = ? e - x ( 1 + e - x ) ? + 1 {\displaystyle p_{\theta }(x)={\frac {\theta e^{-x}}{(1+e^{-x})^{\theta +1}}}}

and we wish to find the UMVU estimator of

g ( ? ) = 1 ? 2 {\displaystyle g(\theta )={\frac {1}{\theta ^{2}}}}

First we recognize that the density can be written as

e - x 1 + e - x exp ( - ? log ( 1 + e - x ) + log ( ? ) ) {\displaystyle {\frac {e^{-x}}{1+e^{-x}}}\exp(-\theta \log(1+e^{-x})+\log(\theta ))}

Which is an exponential family with sufficient statistic T = log ( 1 + e - x ) {\displaystyle T=\log(1+e^{-x})} . In fact this is a full rank exponential family, and therefore T {\displaystyle T} is complete sufficient. See exponential family for a derivation which shows

E ( T ) = 1 ? , var ( T ) = 1 ? 2 {\displaystyle \operatorname {E} (T)={\frac {1}{\theta }},\quad \operatorname {var} (T)={\frac {1}{\theta ^{2}}}}

Therefore,

E ( T 2 ) = 2 ? 2 {\displaystyle \operatorname {E} (T^{2})={\frac {2}{\theta ^{2}}}}

Here we use Lehmann-Scheffé theorem to get the MVUE

Clearly ? ( X ) = T 2 2 {\displaystyle \delta (X)={\frac {T^{2}}{2}}} is unbiased and T = log ( 1 + e - x ) {\displaystyle T=\log(1+e^{-x})} is complete sufficient, thus the UMVU estimator is

? ( X ) = E ( ? ( X ) | T ) = E ( T 2 2 | T ) = T 2 2 = log ( 1 + e - X ) 2 2 {\displaystyle \eta (X)=\operatorname {E} (\delta (X)\mid T)=\operatorname {E} \left(\left.{\frac {T^{2}}{2}}\,\right|\,T\right)={\frac {T^{2}}{2}}={\frac {\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.


STATISTICAL INFERENCE - ppt download
src: slideplayer.com


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.
    However, the sample standard deviation is not unbiased for the population standard deviation - see unbiased estimation of standard deviation.
    Further, for other distributions the sample mean and sample variance are not in general MVUEs - for a uniform distribution with unknown upper and lower bounds, the mid-range is the MVUE for the population mean.
  • 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
k + 1 k m - 1 , {\displaystyle {\frac {k+1}{k}}m-1,}
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.

OLS estimator variance - YouTube
src: i.ytimg.com


See also

  • Best linear unbiased estimator (BLUE)
  • Bias-variance tradeoff
  • Lehmann-Scheffé theorem
  • U-statistic

Bayesian analogs

  • Bayes estimator
  • Minimum mean square error (MMSE)

STATISTICAL INFERENCE - ppt download
src: slideplayer.com


References

  • Keener, Robert W. (2006). Statistical Theory: Notes for a Course in Theoretical Statistics. Springer. pp. 47-48, 57-58. 
  • Voinov V. G.,, Nikulin M.S. (1993). Unbiased estimators and their applications, Vol.1: Univariate case. Kluwer Academic Publishers. pp. 521p. 

Source of the article : Wikipedia