Skip to content

Commit 0f21df8

Browse files
authored
Merge pull request #90 from StatProofBook/master
update to master
2 parents 25d6bd4 + 81d0e7d commit 0f21df8

6 files changed

Lines changed: 11 additions & 6 deletions

File tree

I/PbA.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ title: "Proof by Author"
88

99
- [Covariance matrix of the multinomial distribution](/P/mult-cov)
1010

11-
### JoramSoch (313 proofs)
11+
### JoramSoch (315 proofs)
1212

1313
- [Accuracy and complexity for the univariate Gaussian](/P/ug-anc)
1414
- [Accuracy and complexity for the univariate Gaussian with known variance](/P/ugkv-anc)
@@ -186,6 +186,7 @@ title: "Proof by Author"
186186
- [Non-negativity of the Shannon entropy](/P/ent-nonneg)
187187
- [Non-negativity of the variance](/P/var-nonneg)
188188
- [Non-symmetry of the Kullback-Leibler divergence](/P/kl-nonsymm)
189+
- [Normal distribution is a special case of multivariate normal distribution](/P/norm-mvn)
189190
- [Normal distribution maximizes differential entropy for fixed variance](/P/norm-maxent)
190191
- [Normal-gamma distribution is a special case of normal-Wishart distribution](/P/ng-nw)
191192
- [One-sample t-test for independent observations](/P/ug-ttest1)
@@ -299,6 +300,7 @@ title: "Proof by Author"
299300
- [Second central moment is variance](/P/momcent-2nd)
300301
- [Simple linear regression is a special case of multiple linear regression](/P/slr-mlr)
301302
- [Sums of squares for simple linear regression](/P/slr-sss)
303+
- [t-distribution is a special case of multivariate t-distribution](/P/t-mvt)
302304
- [The p-value follows a uniform distribution under the null hypothesis](/P/pval-h0)
303305
- [The regression line goes through the center of mass point](/P/slr-comp)
304306
- [The residuals and the covariate are uncorrelated in simple linear regression](/P/slr-rescorr)

I/PbN.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,3 +336,5 @@ title: "Proof by Number"
336336
| P328 | gam-wish | [Gamma distribution is a special case of Wishart distribution](/P/gam-wish) | JoramSoch | 2022-07-14 |
337337
| P329 | mlr-glm | [Multiple linear regression is a special case of the general linear model](/P/mlr-glm) | JoramSoch | 2022-07-21 |
338338
| P330 | mvn-matn | [Multivariate normal distribution is a special case of matrix-normal distribution](/P/mvn-matn) | JoramSoch | 2022-07-31 |
339+
| P331 | norm-mvn | [Normal distribution is a special case of multivariate normal distribution](/P/norm-mvn) | JoramSoch | 2022-08-19 |
340+
| P332 | t-mvt | [t-distribution is a special case of multivariate t-distribution](/P/t-mvt) | JoramSoch | 2022-08-25 |

I/PbT.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ title: "Proof by Topic"
228228
- [Non-negativity of the Shannon entropy](/P/ent-nonneg)
229229
- [Non-negativity of the variance](/P/var-nonneg)
230230
- [Non-symmetry of the Kullback-Leibler divergence](/P/kl-nonsymm)
231+
- [Normal distribution is a special case of multivariate normal distribution](/P/norm-mvn)
231232
- [Normal distribution maximizes differential entropy for fixed variance](/P/norm-maxent)
232233
- [Normal-gamma distribution is a special case of normal-Wishart distribution](/P/ng-nw)
233234

@@ -364,6 +365,7 @@ title: "Proof by Topic"
364365

365366
### T
366367

368+
- [t-distribution is a special case of multivariate t-distribution](/P/t-mvt)
367369
- [The p-value follows a uniform distribution under the null hypothesis](/P/pval-h0)
368370
- [The regression line goes through the center of mass point](/P/slr-comp)
369371
- [The residuals and the covariate are uncorrelated in simple linear regression](/P/slr-rescorr)

I/PwS.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ title: "Proofs without Source"
6565
- [Mode of the continuous uniform distribution](/P/cuni-med)
6666
- [Mode of the exponential distribution](/P/exp-mode)
6767
- [Mode of the normal distribution](/P/norm-mode)
68-
- [Multivariate normal distribution is a special case of matrix-normal distribution](/P/mvn-matn)
6968
- [Necessary and sufficient condition for independence of multivariate normal random variables](/P/mvn-ind)
7069
- [Normal-gamma distribution is a special case of normal-Wishart distribution](/P/ng-nw)
7170
- [Ordinary least squares for simple linear regression](/P/slr-ols2)

P/mvn-matn.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ sources:
1919
title: "Matrix normal distribution"
2020
in: "Wikipedia, the free encyclopedia"
2121
pages: "retrieved on 2022-07-31"
22-
url: "https://en.wikipedia.org/wiki/Matrix_normal_distribution"
22+
url: "https://en.wikipedia.org/wiki/Matrix_normal_distribution#Definition"
2323

2424
proof_id: "P330"
2525
shortcut: "mvn-matn"
@@ -38,7 +38,7 @@ $$
3838

3939
Setting $p = 1$, $X = x$, $M = \mu$, $U = \Sigma$ and $V = 1$, we obtain
4040

41-
$$ \label{eq:exp-pdf}
41+
$$ \label{eq:mvn-pdf}
4242
\begin{split}
4343
\mathcal{MN}(x; \mu, \Sigma, 1) &= \frac{1}{\sqrt{(2\pi)^{n} |1|^n |\Sigma|^1}} \cdot \exp\left[-\frac{1}{2} \mathrm{tr}\left( 1^{-1} (x-\mu)^\mathrm{T} \, \Sigma^{-1} (x-\mu) \right) \right] \\
4444
&= \frac{1}{\sqrt{(2\pi)^{n} |\Sigma|}} \cdot \exp\left[-\frac{1}{2} (x-\mu)^\mathrm{T} \, \Sigma^{-1} (x-\mu) \right]

P/norm-mvn.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ title: "Normal distribution is a special case of multivariate normal distributio
1111
chapter: "Probability Distributions"
1212
section: "Univariate continuous distributions"
1313
topic: "Normal distribution"
14-
theorem: "Special case of matrix-normal distribution"
14+
theorem: "Special case of multivariate normal distribution"
1515

1616
sources:
1717
- authors: "Wikipedia"
@@ -22,7 +22,7 @@ sources:
2222
url: "https://en.wikipedia.org/wiki/Multivariate_normal_distribution"
2323

2424
proof_id: "P331"
25-
shortcut: "norm-snorm"
25+
shortcut: "norm-mvn"
2626
username: "JoramSoch"
2727
---
2828

0 commit comments

Comments
 (0)