Skip to content

Commit 6a1f8e4

Browse files
committed
updated index pages
The index pages were updated with the recently added proofs/definitions.
1 parent d51db23 commit 6a1f8e4

8 files changed

Lines changed: 19 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 (98 definitions)
7+
### JoramSoch (100 definitions)
88

99
- [Akaike information criterion](/D/aic)
1010
- [Bayesian information criterion](/D/bic)
@@ -33,8 +33,10 @@ title: "Definition by Author"
3333
- [Differential cross-entropy](/D/dent-cross)
3434
- [Differential entropy](/D/dent)
3535
- [Dirichlet distribution](/D/dir)
36+
- [Dirichlet-distributed data](/D/dir-data)
3637
- [Discrete uniform distribution](/D/duni)
3738
- [Estimation matrix](/D/emat)
39+
- [Exceedance probability](/D/prob-exc)
3840
- [Expected value](/D/mean)
3941
- [Explained sum of squares](/D/ess)
4042
- [Exponential distribution](/D/exp)

I/Definition_by_Number.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,3 +109,5 @@ title: "Definition by Number"
109109
| D100 | chi2 | [Chi-square distribution](/D/chi2) | kjpetrykowski | 2020-10-13 |
110110
| D101 | med | [Median](/D/med) | JoramSoch | 2020-10-15 |
111111
| D102 | mode | [Mode](/D/mode) | JoramSoch | 2020-10-15 |
112+
| D103 | prob-exc | [Exceedance probability](/D/prob-exc) | JoramSoch | 2020-10-22 |
113+
| D104 | dir-data | [Dirichlet-distributed data](/D/dir-data) | JoramSoch | 2020-10-22 |

I/Definition_by_Topic.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,14 @@ title: "Definition by Topic"
4545
- [Differential cross-entropy](/D/dent-cross)
4646
- [Differential entropy](/D/dent)
4747
- [Dirichlet distribution](/D/dir)
48+
- [Dirichlet-distributed data](/D/dir-data)
4849
- [Discrete uniform distribution](/D/duni)
4950

5051
### E
5152

5253
- [Encompassing model](/D/encm)
5354
- [Estimation matrix](/D/emat)
55+
- [Exceedance probability](/D/prob-exc)
5456
- [Expected value](/D/mean)
5557
- [Explained sum of squares](/D/ess)
5658
- [Exponential distribution](/D/exp)

I/Definitions_without_Source.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ title: "Definitions without Source"
77
- [Beta-distributed data](/D/beta-data)
88
- [Binomial observations](/D/bin-data)
99
- [Conditional differential entropy](/D/dent-cond)
10+
- [Dirichlet-distributed data](/D/dir-data)
1011
- [Estimation matrix](/D/emat)
1112
- [Full probability model](/D/fpm)
1213
- [Generative model](/D/gm)

I/Proof_by_Author.md

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

66

7-
### JoramSoch (170 proofs)
7+
### JoramSoch (173 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)
@@ -41,6 +41,7 @@ title: "Proof by Author"
4141
- [Differential entropy of the multivariate normal distribution](/P/mvn-dent)
4242
- [Differential entropy of the normal distribution](/P/norm-dent)
4343
- [Equivalence of matrix-normal distribution and multivariate normal distribution](/P/matn-mvn)
44+
- [Exceedance probabilities for the the Dirichlet distribution](/P/dir-ep)
4445
- [Expectation of a quadratic form](/P/mean-qf)
4546
- [Expected value of a non-negative random variable](/P/mean-nnrvar)
4647
- [Expected value of x times ln(x) for a gamma distribution](/P/gam-xlogx)
@@ -74,6 +75,7 @@ title: "Proof by Author"
7475
- [Marginal distributions of the multivariate normal distribution](/P/mvn-marg)
7576
- [Marginal distributions of the normal-gamma distribution](/P/ng-marg)
7677
- [Marginal likelihood is a definite integral of joint likelihood](/P/ml-jl)
78+
- [Maximum likelihood estimation for Dirichlet-distributed data](/P/dir-mle)
7779
- [Maximum likelihood estimation for Poisson-distributed data](/P/poiss-mle)
7880
- [Maximum likelihood estimation for multiple linear regression](/P/mlr-mle)
7981
- [Maximum likelihood estimation for the general linear model](/P/glm-mle)
@@ -149,6 +151,7 @@ title: "Proof by Author"
149151
- [Relation between gamma distribution and standard gamma distribution](/P/gam-sgam2)
150152
- [Relation between normal distribution and standard normal distribution](/P/norm-snorm)
151153
- [Relation between normal distribution and standard normal distribution](/P/norm-snorm2)
154+
- [Relation between normal distribution and standard normal distribution](/P/norm-snorm3)
152155
- [Relation of Kullback-Leibler divergence to entropy](/P/kl-ent)
153156
- [Relation of continuous Kullback-Leibler divergence to differential entropy](/P/kl-dent)
154157
- [Relation of continuous mutual information to joint and conditional differential entropy](/P/cmi-jcde)

I/Proof_by_Number.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,3 +186,6 @@ title: "Proof by Number"
186186
| P177 | gam-sgam2 | [Relation between gamma distribution and standard gamma distribution](/P/gam-sgam2) | JoramSoch | 2020-10-15 |
187187
| P178 | gam-cdf | [Cumulative distribution function of the gamma distribution](/P/gam-cdf) | JoramSoch | 2020-10-15 |
188188
| P179 | gam-xlogx | [Expected value of x times ln(x) for a gamma distribution](/P/gam-xlogx) | JoramSoch | 2020-10-15 |
189+
| P180 | norm-snorm3 | [Relation between normal distribution and standard normal distribution](/P/norm-snorm3) | JoramSoch | 2020-10-22 |
190+
| P181 | dir-ep | [Exceedance probabilities for the the Dirichlet distribution](/P/dir-ep) | JoramSoch | 2020-10-22 |
191+
| P182 | dir-mle | [Maximum likelihood estimation for Dirichlet-distributed data](/P/dir-mle) | JoramSoch | 2020-10-22 |

I/Proof_by_Topic.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ title: "Proof by Topic"
5858

5959
- [Encompassing Prior Method for computing Bayes Factors](/P/bf-ep)
6060
- [Equivalence of matrix-normal distribution and multivariate normal distribution](/P/matn-mvn)
61+
- [Exceedance probabilities for the the Dirichlet distribution](/P/dir-ep)
6162
- [Expectation of a quadratic form](/P/mean-qf)
6263
- [Expected value of a non-negative random variable](/P/mean-nnrvar)
6364
- [Expected value of x times ln(x) for a gamma distribution](/P/gam-xlogx)
@@ -112,6 +113,7 @@ title: "Proof by Topic"
112113
- [Marginal distributions of the multivariate normal distribution](/P/mvn-marg)
113114
- [Marginal distributions of the normal-gamma distribution](/P/ng-marg)
114115
- [Marginal likelihood is a definite integral of joint likelihood](/P/ml-jl)
116+
- [Maximum likelihood estimation for Dirichlet-distributed data](/P/dir-mle)
115117
- [Maximum likelihood estimation for Poisson-distributed data](/P/poiss-mle)
116118
- [Maximum likelihood estimation for multiple linear regression](/P/mlr-mle)
117119
- [Maximum likelihood estimation for the general linear model](/P/glm-mle)
@@ -207,6 +209,7 @@ title: "Proof by Topic"
207209
- [Relation between gamma distribution and standard gamma distribution](/P/gam-sgam2)
208210
- [Relation between normal distribution and standard normal distribution](/P/norm-snorm)
209211
- [Relation between normal distribution and standard normal distribution](/P/norm-snorm2)
212+
- [Relation between normal distribution and standard normal distribution](/P/norm-snorm3)
210213
- [Relation of Kullback-Leibler divergence to entropy](/P/kl-ent)
211214
- [Relation of continuous Kullback-Leibler divergence to differential entropy](/P/kl-dent)
212215
- [Relation of continuous mutual information to joint and conditional differential entropy](/P/cmi-jcde)

I/Proofs_without_Source.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ title: "Proofs without Source"
6262
- [Relation between gamma distribution and standard gamma distribution](/P/gam-sgam2)
6363
- [Relation between normal distribution and standard normal distribution](/P/norm-snorm)
6464
- [Relation between normal distribution and standard normal distribution](/P/norm-snorm2)
65+
- [Relation between normal distribution and standard normal distribution](/P/norm-snorm3)
6566
- [Relationship between R² and maximum log-likelihood](/P/rsq-mll)
6667
- [Relationship between covariance and correlation](/P/cov-corr)
6768
- [Relationship between precision matrix and correlation matrix](/P/precmat-corrmat)

0 commit comments

Comments
 (0)