You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**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$:
title: "Maximum-a-posteriori estimation for binomial observations"
11
+
chapter: "Statistical Models"
12
+
section: "Count data"
13
+
topic: "Binomial observations"
14
+
theorem: "Maximum-a-posteriori estimation"
15
+
16
+
sources:
17
+
18
+
proof_id: "P427"
19
+
shortcut: "bin-map"
20
+
username: "JoramSoch"
21
+
---
22
+
23
+
24
+
**Theorem:** Let $y$ be the number of successes resulting from $n$ independent trials with unknown success probability $p$, such that $y$ follows a [binomial distribution](/D/bin):
25
+
26
+
$$ \label{eq:Bin}
27
+
y \sim \mathrm{Bin}(n,p) \; .
28
+
$$
29
+
30
+
Moreover, assume a [beta prior distribution](/P/bin-prior) over the model parameter $p$:
**Proof:** Given the [prior distribution](/D/prior) in \eqref{eq:Bin-prior}, the [posterior distribution](/D/post) for [binomial observations](/D/bin-data)[is also a beta distribution](/P/bin-post)
0 commit comments