Skip to content

Commit 036623c

Browse files
committed
updated index pages
The index pages were updated with the recently added proofs/definitions.
1 parent 4056b2f commit 036623c

6 files changed

Lines changed: 20 additions & 2 deletions

File tree

I/Definition_by_Author.md

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

66

7-
### JoramSoch (92 definitions)
7+
### JoramSoch (93 definitions)
88

99
- [Akaike information criterion](/D/aic)
1010
- [Bayesian information criterion](/D/bic)
@@ -19,6 +19,7 @@ title: "Definition by Author"
1919
- [Conditional differential entropy](/D/dent-cond)
2020
- [Conditional entropy](/D/ent-cond)
2121
- [Conditional probability distribution](/D/dist-cond)
22+
- [Constant](/D/const)
2223
- [Continuous uniform distribution](/D/cuni)
2324
- [Correlation](/D/corr)
2425
- [Correlation matrix](/D/corrmat)

I/Definition_by_Number.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,3 +102,4 @@ title: "Definition by Number"
102102
| D93 | encm | [Encompassing model](/D/encm) | tomfaulkenberry | 2020-09-02 |
103103
| D94 | std | [Standard deviation](/D/std) | JoramSoch | 2020-09-03 |
104104
| D95 | wald | [Wald distribution](/D/wald) | tomfaulkenberry | 2020-09-04 |
105+
| D96 | const | [Constant](/D/const) | JoramSoch | 2020-09-09 |

I/Definition_by_Topic.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ title: "Definition by Topic"
2626
- [Conditional differential entropy](/D/dent-cond)
2727
- [Conditional entropy](/D/ent-cond)
2828
- [Conditional probability distribution](/D/dist-cond)
29+
- [Constant](/D/const)
2930
- [Continuous uniform distribution](/D/cuni)
3031
- [Correlation](/D/corr)
3132
- [Correlation matrix](/D/corrmat)

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 (159 proofs)
7+
### JoramSoch (163 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)
@@ -44,7 +44,9 @@ title: "Proof by Author"
4444
- [Expected value of a non-negative random variable](/P/mean-nnrvar)
4545
- [Exponential distribution is a special case of gamma distribution](/P/exp-gam)
4646
- [Expression of the cumulative distribution function of the normal distribution without the error function](/P/norm-cdfwerf)
47+
- [First central moment is zero](/P/momcent-1st)
4748
- [Full width at half maximum for the normal distribution](/P/norm-fwhm)
49+
- [Gibbs' inequality](/P/gibbs-ineq)
4850
- [Invariance of the Kullback-Leibler divergence under parameter transformation](/P/kl-inv)
4951
- [Invariance of the variance under addition of a constant](/P/var-inv)
5052
- [Joint likelihood is the product of likelihood function and prior density](/P/jl-lfnprior)
@@ -63,6 +65,7 @@ title: "Proof by Author"
6365
- [Log model evidence for multinomial observations](/P/mult-lme)
6466
- [Log model evidence for multivariate Bayesian linear regression](/P/mblr-lme)
6567
- [Log model evidence for the Poisson distribution with exposure values](/P/poissexp-lme)
68+
- [Log sum inequality](/P/logsum-ineq)
6669
- [Log-odds and probability in logistic regression](/P/logreg-lonp)
6770
- [Logarithmic expectation of the gamma distribution](/P/gam-logmean)
6871
- [Marginal distributions of the multivariate normal distribution](/P/mvn-marg)
@@ -93,6 +96,7 @@ title: "Proof by Author"
9396
- [Moment-generating function of the normal distribution](/P/norm-mgf)
9497
- [Monotonicity of the expected value](/P/mean-mono)
9598
- [Non-negativity of the Kullback-Leibler divergence](/P/kl-nonneg)
99+
- [Non-negativity of the Kullback-Leibler divergence](/P/kl-nonneg2)
96100
- [Non-negativity of the Shannon entropy](/P/ent-nonneg)
97101
- [Non-negativity of the expected value](/P/mean-nonneg)
98102
- [Non-negativity of the variance](/P/var-nonneg)

I/Proof_by_Number.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,3 +170,7 @@ title: "Proof by Number"
170170
| P161 | mblr-lme | [Log model evidence for multivariate Bayesian linear regression](/P/mblr-lme) | JoramSoch | 2020-09-03 |
171171
| P162 | wald-pdf | [Probability density function of the Wald distribution](/P/wald-pdf) | tomfaulkenberry | 2020-09-04 |
172172
| P163 | bf-trans | [Transitivity of Bayes Factors](/P/bf-trans) | tomfaulkenberry | 2020-09-07 |
173+
| P164 | gibbs-ineq | [Gibbs' inequality](/P/gibbs-ineq) | JoramSoch | 2020-09-09 |
174+
| P165 | logsum-ineq | [Log sum inequality](/P/logsum-ineq) | JoramSoch | 2020-09-09 |
175+
| P166 | kl-nonneg2 | [Non-negativity of the Kullback-Leibler divergence](/P/kl-nonneg2) | JoramSoch | 2020-09-09 |
176+
| P167 | momcent-1st | [First central moment is zero](/P/momcent-1st) | JoramSoch | 2020-08-19 |

I/Proof_by_Topic.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,13 @@ title: "Proof by Topic"
6363

6464
### F
6565

66+
- [First central moment is zero](/P/momcent-1st)
6667
- [Full width at half maximum for the normal distribution](/P/norm-fwhm)
6768

69+
### G
70+
71+
- [Gibbs' inequality](/P/gibbs-ineq)
72+
6873
### I
6974

7075
- [Invariance of the Kullback-Leibler divergence under parameter transformation](/P/kl-inv)
@@ -94,6 +99,7 @@ title: "Proof by Topic"
9499
- [Log model evidence for multinomial observations](/P/mult-lme)
95100
- [Log model evidence for multivariate Bayesian linear regression](/P/mblr-lme)
96101
- [Log model evidence for the Poisson distribution with exposure values](/P/poissexp-lme)
102+
- [Log sum inequality](/P/logsum-ineq)
97103
- [Log-odds and probability in logistic regression](/P/logreg-lonp)
98104
- [Logarithmic expectation of the gamma distribution](/P/gam-logmean)
99105

@@ -130,6 +136,7 @@ title: "Proof by Topic"
130136
### N
131137

132138
- [Non-negativity of the Kullback-Leibler divergence](/P/kl-nonneg)
139+
- [Non-negativity of the Kullback-Leibler divergence](/P/kl-nonneg2)
133140
- [Non-negativity of the Shannon entropy](/P/ent-nonneg)
134141
- [Non-negativity of the expected value](/P/mean-nonneg)
135142
- [Non-negativity of the variance](/P/var-nonneg)

0 commit comments

Comments
 (0)