- Bayes estimator
In
decision theory andestimation theory , a Bayes estimator is anestimator or decision rule that maximizes the posteriorexpected value of autility function or minimizes the posterior expected value of aloss function (also called posterior expected loss).Definition
Suppose an unknown parameter θ is known to have a
prior distribution . Let be an estimator of θ (based on some measurements), and let be arisk function , such as themean squared error . The Bayes risk of is defined as , where the expectation is taken over the probability distribution of . An estimator is said to be a "Bayes estimator" if it minimizes the Bayes risk among all estimators. The estimator which minimizes the posterior expected loss "for each x" also minimizes the Bayes risk and therefore is a Bayes estimator.If the prior is improper then an estimator which minimizes the posterior expected loss "for each x" is called a generalized Bayes estimator.
Examples
Minimum mean square error estimation
The most common risk function used for Bayesian estimation is the
mean square error (MSE), also called squared error risk. The MSE is defined by:,where the expectation is taken over the joint distribution of and .Using the MSE as risk, the Bayes estimate of the unknown parameter is simply the mean of the
posterior distribution ,:This is known as the "minimum mean square error" (MMSE) estimator. The Bayes risk, in this case, is the posterior variance.Bayes estimators for conjugate priors
If there is no inherent reason to prefer one prior probability distribution over another, a
conjugate prior is sometimes chosen for simplicity. A conjugate prior is defined as a prior distribution belonging to someparametric family , for which the resulting posterior distribution also belongs to the same family. This is an important property, since the Bayes estimator, as well as its statistical properties (variance, confidence interval, etc.), can all be derived from the posterior distribution.Conjugate priors are especially useful for sequential estimation, where the posterior of the current measurement is used as the prior in the next measurement. In sequential estimation, unless a conjugate prior is used, the posterior distribution typically becomes more complex with each added measurement, and the Bayes estimator cannot usually be calculated without resorting to numerical methods.
Following are some examples of conjugate priors.
- If x|θ is normal, x|θ ~ N(θ,σ2), and the prior is normal, θ ~ N(μ,τ2), then the posterior is also normal and the Bayes estimator under MSE is given by:
- If x1,...,xn are
iid Poisson random variables xi|θ ~ P(θ), and if the prior is Gamma distributed θ ~ G(a,b), then the posterior is also Gamma distributed, and the Bayes estimator under MSE is given by: - If x1,...,xn are iid uniformly distributed xi|θ~U(0,θ), and if the prior is Pareto distributed θ~Pa(θ0,a), then the posterior is also Pareto distributed, and the Bayes estimator under MSE is given by:
Alternative risk functions
Risk functions are chosen depending on how one measures the distance between the estimate and the unknown parameter. The MSE is the most common risk function in use, primarily due to its simplicity. However, alternative risk functions are also occasionally used. The following are several examples of such alternatives. We denote the posterior generalized distribution function by .
- A "linear" loss function, with , which yields the
posterior median as the Bayes' estimate: :: - Another "linear" loss function, which assigns different "weights" to over or sub estimation. It yields a
quantile from the posterior distribution, and is a generalization of the previous loss function: :: - The following loss function is trickier: it yields either the
posterior mode , or a point close to it depending on the curvature and properties of the posterior distribution. Small values of the parameter are recommended, in order to use the mode as an approximation (): :
Other loss functions can be conceived, although the
mean squared error is the most widely used and validated.Generalized Bayes estimators
The prior distribution has thus far been assumed to be a true probability distribution, in that :However, occasionally this can be a restrictive requirement. For example, there is no distribution for which every real number is equally likely. Yet, in some sense, such a "distribution" seems like a natural choice for a
non-informative prior , i.e., a prior distribution which does not imply a preference for any particular value of the unknown parameter. One can still define a function , but this would not be a proper probability distribution since it has infinite mass,:Such measures , which are not probability distributions, are referred to asimproper prior s.The use of an improper prior typically results in infinite Bayes risk. As a consequence, it is no longer meaningful to speak of an estimator which minimizes the Bayes risk. Nevertheless, in many cases, one can define the posterior distribution:This is a definition, and not an application of
Bayes' theorem , since Bayes' theorem can only be applied when all distributions are proper. However, it is not uncommon for the resulting "posterior" to be a valid probability distribution. In this case, the posterior expected loss:is typically well-defined and finite. Recall that, for a proper prior, the Bayes estimator minimizes the posterior expected loss. When the prior is improper, an estimator which minimizes the posterior expected loss is referred to as a generalized Bayes estimator.Example
A typical example concerns the estimation of a
location parameter with a loss function of the type . Here is a location parameter, i.e., .It is common to use the improper prior in this case, especially when no other more subjective information is available. This yields:so the posterior expected loss equals:The generalized Bayes estimator is the value which minimizes this expression for all . This is equivalent to minimizing : for all . (1)
It can be shown that, in this case, the generalized Bayes estimator has the form , for some constant . To see this, let be the value minimizing (1) when . Then, given a different value , we must minimize: (2)This is identical to (1), except that has been replaced by . Thus, the expression minimizing is given by , so that the optimal estimator has the form:
Empirical Bayes estimators
A Bayes estimator derived through the
empirical Bayes method is called an "empirical Bayes estimator". Empirical Bayes methods enable the use of auxiliary empirical data, from observations of related parameters, in the development of a Bayes estimator. This is done under the assumption that the estimated parameters are obtained from a common prior. For example, if independent observations of different parameters are performed, then the estimation performance of a particular parameter can sometimes be improved by using data from other observations.There are parametric and non-parametric approaches to empirical Bayes estimation. Parametric empirical Bayes is usually preferable since it is more applicable and more accurate on small amounts of data. [Berger (1980), section 4.5.]
Example
The following is a simple example of parametric empirical Bayes estimation. Given past observations having conditional distribution , one is interested in estimating based on . Assume that the 's have a common prior which depends on unknown parameters. For example, suppose that is normal with unknown mean and variance We can then use the past observations to determine the mean and variance of in the following way.
First, we estimate the mean and variance of the marginal distribution of using the
maximum likelihood approach:::Next, we use the relation: : where and are the moments of the conditional distribution , which are assumed to be known. In particular, suppose that and that ; we then have: : Finally, we obtain the estimated moments of the prior,: : For example, if , and if we assume a normal prior (which is aconjugate prior in this case), we conclude that , from which the Bayes estimator of based on can be calculated.Properties
Admissibility
Bayes rules having finite Bayes risk are typically admissible. The following are some specific examples of admissibility theorems.
* If a Bayes rule is unique then it is admissible. [Lehmann and Casella (1998), Theorem 5.2.4.] For example, as stated above, under mean squared error (MSE) the Bayes rule is unique and therefore admissible.
* If θ belongs to adiscrete set, then all Bayes rules are admissible.
* If θ belongs to a continuous (non-discrete set), and if the risk function R(θ,δ) is continuous in θ for every δ, then all Bayes rules are admissible.By contrast, generalized Bayes rules usually have infinite Bayes risk. These are often inadmissible and the verification of their admissibility can be difficult. For example, the generalized Bayes estimator of a location parameter θ based on Gaussian samples (described in the "Generalized Bayes estimator" section above) is inadmissible for ; this is known as
Stein's phenomenon .Asymptotic efficiency
Let θ be an unknown random variable, and suppose that are
iid samples with density . Let be a sequence of Bayes estimators of θ based on an increasing number of measurements. We are interested in analyzing the asymptotic performance of this sequence of estimators, i.e., the performance of for large "n".To this end, it is customary to regard θ as a deterministic parameter whose true value is . Under specific conditions, [Lehmann and Casella (1998), section 6.8] for large samples (large values of "n"), the posterior density of θ is approximately normal. In other words, for large "n", the effect of the prior probability on the posterior is negligible. Moreover, if δ is the Bayes estimator under MSE risk, then it is
asymptotically unbiased and it converges in distribution to thenormal distribution ::
where "I"(θ0) is the
fisher information of θ0.It follows that the Bayes estimator δ"n" under MSE is asymptotically efficient.Another estimator which is asymptotically normal and efficient is the
maximum likelihood estimator (MLE). The relations between the maximum likelihood and Bayes estimators can be shown in the following simple example.Consider the estimator of θ based on binomial sample "x"~b(θ,"n") where θ denotes the probability for success. Assuming θ is distributed according to the
conjugate prior , which in this case is theBeta distribution B("a","b"), the posterior distribution is known to be B(a+x,b+n-x). Thus, the Bayes estimator under MSE is:The MLE in this case is x/n and so we get,:The last equation implies that, for "n" → ∞, the Bayes estimator (in the described problem) is close to the MLE. On the other hand, when "n" is small, the prior information is still relevant to the decision problem and affects the estimate.See also
*
Recursive Bayesian estimation
*Empirical Bayes method
*Conjugate prior Notes
References
* cite book
last = Lehmann
first = E. L.
coauthors = Casella, G.
title = Theory of Point Estimation
date = 1998
publisher = Springer
isbn = 0-387-98502-6
pages = 2nd ed
* cite book
last = Berger
first = J.O.
title= Statistical Decision Theory and Bayesian Analysis
date = 1985
pages = Second Edition.
publisher = Springer Verlag, New York
isbn = ISBN 0-387-96098-8 and also ISBN 3-540-96098-8External links
* [http://cnx.org/content/m11660/latest/ Bayesian estimation on cnx.org]
Wikimedia Foundation. 2010.