Skip to content

Commit 40da217

Browse files
committed
updated index pages
The index pages were updated with the recently added proofs.
1 parent 0205d79 commit 40da217

5 files changed

Lines changed: 17 additions & 12 deletions

File tree

‎I/PbA.md‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ title: "Proof by Author"
1616

1717
- [Posterior predictive distribution is a marginal distribution of the joint likelihood](/P/postpred-jl)
1818

19-
### JoramSoch (508 proofs)
19+
### JoramSoch (509 proofs)
2020

2121
- [Accuracy and complexity for Bayesian linear regression](/P/blr-anc)
2222
- [Accuracy and complexity for Bayesian linear regression with known covariance](/P/blrkc-anc)
@@ -136,6 +136,7 @@ title: "Proof by Author"
136136
- [Entropy of the discrete uniform distribution](/P/duni-ent)
137137
- [Entropy of the multinomial distribution](/P/mult-ent)
138138
- [Entropy of the Poisson distribution](/P/poiss-ent)
139+
- [Equivalence of conditional and partial correlation for the multivariate normal distribution](/P/mvn-ecpc)
139140
- [Equivalence of log-likelihood ratio and mutual information for the general linear model](/P/glm-llrmi)
140141
- [Equivalence of log-likelihood ratios for regular and inverse general linear model](/P/iglm-llrs)
141142
- [Equivalence of matrix-normal distribution and multivariate normal distribution](/P/matn-mvn)

‎I/PbN.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -552,3 +552,4 @@ title: "Proof by Number"
552552
| P544 | glbf-der | [Derivation of the group log Bayes factor](/P/glbf-der) | JoramSoch | 2026-06-14 |
553553
| P545 | bmsrfx-freqpost | [Posterior frequencies for random-effects Bayesian model selection using Dirichlet posterior distribution](/P/bmsrfx-freqpost) | JoramSoch | 2026-06-29 |
554554
| P545 | bmsrfx-vb | [Variational Bayesian estimation of random-effects Bayesian model selection using the mean-field approximation](/P/bmsrfx-vb) | JoramSoch | 2026-06-24 |
555+
| P546 | mvn-ecpc | [Equivalence of conditional and partial correlation for the multivariate normal distribution](/P/mvn-ecpc) | JoramSoch | 2026-08-28 |

‎I/PbT.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ title: "Proof by Topic"
142142
- [Entropy of the discrete uniform distribution](/P/duni-ent)
143143
- [Entropy of the multinomial distribution](/P/mult-ent)
144144
- [Entropy of the Poisson distribution](/P/poiss-ent)
145+
- [Equivalence of conditional and partial correlation for the multivariate normal distribution](/P/mvn-ecpc)
145146
- [Equivalence of log-likelihood ratio and mutual information for the general linear model](/P/glm-llrmi)
146147
- [Equivalence of log-likelihood ratios for regular and inverse general linear model](/P/iglm-llrs)
147148
- [Equivalence of matrix-normal distribution and multivariate normal distribution](/P/matn-mvn)

‎I/PwS.md‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: "Proofs without Source"
44
---
55

66

7-
### Missing source (195 proofs)
7+
### Missing source (196 proofs)
88

99
- [Accuracy and complexity for the univariate Gaussian](/P/ug-anc)
1010
- [Accuracy and complexity for the univariate Gaussian with known variance](/P/ugkv-anc)
@@ -53,6 +53,7 @@ title: "Proofs without Source"
5353
- [Entropy of the discrete uniform distribution](/P/duni-ent)
5454
- [Entropy of the multinomial distribution](/P/mult-ent)
5555
- [Entropy of the Poisson distribution](/P/poiss-ent)
56+
- [Equivalence of conditional and partial correlation for the multivariate normal distribution](/P/mvn-ecpc)
5657
- [Expectation of a bilinear form](/P/mean-blf)
5758
- [Expectation of a quadratic form for the multivariate normal distribution](/P/mvn-meanqf)
5859
- [Expectation of the cross-validated log Bayes factor for the univariate Gaussian with known variance](/P/ugkv-cvlbfmean)

‎I/ToC.md‎

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -675,16 +675,17 @@ title: "Table of Contents"
675675
&emsp;&ensp; 4.1.9. **[Expectation of a quadratic form](/P/mvn-meanqf)** <br>
676676
&emsp;&ensp; 4.1.10. **[Conditional correlation](/P/mvn-corrcond)** <br>
677677
&emsp;&ensp; 4.1.11. **[Partial correlation](/P/mvn-corrpart)** <br>
678-
&emsp;&ensp; 4.1.12. **[Differential entropy](/P/mvn-dent)** <br>
679-
&emsp;&ensp; 4.1.13. **[Mutual information](/P/mvn-mi)** <br>
680-
&emsp;&ensp; 4.1.14. **[Kullback-Leibler divergence](/P/mvn-kl)** <br>
681-
&emsp;&ensp; 4.1.15. **[Maximum entropy distribution](/P/mvn-maxent)** <br>
682-
&emsp;&ensp; 4.1.16. **[Linear transformation](/P/mvn-ltt)** <br>
683-
&emsp;&ensp; 4.1.17. **[Marginal distributions](/P/mvn-marg)** <br>
684-
&emsp;&ensp; 4.1.18. **[Conditional distributions](/P/mvn-cond)** <br>
685-
&emsp;&ensp; 4.1.19. **[Conditions for independence](/P/mvn-ind)** <br>
686-
&emsp;&ensp; 4.1.20. **[Independence of products](/P/mvn-indprod)** <br>
687-
&emsp;&ensp; 4.1.21. **[Drawing samples](/P/mvn-samp)** <br>
678+
&emsp;&ensp; 4.1.12. **[Conditional and partial correlation](/P/mvn-ecpc)** <br>
679+
&emsp;&ensp; 4.1.13. **[Differential entropy](/P/mvn-dent)** <br>
680+
&emsp;&ensp; 4.1.14. **[Mutual information](/P/mvn-mi)** <br>
681+
&emsp;&ensp; 4.1.15. **[Kullback-Leibler divergence](/P/mvn-kl)** <br>
682+
&emsp;&ensp; 4.1.16. **[Maximum entropy distribution](/P/mvn-maxent)** <br>
683+
&emsp;&ensp; 4.1.17. **[Linear transformation](/P/mvn-ltt)** <br>
684+
&emsp;&ensp; 4.1.18. **[Marginal distributions](/P/mvn-marg)** <br>
685+
&emsp;&ensp; 4.1.19. **[Conditional distributions](/P/mvn-cond)** <br>
686+
&emsp;&ensp; 4.1.20. **[Conditions for independence](/P/mvn-ind)** <br>
687+
&emsp;&ensp; 4.1.21. **[Independence of products](/P/mvn-indprod)** <br>
688+
&emsp;&ensp; 4.1.22. **[Drawing samples](/P/mvn-samp)** <br>
688689

689690
<p id="Bivariate normal distribution"></p>
690691
4.2. Bivariate normal distribution <br>

0 commit comments

Comments
 (0)