M

Maximum a posteriori

CARTE

Maximum A Posteriori (MAP) est une méthode statistique pour estimer une quantité inconnue en maximisant la distribution a posteriori.

La Maximum a posteriori (MAP)CARTE) estimation is a statistical technique used in the field of inférence bayésienne. It provides a way to estimate an unknown parameter by finding the mode of the posterior distribution. In simpler terms, MAP is used to determine the most likely value of a parameter given some données observées et des croyances a priori concernant ce paramètre.

In Statistiques bayésiennes, the posterior distribution represents the updated beliefs about a parameter after observing the data. It is calculated using Bayes’ theorem, which combines the likelihood of the observed data given the parameter and the prior distribution of the parameter itself. The mathematical expression for the posterior distribution is:

P(θ | D) = P(D | θ) * P(θ) / P(D)

où :

  • P(θ | D) est la distribution a posteriori du paramètre θ étant donné les données D.
  • P(D | θ) est la vraisemblance des données étant donné le paramètre.
  • P(θ) est la distribution a priori du paramètre.
  • P(D) is the vraisemblance marginale des données.

Pour effectuer une estimation MAP, on cherche à maximiser la distribution a posteriori. Cela se fait souvent en prenant le logarithme de la distribution a posteriori (pour simplifier les calculs) et en maximisant ce logarithme à la place. Le résultat est une estimation ponctuelle du paramètre qui intègre à la fois la preuve issue des données et toute croyance préalable.

MAP estimation is particularly useful in situations where one has prior knowledge or beliefs about the parameters being estimated, allowing for a more informed estimate than methods like Estimation du maximum de vraisemblance (MLE), qui ne considère que les données observées.

oEmbed (JSON) + /