Skip to content

Commit 8ba5c47

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

7 files changed

Lines changed: 23 additions & 2 deletions

I/Definition_by_Author.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: "Definition by Author"
44
---
55

66

7-
### JoramSoch (96 definitions)
7+
### JoramSoch (98 definitions)
88

99
- [Akaike information criterion](/D/aic)
1010
- [Bayesian information criterion](/D/bic)
@@ -62,6 +62,8 @@ title: "Definition by Author"
6262
- [Matrix-normal distribution](/D/matn)
6363
- [Maximum likelihood estimation](/D/mle)
6464
- [Maximum log-likelihood](/D/mll)
65+
- [Median](/D/med)
66+
- [Mode](/D/mode)
6567
- [Moment](/D/mom)
6668
- [Moment-generating function](/D/mgf)
6769
- [Multinomial distribution](/D/mult)

I/Definition_by_Number.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,3 +107,5 @@ title: "Definition by Number"
107107
| D98 | mom-cent | [Central moment](/D/mom-cent) | JoramSoch | 2020-10-08 |
108108
| D99 | mom-stand | [Standardized moment](/D/mom-stand) | JoramSoch | 2020-10-08 |
109109
| D100 | chi2 | [Chi-square distribution](/D/chi2) | kjpetrykowski | 2020-10-13 |
110+
| D101 | med | [Median](/D/med) | JoramSoch | 2020-10-15 |
111+
| D102 | mode | [Mode](/D/mode) | JoramSoch | 2020-10-15 |

I/Definition_by_Topic.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ title: "Definition by Topic"
9696
- [Matrix-normal distribution](/D/matn)
9797
- [Maximum likelihood estimation](/D/mle)
9898
- [Maximum log-likelihood](/D/mll)
99+
- [Median](/D/med)
100+
- [Mode](/D/mode)
99101
- [Moment](/D/mom)
100102
- [Moment-generating function](/D/mgf)
101103
- [Multinomial distribution](/D/mult)

I/Proof_by_Author.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: "Proof by Author"
44
---
55

66

7-
### JoramSoch (166 proofs)
7+
### JoramSoch (170 proofs)
88

99
- [(Non-)Multiplicativity of the expected value](/P/mean-mult)
1010
- [Additivity of the Kullback-Leibler divergence for independent distributions](/P/kl-add)
@@ -28,6 +28,7 @@ title: "Proof by Author"
2828
- [Cumulative distribution function of the continuous uniform distribution](/P/cuni-cdf)
2929
- [Cumulative distribution function of the discrete uniform distribution](/P/duni-cdf)
3030
- [Cumulative distribution function of the exponential distribution](/P/exp-cdf)
31+
- [Cumulative distribution function of the gamma distribution](/P/gam-cdf)
3132
- [Cumulative distribution function of the normal distribution](/P/norm-cdf)
3233
- [Derivation of Bayesian model averaging](/P/bma-der)
3334
- [Derivation of R² and adjusted R²](/P/rsq-der)
@@ -42,6 +43,7 @@ title: "Proof by Author"
4243
- [Equivalence of matrix-normal distribution and multivariate normal distribution](/P/matn-mvn)
4344
- [Expectation of a quadratic form](/P/mean-qf)
4445
- [Expected value of a non-negative random variable](/P/mean-nnrvar)
46+
- [Expected value of x times ln(x) for a gamma distribution](/P/gam-xlogx)
4547
- [Exponential distribution is a special case of gamma distribution](/P/exp-gam)
4648
- [Expression of the cumulative distribution function of the normal distribution without the error function](/P/norm-cdfwerf)
4749
- [First central moment is zero](/P/momcent-1st)
@@ -144,7 +146,9 @@ title: "Proof by Author"
144146
- [Quantile function of the exponential distribution](/P/exp-qf)
145147
- [Quantile function of the normal distribution](/P/norm-qf)
146148
- [Relation between gamma distribution and standard gamma distribution](/P/gam-sgam)
149+
- [Relation between gamma distribution and standard gamma distribution](/P/gam-sgam2)
147150
- [Relation between normal distribution and standard normal distribution](/P/norm-snorm)
151+
- [Relation between normal distribution and standard normal distribution](/P/norm-snorm2)
148152
- [Relation of Kullback-Leibler divergence to entropy](/P/kl-ent)
149153
- [Relation of continuous Kullback-Leibler divergence to differential entropy](/P/kl-dent)
150154
- [Relation of continuous mutual information to joint and conditional differential entropy](/P/cmi-jcde)

I/Proof_by_Number.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,3 +182,7 @@ title: "Proof by Number"
182182
| P173 | momcent-2nd | [Second central moment is variance](/P/momcent-2nd) | JoramSoch | 2020-10-08 |
183183
| P174 | chi2-gam | [Chi-square distribution is a special case of gamma distribution](/P/chi2-gam) | kjpetrykowski | 2020-10-12 |
184184
| P175 | chi2-mom | [Moments of the chi-square distribution](/P/chi2-mom) | kjpetrykowski | 2020-10-13 |
185+
| P176 | norm-snorm2 | [Relation between normal distribution and standard normal distribution](/P/norm-snorm2) | JoramSoch | 2020-10-15 |
186+
| P177 | gam-sgam2 | [Relation between gamma distribution and standard gamma distribution](/P/gam-sgam2) | JoramSoch | 2020-10-15 |
187+
| P178 | gam-cdf | [Cumulative distribution function of the gamma distribution](/P/gam-cdf) | JoramSoch | 2020-10-15 |
188+
| P179 | gam-xlogx | [Expected value of x times ln(x) for a gamma distribution](/P/gam-xlogx) | JoramSoch | 2020-10-15 |

I/Proof_by_Topic.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ title: "Proof by Topic"
3838
- [Cumulative distribution function of the continuous uniform distribution](/P/cuni-cdf)
3939
- [Cumulative distribution function of the discrete uniform distribution](/P/duni-cdf)
4040
- [Cumulative distribution function of the exponential distribution](/P/exp-cdf)
41+
- [Cumulative distribution function of the gamma distribution](/P/gam-cdf)
4142
- [Cumulative distribution function of the normal distribution](/P/norm-cdf)
4243

4344
### D
@@ -59,6 +60,7 @@ title: "Proof by Topic"
5960
- [Equivalence of matrix-normal distribution and multivariate normal distribution](/P/matn-mvn)
6061
- [Expectation of a quadratic form](/P/mean-qf)
6162
- [Expected value of a non-negative random variable](/P/mean-nnrvar)
63+
- [Expected value of x times ln(x) for a gamma distribution](/P/gam-xlogx)
6264
- [Exponential distribution is a special case of gamma distribution](/P/exp-gam)
6365
- [Expression of the cumulative distribution function of the normal distribution without the error function](/P/norm-cdfwerf)
6466

@@ -202,7 +204,9 @@ title: "Proof by Topic"
202204
### R
203205

204206
- [Relation between gamma distribution and standard gamma distribution](/P/gam-sgam)
207+
- [Relation between gamma distribution and standard gamma distribution](/P/gam-sgam2)
205208
- [Relation between normal distribution and standard normal distribution](/P/norm-snorm)
209+
- [Relation between normal distribution and standard normal distribution](/P/norm-snorm2)
206210
- [Relation of Kullback-Leibler divergence to entropy](/P/kl-ent)
207211
- [Relation of continuous Kullback-Leibler divergence to differential entropy](/P/kl-dent)
208212
- [Relation of continuous mutual information to joint and conditional differential entropy](/P/cmi-jcde)

I/Proofs_without_Source.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ title: "Proofs without Source"
99
- [Cumulative distribution function of the continuous uniform distribution](/P/cuni-cdf)
1010
- [Cumulative distribution function of the discrete uniform distribution](/P/duni-cdf)
1111
- [Cumulative distribution function of the exponential distribution](/P/exp-cdf)
12+
- [Cumulative distribution function of the gamma distribution](/P/gam-cdf)
1213
- [Derivation of Bayesian model averaging](/P/bma-der)
1314
- [Derivation of the log Bayes factor](/P/lbf-der)
1415
- [Derivation of the log family evidence](/P/lfe-der)
@@ -58,7 +59,9 @@ title: "Proofs without Source"
5859
- [Quantile function of the discrete uniform distribution](/P/duni-qf)
5960
- [Quantile function of the exponential distribution](/P/exp-qf)
6061
- [Relation between gamma distribution and standard gamma distribution](/P/gam-sgam)
62+
- [Relation between gamma distribution and standard gamma distribution](/P/gam-sgam2)
6163
- [Relation between normal distribution and standard normal distribution](/P/norm-snorm)
64+
- [Relation between normal distribution and standard normal distribution](/P/norm-snorm2)
6265
- [Relationship between R² and maximum log-likelihood](/P/rsq-mll)
6366
- [Relationship between covariance and correlation](/P/cov-corr)
6467
- [Relationship between precision matrix and correlation matrix](/P/precmat-corrmat)

0 commit comments

Comments
 (0)