Skip to content

Commit 0abc2f6

Browse files
authored
Merge pull request #73 from StatProofBook/master
update to master
2 parents 3ba1a1c + 9659b0a commit 0abc2f6

11 files changed

Lines changed: 18 additions & 8 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) \; ,

I/PbA.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: "Proof by Author"
44
---
55

66

7-
### JoramSoch (283 proofs)
7+
### JoramSoch (286 proofs)
88

99
- [(Non-)Multiplicativity of the expected value](/P/mean-mult)
1010
- [Accuracy and complexity for the univariate Gaussian](/P/ug-anc)
@@ -89,7 +89,10 @@ title: "Proof by Author"
8989
- [Invariance of the variance under addition of a constant](/P/var-inv)
9090
- [Inverse transformation method using cumulative distribution function](/P/cdf-itm)
9191
- [Joint likelihood is the product of likelihood function and prior density](/P/jl-lfnprior)
92+
- [Kullback-Leibler divergence for the Dirichlet distribution](/P/dir-kl)
93+
- [Kullback-Leibler divergence for the Wishart distribution](/P/wish-kl)
9294
- [Kullback-Leibler divergence for the gamma distribution](/P/gam-kl)
95+
- [Kullback-Leibler divergence for the matrix-normal distribution](/P/matn-kl)
9396
- [Kullback-Leibler divergence for the multivariate normal distribution](/P/mvn-kl)
9497
- [Kullback-Leibler divergence for the normal distribution](/P/norm-kl)
9598
- [Kullback-Leibler divergence for the normal-gamma distribution](/P/ng-kl)

I/PbN.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,3 +299,6 @@ title: "Proof by Number"
299299
| P291 | mean-tot | [Law of total expectation](/P/mean-tot) | JoramSoch | 2021-11-26 |
300300
| P292 | var-tot | [Law of total variance](/P/var-tot) | JoramSoch | 2021-11-26 |
301301
| P293 | cov-tot | [Law of total covariance](/P/cov-tot) | JoramSoch | 2021-11-26 |
302+
| P294 | dir-kl | [Kullback-Leibler divergence for the Dirichlet distribution](/P/dir-kl) | JoramSoch | 2021-12-02 |
303+
| P295 | wish-kl | [Kullback-Leibler divergence for the Wishart distribution](/P/wish-kl) | JoramSoch | 2021-12-02 |
304+
| P296 | matn-kl | [Kullback-Leibler divergence for the matrix-normal distribution](/P/matn-kl) | JoramSoch | 2021-12-02 |

I/PbT.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,13 @@ title: "Proof by Topic"
117117

118118
### K
119119

120+
- [Kullback-Leibler divergence for the Dirichlet distribution](/P/dir-kl)
120121
- [Kullback-Leibler divergence for the gamma distribution](/P/gam-kl)
122+
- [Kullback-Leibler divergence for the matrix-normal distribution](/P/matn-kl)
121123
- [Kullback-Leibler divergence for the multivariate normal distribution](/P/mvn-kl)
122124
- [Kullback-Leibler divergence for the normal distribution](/P/norm-kl)
123125
- [Kullback-Leibler divergence for the normal-gamma distribution](/P/ng-kl)
126+
- [Kullback-Leibler divergence for the Wishart distribution](/P/wish-kl)
124127

125128
### L
126129

I/PwS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ title: "Proofs without Source"
2727
- [Exponential distribution is a special case of gamma distribution](/P/exp-gam)
2828
- [First raw moment is mean](/P/momraw-1st)
2929
- [Joint likelihood is the product of likelihood function and prior density](/P/jl-lfnprior)
30+
- [Kullback-Leibler divergence for the matrix-normal distribution](/P/matn-kl)
3031
- [Kullback-Leibler divergence for the normal distribution](/P/norm-kl)
3132
- [Linear combination of independent normal random variables](/P/norm-lincomb)
3233
- [Linear transformation theorem for the matrix-normal distribution](/P/matn-ltt)

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

0 commit comments

Comments
 (0)