Skip to content

Commit 8d40d9b

Browse files
committed
updated index pages
The index pages were updated with the recently added proofs.
1 parent 360098d commit 8d40d9b

4 files changed

Lines changed: 13 additions & 9 deletions

File tree

I/PbA.md

Lines changed: 4 additions & 3 deletions
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 (393 proofs)
11+
### JoramSoch (394 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)
@@ -142,6 +142,7 @@ title: "Proof by Author"
142142
- [Kullback-Leibler divergence for the binomial distribution](/P/bin-kl)
143143
- [Kullback-Leibler divergence for the continuous uniform distribution](/P/cuni-kl)
144144
- [Kullback-Leibler divergence for the Dirichlet distribution](/P/dir-kl)
145+
- [Kullback-Leibler divergence for the discrete uniform distribution](/P/duni-kl)
145146
- [Kullback-Leibler divergence for the gamma distribution](/P/gam-kl)
146147
- [Kullback-Leibler divergence for the matrix-normal distribution](/P/matn-kl)
147148
- [Kullback-Leibler divergence for the multivariate normal distribution](/P/mvn-kl)
@@ -433,8 +434,8 @@ title: "Proof by Author"
433434
- [Encompassing prior method for computing Bayes factors](/P/bf-ep)
434435
- [Mean of the ex-Gaussian distribution](/P/exg-mean)
435436
- [Mean of the Wald distribution](/P/wald-mean)
436-
- [Method of moments for ex-Gaussian distributed data](/P/exg-mome)
437-
- [Method of moments for Wald distributed data](/P/wald-mome)
437+
- [Method of moments for ex-Gaussian-distributed data](/P/exg-mome)
438+
- [Method of moments for Wald-distributed data](/P/wald-mome)
438439
- [Moment-generating function of the ex-Gaussian distribution](/P/exg-mgf)
439440
- [Moment-generating function of the exponential distribution](/P/exp-mgf)
440441
- [Moment-generating function of the Wald distribution](/P/wald-mgf)

I/PbN.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -428,5 +428,6 @@ title: "Proof by Number"
428428
| P420 | bin-kl | [Kullback-Leibler divergence for the binomial distribution](/P/bin-kl) | JoramSoch | 2023-10-20 |
429429
| P421 | wald-skew | [Skewness of the Wald distribution](/P/wald-skew) | tomfaulkenberry | 2023-10-24 |
430430
| P422 | cuni-kl | [Kullback-Leibler divergence for the continuous uniform distribution](/P/cuni-kl) | JoramSoch | 2023-10-27 |
431-
| P423 | wald-mome | [Method of moments for Wald distributed data](/P/wald-mome) | tomfaulkenberry | 2023-10-30 |
432-
| P424 | exg-mome | [Method of moments for ex-Gaussian distributed data](/P/exg-mome) | tomfaulkenberry | 2023-10-30 |
431+
| P423 | wald-mome | [Method of moments for Wald-distributed data](/P/wald-mome) | tomfaulkenberry | 2023-10-30 |
432+
| P424 | exg-mome | [Method of moments for ex-Gaussian-distributed data](/P/exg-mome) | tomfaulkenberry | 2023-10-30 |
433+
| P425 | duni-kl | [Kullback-Leibler divergence for the discrete uniform distribution](/P/duni-kl) | JoramSoch | 2023-11-17 |

I/PbT.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ title: "Proof by Topic"
169169
- [Kullback-Leibler divergence for the binomial distribution](/P/bin-kl)
170170
- [Kullback-Leibler divergence for the continuous uniform distribution](/P/cuni-kl)
171171
- [Kullback-Leibler divergence for the Dirichlet distribution](/P/dir-kl)
172+
- [Kullback-Leibler divergence for the discrete uniform distribution](/P/duni-kl)
172173
- [Kullback-Leibler divergence for the gamma distribution](/P/gam-kl)
173174
- [Kullback-Leibler divergence for the matrix-normal distribution](/P/matn-kl)
174175
- [Kullback-Leibler divergence for the multivariate normal distribution](/P/mvn-kl)
@@ -253,8 +254,8 @@ title: "Proof by Topic"
253254
- [Median of the normal distribution](/P/norm-med)
254255
- [Method of moments for beta-binomial data](/P/betabin-mome)
255256
- [Method of moments for beta-distributed data](/P/beta-mome)
256-
- [Method of moments for ex-Gaussian distributed data](/P/exg-mome)
257-
- [Method of moments for Wald distributed data](/P/wald-mome)
257+
- [Method of moments for ex-Gaussian-distributed data](/P/exg-mome)
258+
- [Method of moments for Wald-distributed data](/P/wald-mome)
258259
- [Mode of the continuous uniform distribution](/P/cuni-med)
259260
- [Mode of the exponential distribution](/P/exp-mode)
260261
- [Mode of the log-normal distribution](/P/lognorm-mode)

I/PwS.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ title: "Proofs without Source"
4747
- [Joint likelihood is the product of likelihood function and prior density](/P/jl-lfnprior)
4848
- [Kullback-Leibler divergence for the Bernoulli distribution](/P/bern-kl)
4949
- [Kullback-Leibler divergence for the continuous uniform distribution](/P/cuni-kl)
50+
- [Kullback-Leibler divergence for the discrete uniform distribution](/P/duni-kl)
5051
- [Kullback-Leibler divergence for the matrix-normal distribution](/P/matn-kl)
5152
- [Kullback-Leibler divergence for the normal distribution](/P/norm-kl)
5253
- [Linear combination of independent normal random variables](/P/norm-lincomb)
@@ -85,8 +86,8 @@ title: "Proofs without Source"
8586
- [Median of the exponential distribution](/P/exp-med)
8687
- [Median of the log-normal distribution](/P/lognorm-med)
8788
- [Median of the normal distribution](/P/norm-med)
88-
- [Method of moments for ex-Gaussian distributed data](/P/exg-mome)
89-
- [Method of moments for Wald distributed data](/P/wald-mome)
89+
- [Method of moments for ex-Gaussian-distributed data](/P/exg-mome)
90+
- [Method of moments for Wald-distributed data](/P/wald-mome)
9091
- [Mode of the continuous uniform distribution](/P/cuni-med)
9192
- [Mode of the exponential distribution](/P/exp-mode)
9293
- [Mode of the normal distribution](/P/norm-mode)

0 commit comments

Comments
 (0)