Skip to content

Commit 6788722

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

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

D/dir.md

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

2929

30-
**Definition:** Let $X$ be a [random vector](/D/rvec). Then, $X$ is said to follow a Dirichlet distribution with concentration parameters $\alpha = \left[ \alpha_1, \ldots, \alpha_k \right]$
30+
**Definition:** Let $X$ be a $k \times 1$ [random vector](/D/rvec). Then, $X$ is said to follow a Dirichlet distribution with concentration parameters $\alpha = \left[ \alpha_1, \ldots, \alpha_k \right]$
3131

3232
$$ \label{eq:Dir}
3333
X \sim \mathrm{Dir}(\alpha) \; ,

P/gam-kl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ username: "JoramSoch"
3131
$$ \label{eq:gams}
3232
\begin{split}
3333
P: \; X &\sim \mathrm{Gam}(a_1, b_1) \\
34-
Q: \; X &\sim \mathrm{Gam}(a_2, b_2) \; . \\
34+
Q: \; X &\sim \mathrm{Gam}(a_2, b_2) \; .
3535
\end{split}
3636
$$
3737

P/matn-mvn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ $$
3636
if and only if $\mathrm{vec}(X)$ is [multivariate normally distributed](/D/mvn)
3737

3838
$$ \label{eq:mvn}
39-
\mathrm{vec}(X) \sim \mathcal{MN}(\mathrm{vec}(M), V \otimes U)
39+
\mathrm{vec}(X) \sim \mathcal{N}(\mathrm{vec}(M), V \otimes U)
4040
$$
4141

4242
where $\mathrm{vec}(X)$ is the vectorization operator and $\otimes$ is the Kronecker product.

P/mvn-kl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ username: "JoramSoch"
3131
$$ \label{eq:mvns}
3232
\begin{split}
3333
P: \; x &\sim \mathcal{N}(\mu_1, \Sigma_1) \\
34-
Q: \; x &\sim \mathcal{N}(\mu_2, \Sigma_2) \; . \\
34+
Q: \; x &\sim \mathcal{N}(\mu_2, \Sigma_2) \; .
3535
\end{split}
3636
$$
3737

P/ng-kl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ username: "JoramSoch"
3232
$$ \label{eq:NGs}
3333
\begin{split}
3434
P: \; (x,y) &\sim \mathrm{NG}(\mu_1, \Lambda_1^{-1}, a_1, b_1) \\
35-
Q: \; (x,y) &\sim \mathrm{NG}(\mu_2, \Lambda_2^{-1}, a_2, b_2) \; . \\
35+
Q: \; (x,y) &\sim \mathrm{NG}(\mu_2, \Lambda_2^{-1}, a_2, b_2) \; .
3636
\end{split}
3737
$$
3838

P/norm-kl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ username: "JoramSoch"
2626
$$ \label{eq:norms}
2727
\begin{split}
2828
P: \; X &\sim \mathcal{N}(\mu_1, \sigma_1^2) \\
29-
Q: \; X &\sim \mathcal{N}(\mu_2, \sigma_2^2) \; . \\
29+
Q: \; X &\sim \mathcal{N}(\mu_2, \sigma_2^2) \; .
3030
\end{split}
3131
$$
3232

P/wish-kl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ $$
5656

5757
and $\psi_p(x)$ is the multivariate digamma function
5858

59-
$$ \label{eq:mult-gam-fct}
59+
$$ \label{eq:mult-psi-fct}
6060
\psi_p(x) = \frac{\mathrm{d}\ln \Gamma_p(x)}{\mathrm{d}x} = \sum_{j=1}^k \psi\left(x - \frac{j-1}{2}\right) \; .
6161
$$
6262

0 commit comments

Comments
 (0)