Maximum a posteriori
Encyclopedia : M : MA : MAX : Maximum a posteriori
In statistics, the method of maximum a posteriori (MAP, or posterior mode) estimation can be used to obtain a point estimate of an unobserved quantity on the basis of empirical data. It is closely related to Fisher's method of maximum likelihood (ML), but employs an augmented optimization objective which incorporates a prior distribution over the quantity one wants to estimate. MAP estimation can therefore be seen as a regularization of ML estimation.
Assume that we want to estimate an unobserved population parameter [\theta] on the basis of observations [x]. Let [f] be the sampling distribution of [x], so that [f(x|\theta)] is the probability of [x] when the underlying population parameter is [\theta]. Then the function
- [\theta \mapsto f(x | \theta) \!]
- [\hat_}(x) = \arg\max_ f(x | \theta) \!]
Now assume that a prior distribution [g] over [\theta] exists. This allows us to treat [\theta] as a random variable as in Bayesian statistics. Then the posterior distribution of [\theta] is as follows:
- [\theta \mapsto \frac f(x | \theta') \, g(\theta') \, d\theta'} \!]
The method of maximum a posteriori estimation then estimates [\theta] as the mode of the posterior distribution of this random variable:
- [\hat_}(x)= \arg\max_ \frac f(x | \theta') \, g(\theta') \, d\theta'}= \arg\max_ f(x | \theta) \, g(\theta)\!]
MAP estimates can be computed in several ways:
- Analytically, when the mode(s) of the posterior distribution can be given in closed form. This is the case when conjugate priors are used.
- Via numerical optimization such as the conjugate gradient method or Newton's method. This usually requires first or second derivatives, which have to be evaluated analytically or numerically.
- Via a modification of an expectation-maximization algorithm. This does not require derivatives of the posterior density.
References
- M. DeGroot, Optimal Statistical Decisions, McGraw-Hill, (1970).
From Wikipedia, the Free Encyclopedia. Original article here. Support Wikipedia by contributing or donating.
All text is available under the terms of the GNU Free Documentation License See Wikipedia Copyrights for details.
