Skip to content

Commit 0793d65

Browse files
committed
updated index pages
The index pages were updated with the recently added proofs/definitions.
1 parent 0e5e9e4 commit 0793d65

6 files changed

Lines changed: 20 additions & 2 deletions

File tree

I/DbA.md

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

99
- [Sample covariance](/D/cov-samp)
1010

11-
### JoramSoch (169 definitions)
11+
### JoramSoch (170 definitions)
1212

1313
- [Akaike information criterion](/D/aic)
1414
- [Alternative hypothesis](/D/h1)
@@ -38,6 +38,7 @@ title: "Definition by Author"
3838
- [Covariance](/D/cov)
3939
- [Covariance matrix](/D/covmat)
4040
- [Critical value](/D/cval)
41+
- [Cross-covariance matrix](/D/covmat-cross)
4142
- [Cross-entropy](/D/ent-cross)
4243
- [Cross-validated log model evidence](/D/cvlme)
4344
- [Cumulant-generating function](/D/cgf)

I/DbN.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,3 +182,4 @@ title: "Definition by Number"
182182
| D173 | mse | [Mean squared error](/D/mse) | JoramSoch | 2022-03-27 |
183183
| D174 | ci | [Confidence interval](/D/ci) | JoramSoch | 2022-03-27 |
184184
| D175 | nw | [Normal-Wishart distribution](/D/nw) | JoramSoch | 2022-05-14 |
185+
| D176 | covmat-cross | [Cross-covariance matrix](/D/covmat-cross) | JoramSoch | 2022-09-26 |

I/DbT.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ title: "Definition by Topic"
4242
- [Covariance](/D/cov)
4343
- [Covariance matrix](/D/covmat)
4444
- [Critical value](/D/cval)
45+
- [Cross-covariance matrix](/D/covmat-cross)
4546
- [Cross-entropy](/D/ent-cross)
4647
- [Cross-validated log model evidence](/D/cvlme)
4748
- [Cumulant-generating function](/D/cgf)

I/PbA.md

Lines changed: 6 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 (331 proofs)
11+
### JoramSoch (336 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)
@@ -49,6 +49,7 @@ title: "Proof by Author"
4949
- [Covariance matrix of the categorical distribution](/P/cat-cov)
5050
- [Covariance matrix of the multivariate normal distribution](/P/mvn-cov)
5151
- [Covariance of independent random variables](/P/cov-ind)
52+
- [Covariance of the sum of two random vectors](/P/covmat-sum)
5253
- [Cross-validated log Bayes factor for the univariate Gaussian with known variance](/P/ugkv-cvlbf)
5354
- [Cross-validated log model evidence for the univariate Gaussian with known variance](/P/ugkv-cvlme)
5455
- [Cumulative distribution function in terms of probability density function of a continuous random variable](/P/cdf-pdf)
@@ -219,6 +220,7 @@ title: "Proof by Author"
219220
- [Partition of the log model evidence into accuracy and complexity](/P/lme-anc)
220221
- [Partition of the mean squared error into bias and variance](/P/mse-bnv)
221222
- [Partition of variance into expected values](/P/var-mean)
223+
- [Positive semi-definiteness of the covariance matrix](/P/covmat-psd)
222224
- [Posterior credibility region against the omnibus null hypothesis for Bayesian linear regression](/P/blr-pcr)
223225
- [Posterior density is proportional to joint likelihood](/P/post-jl)
224226
- [Posterior distribution for Bayesian linear regression](/P/blr-post)
@@ -314,8 +316,11 @@ title: "Proof by Author"
314316
- [Scaling of the covariance matrix upon multiplication with constant matrix](/P/covmat-scal)
315317
- [Scaling of the variance upon multiplication with a constant](/P/var-scal)
316318
- [Second central moment is variance](/P/momcent-2nd)
319+
- [Self-covariance equals variance](/P/cov-var)
317320
- [Simple linear regression is a special case of multiple linear regression](/P/slr-mlr)
318321
- [Sums of squares for simple linear regression](/P/slr-sss)
322+
- [Symmetry of the covariance](/P/cov-symm)
323+
- [Symmetry of the covariance matrix](/P/covmat-symm)
319324
- [t-distribution is a special case of multivariate t-distribution](/P/t-mvt)
320325
- [The p-value follows a uniform distribution under the null hypothesis](/P/pval-h0)
321326
- [The regression line goes through the center of mass point](/P/slr-comp)

I/PbN.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,3 +354,8 @@ title: "Proof by Number"
354354
| P346 | ng-samp | [Sampling from the normal-gamma distribution](/P/ng-samp) | JoramSoch | 2022-09-22 |
355355
| P347 | covmat-inv | [Invariance of the covariance matrix under addition of constant vector](/P/covmat-inv) | JoramSoch | 2022-09-22 |
356356
| P348 | covmat-scal | [Scaling of the covariance matrix upon multiplication with constant matrix](/P/covmat-scal) | JoramSoch | 2022-09-22 |
357+
| P349 | covmat-sum | [Covariance of the sum of two random vectors](/P/covmat-sum) | JoramSoch | 2022-09-26 |
358+
| P350 | covmat-symm | [Symmetry of the covariance matrix](/P/covmat-symm) | JoramSoch | 2022-09-26 |
359+
| P351 | covmat-psd | [Positive semi-definiteness of the covariance matrix](/P/covmat-psd) | JoramSoch | 2022-09-26 |
360+
| P352 | cov-var | [Self-covariance equals variance](/P/cov-var) | JoramSoch | 2022-09-26 |
361+
| P353 | cov-symm | [Symmetry of the covariance](/P/cov-symm) | JoramSoch | 2022-09-26 |

I/PbT.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ title: "Proof by Topic"
5353
- [Covariance matrix of the multinomial distribution](/P/mult-cov)
5454
- [Covariance matrix of the multivariate normal distribution](/P/mvn-cov)
5555
- [Covariance of independent random variables](/P/cov-ind)
56+
- [Covariance of the sum of two random vectors](/P/covmat-sum)
5657
- [Cross-validated log Bayes factor for the univariate Gaussian with known variance](/P/ugkv-cvlbf)
5758
- [Cross-validated log model evidence for the univariate Gaussian with known variance](/P/ugkv-cvlme)
5859
- [Cumulative distribution function in terms of probability density function of a continuous random variable](/P/cdf-pdf)
@@ -267,6 +268,7 @@ title: "Proof by Topic"
267268
- [Partition of the log model evidence into accuracy and complexity](/P/lme-anc)
268269
- [Partition of the mean squared error into bias and variance](/P/mse-bnv)
269270
- [Partition of variance into expected values](/P/var-mean)
271+
- [Positive semi-definiteness of the covariance matrix](/P/covmat-psd)
270272
- [Posterior credibility region against the omnibus null hypothesis for Bayesian linear regression](/P/blr-pcr)
271273
- [Posterior density is proportional to joint likelihood](/P/post-jl)
272274
- [Posterior distribution for Bayesian linear regression](/P/blr-post)
@@ -376,8 +378,11 @@ title: "Proof by Topic"
376378
- [Scaling of the covariance matrix upon multiplication with constant matrix](/P/covmat-scal)
377379
- [Scaling of the variance upon multiplication with a constant](/P/var-scal)
378380
- [Second central moment is variance](/P/momcent-2nd)
381+
- [Self-covariance equals variance](/P/cov-var)
379382
- [Simple linear regression is a special case of multiple linear regression](/P/slr-mlr)
380383
- [Sums of squares for simple linear regression](/P/slr-sss)
384+
- [Symmetry of the covariance](/P/cov-symm)
385+
- [Symmetry of the covariance matrix](/P/covmat-symm)
381386

382387
### T
383388

0 commit comments

Comments
 (0)