Skip to content

Commit 0116a69

Browse files
committed
updated index pages
The index pages were updated with the recently added proofs/definitions.
1 parent 8a1323c commit 0116a69

4 files changed

Lines changed: 7 additions & 2 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-snorm)
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-snorm | [Normal distribution is a special case of multivariate normal distribution](/P/norm-snorm) | 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-snorm)
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)

0 commit comments

Comments
 (0)