Skip to content

Commit 0829e84

Browse files
authored
Merge pull request #119 from StatProofBook/master
update to master
2 parents 9f030a4 + e5c11df commit 0829e84

5 files changed

Lines changed: 31 additions & 28 deletions

File tree

I/PbA.md

Lines changed: 2 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 (394 proofs)
11+
### JoramSoch (395 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)
@@ -366,6 +366,7 @@ title: "Proof by Author"
366366
- [Reparametrization for one-way analysis of variance](/P/anova1-repara)
367367
- [Sampling from the matrix-normal distribution](/P/matn-samp)
368368
- [Sampling from the normal-gamma distribution](/P/ng-samp)
369+
- [Scaling of a random variable following the gamma distribution](/P/gam-scal)
369370
- [Scaling of the covariance matrix upon multiplication with constant matrix](/P/covmat-scal)
370371
- [Scaling of the variance upon multiplication with a constant](/P/var-scal)
371372
- [Second central moment is variance](/P/momcent-2nd)

I/PbN.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,3 +431,4 @@ title: "Proof by Number"
431431
| P423 | wald-mome | [Method of moments for Wald-distributed data](/P/wald-mome) | tomfaulkenberry | 2023-10-30 |
432432
| P424 | exg-mome | [Method of moments for ex-Gaussian-distributed data](/P/exg-mome) | tomfaulkenberry | 2023-10-30 |
433433
| P425 | duni-kl | [Kullback-Leibler divergence for the discrete uniform distribution](/P/duni-kl) | JoramSoch | 2023-11-17 |
434+
| P426 | gam-scal | [Scaling of a random variable following the gamma distribution](/P/gam-scal) | JoramSoch | 2023-11-24 |

I/PbT.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,7 @@ title: "Proof by Topic"
436436
- [Sampling from the matrix-normal distribution](/P/matn-samp)
437437
- [Sampling from the normal-gamma distribution](/P/ng-samp)
438438
- [Savage-Dickey density ratio for computing Bayes factors](/P/bf-sddr)
439+
- [Scaling of a random variable following the gamma distribution](/P/gam-scal)
439440
- [Scaling of the covariance matrix upon multiplication with constant matrix](/P/covmat-scal)
440441
- [Scaling of the variance upon multiplication with a constant](/P/var-scal)
441442
- [Second central moment is variance](/P/momcent-2nd)

I/PwS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ title: "Proofs without Source"
137137
- [Relationship between R² and maximum log-likelihood](/P/rsq-mll)
138138
- [Relationship between second raw moment, variance and mean](/P/momraw-2nd)
139139
- [Relationship between signal-to-noise ratio and R²](/P/snr-rsq)
140+
- [Scaling of a random variable following the gamma distribution](/P/gam-scal)
140141
- [Simple linear regression is a special case of multiple linear regression](/P/slr-mlr)
141142
- [Skewness of the ex-Gaussian distribution](/P/exg-skew)
142143
- [Skewness of the exponential distribution](/P/exp-skew)

I/ToC.md

Lines changed: 26 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -392,13 +392,13 @@ title: "Table of Contents"
392392

393393
3.2. Normal distribution <br>
394394
&emsp;&ensp; 3.2.1. *[Definition](/D/norm)* <br>
395-
&emsp;&ensp; 3.2.2. *[Standard normal distribution](/D/snorm)* <br>
396-
&emsp;&ensp; 3.2.3. **[Relationship to standard normal distribution](/P/norm-snorm)** (1) <br>
397-
&emsp;&ensp; 3.2.4. **[Relationship to standard normal distribution](/P/norm-snorm2)** (2) <br>
398-
&emsp;&ensp; 3.2.5. **[Relationship to standard normal distribution](/P/norm-snorm3)** (3) <br>
399-
&emsp;&ensp; 3.2.6. **[Relationship to chi-squared distribution](/P/norm-chi2)** <br>
400-
&emsp;&ensp; 3.2.7. **[Relationship to t-distribution](/P/norm-t)** <br>
401-
&emsp;&ensp; 3.2.8. **[Special case of multivariate normal distribution](/P/norm-mvn)** <br>
395+
&emsp;&ensp; 3.2.2. **[Special case of multivariate normal distribution](/P/norm-mvn)** <br>
396+
&emsp;&ensp; 3.2.3. *[Standard normal distribution](/D/snorm)* <br>
397+
&emsp;&ensp; 3.2.4. **[Relationship to standard normal distribution](/P/norm-snorm)** (1) <br>
398+
&emsp;&ensp; 3.2.5. **[Relationship to standard normal distribution](/P/norm-snorm2)** (2) <br>
399+
&emsp;&ensp; 3.2.6. **[Relationship to standard normal distribution](/P/norm-snorm3)** (3) <br>
400+
&emsp;&ensp; 3.2.7. **[Relationship to chi-squared distribution](/P/norm-chi2)** <br>
401+
&emsp;&ensp; 3.2.8. **[Relationship to t-distribution](/P/norm-t)** <br>
402402
&emsp;&ensp; 3.2.9. **[Gaussian integral](/P/norm-gi)** <br>
403403
&emsp;&ensp; 3.2.10. **[Probability density function](/P/norm-pdf)** <br>
404404
&emsp;&ensp; 3.2.11. **[Moment-generating function](/P/norm-mgf)** <br>
@@ -420,27 +420,26 @@ title: "Table of Contents"
420420

421421
3.3. t-distribution <br>
422422
&emsp;&ensp; 3.3.1. *[Definition](/D/t)* <br>
423-
&emsp;&ensp; 3.3.2. *[Non-standardized t-distribution](/D/nst)* <br>
424-
&emsp;&ensp; 3.3.3. **[Relationship to non-standardized t-distribution](/P/nst-t)** <br>
425-
&emsp;&ensp; 3.3.4. **[Special case of multivariate t-distribution](/P/t-mvt)** <br>
423+
&emsp;&ensp; 3.3.2. **[Special case of multivariate t-distribution](/P/t-mvt)** <br>
424+
&emsp;&ensp; 3.3.3. *[Non-standardized t-distribution](/D/nst)* <br>
425+
&emsp;&ensp; 3.3.4. **[Relationship to non-standardized t-distribution](/P/nst-t)** <br>
426426
&emsp;&ensp; 3.3.5. **[Probability density function](/P/t-pdf)** <br>
427427

428428
3.4. Gamma distribution <br>
429429
&emsp;&ensp; 3.4.1. *[Definition](/D/gam)* <br>
430-
&emsp;&ensp; 3.4.2. *[Standard gamma distribution](/D/sgam)* <br>
431-
&emsp;&ensp; 3.4.3. **[Relationship to standard gamma distribution](/P/gam-sgam)** (1) <br>
432-
&emsp;&ensp; 3.4.4. **[Relationship to standard gamma distribution](/P/gam-sgam2)** (2) <br>
433-
&emsp;&ensp; 3.4.5. **[Scaling of a gamma random variable](/P/gam-scal)** <br>
434-
&emsp;&ensp; 3.4.6. **[Special case of Wishart distribution](/P/gam-wish)** <br>
435-
&emsp;&ensp; 3.4.7. **[Probability density function](/P/gam-pdf)** <br>
436-
&emsp;&ensp; 3.4.8. **[Cumulative distribution function](/P/gam-cdf)** <br>
437-
&emsp;&ensp; 3.4.9. **[Quantile function](/P/gam-qf)** <br>
438-
&emsp;&ensp; 3.4.10. **[Mean](/P/gam-mean)** <br>
439-
&emsp;&ensp; 3.4.11. **[Variance](/P/gam-var)** <br>
440-
&emsp;&ensp; 3.4.12. **[Logarithmic expectation](/P/gam-logmean)** <br>
441-
&emsp;&ensp; 3.4.13. **[Expectation of x ln x](/P/gam-xlogx)** <br>
442-
&emsp;&ensp; 3.4.14. **[Differential entropy](/P/gam-dent)** <br>
443-
&emsp;&ensp; 3.4.15. **[Kullback-Leibler divergence](/P/gam-kl)** <br>
430+
&emsp;&ensp; 3.4.2. **[Special case of Wishart distribution](/P/gam-wish)** <br>
431+
&emsp;&ensp; 3.4.3. *[Standard gamma distribution](/D/sgam)* <br>
432+
&emsp;&ensp; 3.4.4. **[Relationship to standard gamma distribution](/P/gam-sgam)** (1) <br>
433+
&emsp;&ensp; 3.4.5. **[Relationship to standard gamma distribution](/P/gam-sgam2)** (2) <br>
434+
&emsp;&ensp; 3.4.6. **[Probability density function](/P/gam-pdf)** <br>
435+
&emsp;&ensp; 3.4.7. **[Cumulative distribution function](/P/gam-cdf)** <br>
436+
&emsp;&ensp; 3.4.8. **[Quantile function](/P/gam-qf)** <br>
437+
&emsp;&ensp; 3.4.9. **[Mean](/P/gam-mean)** <br>
438+
&emsp;&ensp; 3.4.10. **[Variance](/P/gam-var)** <br>
439+
&emsp;&ensp; 3.4.11. **[Logarithmic expectation](/P/gam-logmean)** <br>
440+
&emsp;&ensp; 3.4.12. **[Expectation of x ln x](/P/gam-xlogx)** <br>
441+
&emsp;&ensp; 3.4.13. **[Differential entropy](/P/gam-dent)** <br>
442+
&emsp;&ensp; 3.4.14. **[Kullback-Leibler divergence](/P/gam-kl)** <br>
444443

445444
3.5. Exponential distribution <br>
446445
&emsp;&ensp; 3.5.1. *[Definition](/D/exp)* <br>
@@ -506,10 +505,10 @@ title: "Table of Contents"
506505

507506
4.1. Multivariate normal distribution <br>
508507
&emsp;&ensp; 4.1.1. *[Definition](/D/mvn)* <br>
509-
&emsp;&ensp; 4.1.2. *[Bivariate normal distribution](/D/bvn)* <br>
508+
&emsp;&ensp; 4.1.2. **[Special case of matrix-normal distribution](/P/mvn-matn)** <br>
510509
&emsp;&ensp; 4.1.3. **[Relationship to chi-squared distribution](/P/mvn-chi2)** <br>
511-
&emsp;&ensp; 4.1.4. **[Special case of matrix-normal distribution](/P/mvn-matn)** <br>
512-
&emsp;&ensp; 4.1.5. **[Probability density function](/P/mvn-pdf)** <br>
510+
&emsp;&ensp; 4.1.4. **[Probability density function](/P/mvn-pdf)** <br>
511+
&emsp;&ensp; 4.1.5. *[Bivariate normal distribution](/D/bvn)* <br>
513512
&emsp;&ensp; 4.1.6. **[Probability density function of the bivariate normal distribution](/P/bvn-pdf)** <br>
514513
&emsp;&ensp; 4.1.7. **[Probability density function in terms of correlation coefficient](/P/bvn-pdfcorr)** <br>
515514
&emsp;&ensp; 4.1.8. **[Mean](/P/mvn-mean)** <br>

0 commit comments

Comments
 (0)