Skip to content

Commit 8fddac3

Browse files
authored
added definition "map"
1 parent 0829e84 commit 8fddac3

1 file changed

Lines changed: 40 additions & 0 deletions

File tree

D/map.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
layout: definition
3+
mathjax: true
4+
5+
author: "Joram Soch"
6+
affiliation: "BCCN Berlin"
7+
e_mail: "joram.soch@bccn-berlin.de"
8+
date: 2023-12-01 14:32:38
9+
10+
title: "Maximum-a-posteriori estimation"
11+
chapter: "General Theorems"
12+
section: "Bayesian statistics"
13+
topic: "Probabilistic modeling"
14+
definition: "Maximum-a-posteriori estimation"
15+
16+
sources:
17+
- authors: "Wikipedia"
18+
year: 2023
19+
title: "Maximum a posteriori estimation"
20+
in: "Wikipedia, the free encyclopedia"
21+
pages: "retrieved on 2023-12-01"
22+
url: "https://en.wikipedia.org/wiki/Maximum_a_posteriori_estimation#Description"
23+
24+
def_id: "D191"
25+
shortcut: "map"
26+
username: "JoramSoch"
27+
---
28+
29+
30+
**Definition:** Consider a [posterior distribution](/D/post) of an unknown parameter $\theta$, given measured data $y$, parametrized by posterior hyperparameters $\phi$:
31+
32+
$$ \label{eq:post}
33+
\theta|y \sim \mathcal{D}(\phi) \; .
34+
$$
35+
36+
Then, the value of $\theta$ at which the [posterior density](/D/post) attains its maximum is called the "maximum-a-posteriori estimate" or "MAP estimate" of $\theta$:
37+
38+
$$ \label{eq:prior-pdf}
39+
\hat{\theta}_\mathrm{MAP} = \operatorname*{arg\,max}_\theta \mathcal{D}(\theta; \phi) \; .
40+
$$

0 commit comments

Comments
 (0)