M

Máxima A Posteriori

MAPA

Máximo a Posteriori (MAP) es un método estadístico para estimar una cantidad desconocida maximizando la distribución posterior.

La Máxima A Posteriori (MAPA) estimation is a statistical technique used in the field of inferencia bayesiana. 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 datos observados y creencias previas sobre ese parámetro.

In estadística bayesiana, 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)

donde:

  • P(θ | D) es la distribución posterior del parámetro θ dado los datos D.
  • P(D | θ) es la probabilidad de los datos dado el parámetro.
  • P(θ) es la distribución previa del parámetro.
  • P(D) is the probabilidad marginal de los datos.

Para realizar la estimación MAP, se busca maximizar la distribución posterior. Esto se hace a menudo tomando el logaritmo de la posterior (para simplificar los cálculos) y maximizando ese logaritmo en su lugar. El resultado es una estimación puntual del parámetro que incorpora tanto la evidencia de los datos como las creencias previas.

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 Estimación de Máxima Verosimilitud (MLE), que solo considera los datos observados.

oEmbed (JSON) + /