Skip to content

Commit cce8fde

Browse files
committed
updated index pages
The index pages were updated with the recently added proofs/definitions.
1 parent f71298e commit cce8fde

4 files changed

Lines changed: 20 additions & 4 deletions

File tree

I/PbA.md

Lines changed: 7 additions & 2 deletions
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 (321 proofs)
11+
### JoramSoch (326 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)
@@ -44,7 +44,9 @@ title: "Proof by Author"
4444
- [Corrected Akaike information criterion in terms of maximum log-likelihood](/P/aicc-mll)
4545
- [Correlation always falls between -1 and +1](/P/corr-range)
4646
- [Correlation coefficient in terms of standard scores](/P/corr-z)
47+
- [Covariance matrices of the matrix-normal distribution](/P/matn-cov)
4748
- [Covariance matrix of the categorical distribution](/P/cat-cov)
49+
- [Covariance matrix of the multivariate normal distribution](/P/mvn-cov)
4850
- [Covariance of independent random variables](/P/cov-ind)
4951
- [Cross-validated log Bayes factor for the univariate Gaussian with known variance](/P/ugkv-cvlbf)
5052
- [Cross-validated log model evidence for the univariate Gaussian with known variance](/P/ugkv-cvlme)
@@ -140,6 +142,7 @@ title: "Proof by Author"
140142
- [Log sum inequality](/P/logsum-ineq)
141143
- [Log-odds and probability in logistic regression](/P/logreg-lonp)
142144
- [Logarithmic expectation of the gamma distribution](/P/gam-logmean)
145+
- [Marginal distributions for the matrix-normal distribution](/P/matn-marg)
143146
- [Marginal distributions of the multivariate normal distribution](/P/mvn-marg)
144147
- [Marginal distributions of the normal-gamma distribution](/P/ng-marg)
145148
- [Marginal likelihood is a definite integral of joint likelihood](/P/ml-jl)
@@ -162,7 +165,9 @@ title: "Proof by Author"
162165
- [Mean of the continuous uniform distribution](/P/cuni-mean)
163166
- [Mean of the exponential distribution](/P/exp-mean)
164167
- [Mean of the gamma distribution](/P/gam-mean)
168+
- [Mean of the matrix-normal distribution](/P/matn-mean)
165169
- [Mean of the multinomial distribution](/P/mult-mean)
170+
- [Mean of the multivariate normal distribution](/P/mvn-mean)
166171
- [Mean of the normal distribution](/P/norm-mean)
167172
- [Mean of the normal-gamma distribution](/P/ng-mean)
168173
- [Mean of the normal-Wishart distribution](/P/nw-mean)
@@ -279,7 +284,7 @@ title: "Proof by Author"
279284
- [Relation of continuous mutual information to joint and conditional differential entropy](/P/cmi-jcde)
280285
- [Relation of continuous mutual information to marginal and conditional differential entropy](/P/cmi-mcde)
281286
- [Relation of continuous mutual information to marginal and joint differential entropy](/P/cmi-mjde)
282-
- [Relation of Kullback-Leibler divergence to entropy](/P/kl-ent)
287+
- [Relation of discrete Kullback-Leibler divergence to Shannon entropy](/P/kl-ent)
283288
- [Relation of mutual information to joint and conditional entropy](/P/dmi-jce)
284289
- [Relation of mutual information to marginal and conditional entropy](/P/dmi-mce)
285290
- [Relation of mutual information to marginal and joint entropy](/P/dmi-mje)

I/PbN.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ title: "Proof by Number"
119119
| P110 | gam-logmean | [Logarithmic expectation of the gamma distribution](/P/gam-logmean) | JoramSoch | 2020-05-25 |
120120
| P111 | norm-snorm | [Relationship between normal distribution and standard normal distribution](/P/norm-snorm) | JoramSoch | 2020-05-26 |
121121
| P112 | gam-sgam | [Relationship between gamma distribution and standard gamma distribution](/P/gam-sgam) | JoramSoch | 2020-05-26 |
122-
| P113 | kl-ent | [Relation of Kullback-Leibler divergence to entropy](/P/kl-ent) | JoramSoch | 2020-05-27 |
122+
| P113 | kl-ent | [Relation of discrete Kullback-Leibler divergence to Shannon entropy](/P/kl-ent) | JoramSoch | 2020-05-27 |
123123
| P114 | kl-dent | [Relation of continuous Kullback-Leibler divergence to differential entropy](/P/kl-dent) | JoramSoch | 2020-05-27 |
124124
| P115 | kl-inv | [Invariance of the Kullback-Leibler divergence under parameter transformation](/P/kl-inv) | JoramSoch | 2020-05-28 |
125125
| P116 | kl-add | [Additivity of the Kullback-Leibler divergence for independent distributions](/P/kl-add) | JoramSoch | 2020-05-31 |
@@ -344,3 +344,8 @@ title: "Proof by Number"
344344
| P336 | cat-ent | [Entropy of the categorical distribution](/P/cat-ent) | JoramSoch | 2022-09-09 |
345345
| P337 | mult-ent | [Entropy of the multinomial distribution](/P/mult-ent) | JoramSoch | 2022-09-09 |
346346
| P338 | cat-cov | [Covariance matrix of the categorical distribution](/P/cat-cov) | JoramSoch | 2022-09-09 |
347+
| P339 | mvn-mean | [Mean of the multivariate normal distribution](/P/mvn-mean) | JoramSoch | 2022-09-15 |
348+
| P340 | mvn-cov | [Covariance matrix of the multivariate normal distribution](/P/mvn-cov) | JoramSoch | 2022-09-15 |
349+
| P341 | matn-mean | [Mean of the matrix-normal distribution](/P/matn-mean) | JoramSoch | 2022-09-15 |
350+
| P342 | matn-cov | [Covariance matrices of the matrix-normal distribution](/P/matn-cov) | JoramSoch | 2022-09-15 |
351+
| P343 | matn-marg | [Marginal distributions for the matrix-normal distribution](/P/matn-marg) | JoramSoch | 2022-09-15 |

I/PbT.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,10 @@ title: "Proof by Topic"
4747
- [Corrected Akaike information criterion in terms of maximum log-likelihood](/P/aicc-mll)
4848
- [Correlation always falls between -1 and +1](/P/corr-range)
4949
- [Correlation coefficient in terms of standard scores](/P/corr-z)
50+
- [Covariance matrices of the matrix-normal distribution](/P/matn-cov)
5051
- [Covariance matrix of the categorical distribution](/P/cat-cov)
5152
- [Covariance matrix of the multinomial distribution](/P/mult-cov)
53+
- [Covariance matrix of the multivariate normal distribution](/P/mvn-cov)
5254
- [Covariance of independent random variables](/P/cov-ind)
5355
- [Cross-validated log Bayes factor for the univariate Gaussian with known variance](/P/ugkv-cvlbf)
5456
- [Cross-validated log model evidence for the univariate Gaussian with known variance](/P/ugkv-cvlme)
@@ -173,6 +175,7 @@ title: "Proof by Topic"
173175

174176
### M
175177

178+
- [Marginal distributions for the matrix-normal distribution](/P/matn-marg)
176179
- [Marginal distributions of the multivariate normal distribution](/P/mvn-marg)
177180
- [Marginal distributions of the normal-gamma distribution](/P/ng-marg)
178181
- [Marginal likelihood is a definite integral of joint likelihood](/P/ml-jl)
@@ -195,7 +198,9 @@ title: "Proof by Topic"
195198
- [Mean of the continuous uniform distribution](/P/cuni-mean)
196199
- [Mean of the exponential distribution](/P/exp-mean)
197200
- [Mean of the gamma distribution](/P/gam-mean)
201+
- [Mean of the matrix-normal distribution](/P/matn-mean)
198202
- [Mean of the multinomial distribution](/P/mult-mean)
203+
- [Mean of the multivariate normal distribution](/P/mvn-mean)
199204
- [Mean of the normal distribution](/P/norm-mean)
200205
- [Mean of the normal-gamma distribution](/P/ng-mean)
201206
- [Mean of the normal-Wishart distribution](/P/nw-mean)
@@ -337,7 +342,7 @@ title: "Proof by Topic"
337342
- [Relation of continuous mutual information to joint and conditional differential entropy](/P/cmi-jcde)
338343
- [Relation of continuous mutual information to marginal and conditional differential entropy](/P/cmi-mcde)
339344
- [Relation of continuous mutual information to marginal and joint differential entropy](/P/cmi-mjde)
340-
- [Relation of Kullback-Leibler divergence to entropy](/P/kl-ent)
345+
- [Relation of discrete Kullback-Leibler divergence to Shannon entropy](/P/kl-ent)
341346
- [Relation of mutual information to joint and conditional entropy](/P/dmi-jce)
342347
- [Relation of mutual information to marginal and conditional entropy](/P/dmi-mce)
343348
- [Relation of mutual information to marginal and joint entropy](/P/dmi-mje)

I/PwS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ title: "Proofs without Source"
4646
- [Log model evidence for the Poisson distribution with exposure values](/P/poissexp-lme)
4747
- [Log model evidence for the univariate Gaussian with known variance](/P/ugkv-lme)
4848
- [Log model evidence in terms of prior and posterior distribution](/P/lme-pnp)
49+
- [Marginal distributions for the matrix-normal distribution](/P/matn-marg)
4950
- [Marginal distributions of the multivariate normal distribution](/P/mvn-marg)
5051
- [Marginal distributions of the normal-gamma distribution](/P/ng-marg)
5152
- [Marginal likelihood is a definite integral of joint likelihood](/P/ml-jl)

0 commit comments

Comments
 (0)