Home MAP Estimator
Post
Cancel

MAP Estimator

MAP(Maximum A Posteriori) Estimator

According to the Bayes Theorem, a probability density function of an unknown random vector X conditioned on a measurement vector Zk=zk is given as follows:

pXZk(xzk)=pZkX(zkx)pX(x)pZk(zk)

where

  • pX(x) : A probability density function of X known a priori before a vector Zk is measured as zk

  • pZk(zk) : A probability density function of the set of measurement vectors Zk, representing the probability information of the measurement process.

  • pZkX(zkx) : A conditional probability density function of Zk conditioned on X=x. It is a likelihood function that represents how often a specific set of measurement vectors zk appears depending on x.

  • pXZk(xzk): A conditional probability density function of X given as Zk=zk post-measurement.

MAP estimator is defined as the estimation value of X when the conditional probability density function of the unknown random vector X is at its maximum value. As an image:



As a formula:

x^MAP=argmax (pXZk(xzk)) =argmax (pZkX(zkx)pX(x))
This post is licensed under CC BY 4.0 by the author.