Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Minimum-variance unbiased estimator
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{Short description|Unbiased statistical estimator minimizing variance}}{{Refimprove|date=November 2009}}In [[statistics]] a '''minimum-variance unbiased estimator (MVUE)''' or '''uniformly minimum-variance unbiased estimator (UMVUE)''' is an [[Bias of an estimator|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. ==Definition== Consider estimation of <math>g(\theta)</math> based on data <math>X_1, X_2, \ldots, X_n</math> i.i.d. from some member of a family of densities <math> p_\theta, \theta \in \Omega</math>, where <math>\Omega</math> is the parameter space. An unbiased estimator <math>\delta(X_1, X_2, \ldots, X_n)</math> of <math> g(\theta) </math> is ''UMVUE'' if <math> \forall \theta \in \Theta</math>, :<math> \operatorname{var}(\delta(X_1, X_2, \ldots, X_n)) \leq \operatorname{var}(\tilde{\delta}(X_1, X_2, \ldots, X_n)) </math> {{np}}{{pb}} for any other unbiased estimator <math> \tilde{\delta}. </math> If an unbiased estimator of <math> g(\theta) </math> exists, then one can prove there is an essentially unique MVUE.<ref>{{Cite book|title=U-statistics : theory and practice|last=Lee, A. J., 1946-|date=1990|publisher=M. Dekker|isbn=0824782534|location=New York|oclc=21523971}}</ref> Using the [[Rao–Blackwell theorem]] one can also prove that determining the MVUE is simply a matter of finding a [[complete statistic|complete]] [[sufficient statistic|sufficient]] statistic for the family <math>p_\theta, \theta \in \Omega </math> 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 <math>\delta(X_1, X_2, \ldots, X_n)</math> is unbiased for <math>g(\theta)</math>, and that <math>T</math> is a complete sufficient statistic for the family of densities. Then :<math> \eta(X_1, X_2, \ldots, X_n) = \operatorname{E}(\delta(X_1, X_2, \ldots, X_n)\mid T)\,</math> {{np}}{{pb}} is the MVUE for <math>g(\theta). </math> A [[Bayesian statistics|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 :<math> \operatorname{MSE}(\delta) = \operatorname{var}(\delta) +[ \operatorname{bias}(\delta)]^2 \ </math> {{np}}{{pb}} 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 random variable|absolutely continuous distribution]] on <math>\mathbb{R} </math> with density :<math> p_\theta(x) = \frac{ \theta e^{-x} }{(1 + e^{-x})^{\theta + 1} }, </math> {{np}}{{pb}} where ''θ > 0'', and we wish to find the UMVU estimator of :<math> g(\theta) = \frac 1 {\theta^2} </math> {{np}}{{pb}} First we recognize that the density can be written as :<math> \frac{ e^{-x} } { 1 + e^{-x} } \exp( -\theta \log(1 + e^{-x}) + \log(\theta)) </math> {{np}}{{pb}} which is an exponential family with [[sufficient statistic]] <math>T = \log(1 + e^{-X})</math>. In fact this is a full rank exponential family, and therefore <math> T </math> is complete sufficient. See [[exponential family]] for a derivation which shows : <math> \operatorname{E}(T) = \frac 1 \theta,\quad \operatorname{var}(T) = \frac 1 {\theta^2} </math> {{np}}{{pb}} Therefore, :<math> \operatorname{E}(T^2) = \frac 2 {\theta^2} </math> {{np}}{{pb}} Here we use Lehmann–Scheffé theorem to get the MVUE. Clearly, <math> \delta(X) = T^2/2</math> is unbiased and <math>T = \log(1 + e^{-X})</math> is complete sufficient, thus the UMVU estimator is :<math> \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 </math> {{np}}{{pb}} 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.{{np}}{{pb}} *:However, the [[sample standard deviation]] is not unbiased for the population standard deviation – see [[unbiased estimation of standard deviation]].{{np}}{{pb}} *:Further, for other distributions the sample mean and sample variance are not in general MVUEs – for a [[Uniform distribution (continuous)|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: {{np}}{{pb}} :: <math>\frac{k+1}{k} m - 1,</math> {{np}}{{pb}} :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. == See also == * [[Cramér–Rao bound]] * [[Best linear unbiased estimator]] (BLUE) * [[Bias–variance tradeoff]] * [[Lehmann–Scheffé theorem]] * [[U-statistic]] === Bayesian analogs === * [[Bayes estimator]] * [[Minimum mean square error]] (MMSE) == References == {{Reflist}} * {{cite book | last = Keener | first = Robert W. | title = Statistical Theory: Notes for a Course in Theoretical Statistics | publisher = Springer | date = 2006 | pages = 47–48, 57–58 }} * Keener, Robert W. (2010). ''Theoretical statistics: Topics for a core course''. New York: Springer. [[doi:10.1007/978-0-387-93839-4|DOI 10.1007/978-0-387-93839-4]] * {{cite book | last = Voinov V. G. | first = Nikulin M.S. | title = Unbiased estimators and their applications, Vol.1: Univariate case | publisher = Kluwer Academic Publishers | date = 1993 | pages = 521p }} {{Statistics|inference|collapsed}} [[Category:Estimator]]
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)
Pages transcluded onto the current version of this page
(
help
)
:
Template:Cite book
(
edit
)
Template:Np
(
edit
)
Template:Pb
(
edit
)
Template:Refimprove
(
edit
)
Template:Reflist
(
edit
)
Template:Short description
(
edit
)
Template:Statistics
(
edit
)