Skip to content

Commit dfd69aa

Browse files
committed
corrected some pages
Several small mistakes/errors were corrected in several proofs/definitions.
1 parent f4bb0da commit dfd69aa

8 files changed

Lines changed: 14 additions & 14 deletions

File tree

D/beta-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ username: "JoramSoch"
2121
---
2222

2323

24-
**Definition:** Beta-distributed data are defined as a set of proportions $y = \left\lbrace y_1, \ldots, y_n \right\rbrace$ with $y_i \in [0,1], \; i = 1,\ldots,n$, independent and identically distributed according to a [Beta distribution](/D/beta) with shapes $\alpha$ and $\beta$:
24+
**Definition:** Beta-distributed data are defined as a set of proportions $y = \left\lbrace y_1, \ldots, y_n \right\rbrace$ with $y_i \in [0,1], \; i = 1,\ldots,n$, independent and identically distributed according to a [beta distribution](/D/beta) with shapes $\alpha$ and $\beta$:
2525

2626
$$ \label{eq:beta-data}
2727
y_i \sim \mathrm{Bet}(\alpha,\beta), \quad i = 1, \ldots, n \; .

D/fe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ $$ \label{eq:fam}
3434
f \Leftrightarrow m_1 \vee \ldots \vee m_M \; .
3535
$$
3636

37-
Then, the family evidence (FE) of $f$ is defined as the [marginal probability](/D/prob-marg) relative to the [model evidences](/D/me) $p(y \vert m_i), conditional only on $f$:
37+
Then, the family evidence (FE) of $f$ is defined as the [marginal probability](/D/prob-marg) relative to the [model evidences](/D/me) $p(y \vert m_i)$, conditional only on $f$:
3838

3939
$$ \label{eq:fe}
4040
\mathrm{FE}(f) = p(y|f) \; .

D/lfe.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,7 @@ $$ \label{eq:fam}
3434
f \Leftrightarrow m_1 \vee \ldots \vee m_M \; .
3535
$$
3636

37-
Then, the family evidence of $f$ is the weighted average of the [model evidences](/D/ml) of $m_1, \ldots, m_M$ where the weights are the within-family [prior model probabilities](/D/prior)
38-
39-
$$ \label{eq:fe}
40-
p(y|f) = \sum_{i=1}^M p(y|m_i) \, p(m_i|f) \; .
41-
$$
42-
43-
The log family evidence is given by the logarithm of the family evidence:
37+
Then, the log family evidence is given by the logarithm of the [family evidence](/D/fe):
4438

4539
$$ \label{eq:lfe}
4640
\mathrm{LFE}(f) = \log p(y|f) = \log \sum_{i=1}^M p(y|m_i) \, p(m_i|f) \; .

D/lme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ username: "JoramSoch"
2828
---
2929

3030

31-
**Definition:** Let $m$ be a [full probability model](/D/fpm) with [likelihood function](/D/lf) $p(y \vert \theta, m)$ and [prior distribution](/D/prior) $p(\theta \vert m)$. Then, the log model evidence (LME) of this model is defined as the logarithm of the [marginal likelihood](/D/ml):
31+
**Definition:** Let $m$ be a [full probability model](/D/fpm) with [likelihood function](/D/lf) $p(y \vert \theta, m)$ and [prior distribution](/D/prior) $p(\theta \vert m)$. Then, the log model evidence (LME) of $m$ is defined as the logarithm of the [marginal likelihood](/D/ml) of this model:
3232

3333
$$ \label{eq:LME}
3434
\mathrm{LME}(m) = \log p(y|m) \; .

P/beta-chi2.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,13 @@ $$ \label{eq:f-Z-s3}
136136
f_Z(z) = \frac{1}{\mathrm{B}\left( \frac{m}{2}, \frac{n}{2} \right)} \cdot z^{\frac{m}{2}-1} \cdot (1-z)^{\frac{n}{2}-1}
137137
$$
138138

139-
which is the [probability density function of the beta distribution](/P/beta-pdf), such that
139+
which is the [probability density function of the beta distribution](/P/beta-pdf) with parameters
140+
141+
$$ \label{eq:beta-chi2-para}
142+
\alpha = \frac{m}{2} \quad \mathrm{and} \quad \beta = \frac{n}{2} \; ,
143+
$$
144+
145+
such that
140146

141147
$$ \label{eq:beta-chi2-qed}
142148
Z \sim \mathrm{Bet}\left( \frac{m}{2}, \frac{n}{2} \right) \; .

P/betabin-mome.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ m_2 &= \frac{1}{N} \sum_{i=1}^N y_i^2 \; .
5858
$$
5959

6060

61-
**Proof:** The first two [raw moments](/D/mom-raw) of the [beta-binomial distribution](/D/betabin) in terms of the parameters $\alpha$ and $\beta$ are given by
61+
**Proof:** The first two [raw moments of the beta-binomial distribution](/D/betabin-mom) in terms of the parameters $\alpha$ and $\beta$ are given by
6262

6363
$$ \label{eq:binbeta-mu1-mu2}
6464
\begin{split}

P/bin-margcond.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ $$ \label{eq:Y-dist-s7}
106106
\end{split}
107107
$$
108108

109-
which is the [probability mass function of the binomial distribution](/P/bin-pmf), such that
109+
which is the [probability mass function of the binomial distribution](/P/bin-pmf) with parameters $n$ and $pq$, such that
110110

111111
$$ \label{eq:Y-dist-qed}
112112
Y \sim \mathrm{Bin}(n, pq) \; .

P/lme-der.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ $$ \label{eq:LME-marg}
3434
$$
3535

3636

37-
**Proof:** This a consequence of the [law of marginal probability](/D/prob-marg) for continuous variables
37+
**Proof:** This a consequence of the [law of marginal probability](/D/prob-marg) for [continuous variables](/D/rvar-disc)
3838

3939
$$ \label{eq:prob-marg}
4040
p(y|m) = \int p(y,\theta|m) \, \mathrm{d}\theta

0 commit comments

Comments
 (0)