Skip to content

Commit bd98f83

Browse files
committed
updated index pages
The index pages were updated with the recently added proofs.
1 parent 6a71e73 commit bd98f83

6 files changed

Lines changed: 16 additions & 7 deletions

File tree

I/PbA.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ title: "Proof by Author"
1616

1717
- [Posterior predictive distribution is a marginal distribution of the joint likelihood](/P/postpred-jl)
1818

19-
### JoramSoch (480 proofs)
19+
### JoramSoch (483 proofs)
2020

2121
- [Accuracy and complexity for Bayesian linear regression](/P/blr-anc)
2222
- [Accuracy and complexity for Bayesian linear regression with known covariance](/P/blrkc-anc)
@@ -267,11 +267,14 @@ title: "Proof by Author"
267267
- [Mean of the normal-gamma distribution](/P/ng-mean)
268268
- [Mean of the normal-Wishart distribution](/P/nw-mean)
269269
- [Mean of the Poisson distribution](/P/poiss-mean)
270+
- [Median of the beta distribution](/P/beta-med)
270271
- [Median of the continuous uniform distribution](/P/cuni-med)
271272
- [Median of the exponential distribution](/P/exp-med)
273+
- [Median of the gamma distribution](/P/gam-med)
272274
- [Median of the normal distribution](/P/norm-med)
273275
- [Method of moments for beta-binomial data](/P/betabin-mome)
274276
- [Method of moments for beta-distributed data](/P/beta-mome)
277+
- [Mode of the beta distribution](/P/beta-mode)
275278
- [Mode of the continuous uniform distribution](/P/cuni-mode)
276279
- [Mode of the gamma distribution](/P/gam-mode)
277280
- [Mode of the multivariate normal distribution](/P/mvn-mode)
@@ -511,7 +514,7 @@ title: "Proof by Author"
511514
### kjpetrykowski (2 proofs)
512515

513516
- [Chi-squared distribution is a special case of gamma distribution](/P/chi2-gam)
514-
- [Moments of the chi-squared distribution](/P/chi2-mom)
517+
- [Raw moments of the chi-squared distribution](/P/chi2-momraw)
515518

516519
### majapavlo (8 proofs)
517520

I/PbN.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ title: "Proof by Number"
180180
| P172 | momraw-2nd | [Relationship between second raw moment, variance and mean](/P/momraw-2nd) | JoramSoch | 2020-10-08 |
181181
| P173 | momcent-2nd | [Second central moment is variance](/P/momcent-2nd) | JoramSoch | 2020-10-08 |
182182
| P174 | chi2-gam | [Chi-squared distribution is a special case of gamma distribution](/P/chi2-gam) | kjpetrykowski | 2020-10-12 |
183-
| P175 | chi2-mom | [Moments of the chi-squared distribution](/P/chi2-mom) | kjpetrykowski | 2020-10-13 |
183+
| P175 | chi2-momraw | [Raw moments of the chi-squared distribution](/P/chi2-momraw) | kjpetrykowski | 2020-10-13 |
184184
| P176 | norm-snorm2 | [Relationship between normal distribution and standard normal distribution](/P/norm-snorm2) | JoramSoch | 2020-10-15 |
185185
| P177 | gam-sgam2 | [Relationship between gamma distribution and standard gamma distribution](/P/gam-sgam2) | JoramSoch | 2020-10-15 |
186186
| P178 | gam-cdf | [Cumulative distribution function of the gamma distribution](/P/gam-cdf) | JoramSoch | 2020-10-15 |
@@ -523,3 +523,6 @@ title: "Proof by Number"
523523
| P515 | kl-nonneg3 | [Non-negativity of the Kullback-Leibler divergence](/P/kl-nonneg3) | JoramSoch | 2025-09-25 |
524524
| P516 | fren-dec | [Decompositions of the variational free energy](/P/fren-dec) | JoramSoch | 2025-09-25 |
525525
| P517 | fren-lme | [The variational free energy is a lower bound on the log model evidence](/P/fren-lme) | JoramSoch | 2025-09-25 |
526+
| P518 | gam-med | [Median of the gamma distribution](/P/gam-med) | JoramSoch | 2025-10-24 |
527+
| P519 | beta-med | [Median of the beta distribution](/P/beta-med) | JoramSoch | 2025-10-24 |
528+
| P520 | beta-mode | [Mode of the beta distribution](/P/beta-mode) | JoramSoch | 2025-10-24 |

I/PbT.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,14 +296,17 @@ title: "Proof by Topic"
296296
- [Mean of the normal-Wishart distribution](/P/nw-mean)
297297
- [Mean of the Poisson distribution](/P/poiss-mean)
298298
- [Mean of the Wald distribution](/P/wald-mean)
299+
- [Median of the beta distribution](/P/beta-med)
299300
- [Median of the continuous uniform distribution](/P/cuni-med)
300301
- [Median of the exponential distribution](/P/exp-med)
302+
- [Median of the gamma distribution](/P/gam-med)
301303
- [Median of the log-normal distribution](/P/lognorm-med)
302304
- [Median of the normal distribution](/P/norm-med)
303305
- [Method of moments for beta-binomial data](/P/betabin-mome)
304306
- [Method of moments for beta-distributed data](/P/beta-mome)
305307
- [Method of moments for ex-Gaussian-distributed data](/P/exg-mome)
306308
- [Method of moments for Wald-distributed data](/P/wald-mome)
309+
- [Mode of the beta distribution](/P/beta-mode)
307310
- [Mode of the continuous uniform distribution](/P/cuni-mode)
308311
- [Mode of the exponential distribution](/P/exp-mode)
309312
- [Mode of the gamma distribution](/P/gam-mode)
@@ -321,7 +324,6 @@ title: "Proof by Topic"
321324
- [Moment-generating function of the multivariate normal distribution](/P/mvn-mgf)
322325
- [Moment-generating function of the normal distribution](/P/norm-mgf)
323326
- [Moment-generating function of the Wald distribution](/P/wald-mgf)
324-
- [Moments of the chi-squared distribution](/P/chi2-mom)
325327
- [Monotonicity of probability](/P/prob-mon)
326328
- [Monotonicity of probability](/P/prob-mon2)
327329
- [Monotonicity of the expected value](/P/mean-mono)
@@ -471,6 +473,7 @@ title: "Proof by Topic"
471473
- [Range of probability](/P/prob-range)
472474
- [Range of the variance of the Bernoulli distribution](/P/bern-varrange)
473475
- [Range of the variance of the binomial distribution](/P/bin-varrange)
476+
- [Raw moments of the chi-squared distribution](/P/chi2-momraw)
474477
- [Redundancy of parameters describing the matrix-normal distribution](/P/matn-red)
475478
- [Redundancy of parameters describing the matrix-normal distribution](/P/matn-red2)
476479
- [Relation of continuous Kullback-Leibler divergence to differential entropy](/P/kl-dent)

I/ToC.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ title: "Table of Contents"
586586
&emsp;&ensp; 3.7.1. *[Definition](/D/chi2)* <br>
587587
&emsp;&ensp; 3.7.2. **[Special case of gamma distribution](/P/chi2-gam)** <br>
588588
&emsp;&ensp; 3.7.3. **[Probability density function](/P/chi2-pdf)** <br>
589-
&emsp;&ensp; 3.7.4. **[Moments](/P/chi2-mom)** <br>
589+
&emsp;&ensp; 3.7.4. **[Raw moments](/P/chi2-momraw)** <br>
590590

591591
<p id="F-distribution"></p>
592592
3.8. F-distribution <br>

P/beta-mode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,4 +225,4 @@ Thus, $f'\'\_X(x)$ is negative for $x = \frac{\alpha-1}{\alpha+\beta-2}$, demons
225225

226226
* If $\alpha = 1$ and $\beta = 1$, then $f_X(x)$ is constant and any value in the interval $\left[ 0,1 \right]$ can be seen as the mode of $X$.
227227

228-
* If $\alpha \geq 1$ and $\beta \geq 1$ (but not $\alpha = 1$ and $\beta = 1$), then $0 < x = < 1$ and $f'_X(x) = 0$ and $f'\'\_X(x) < 0$, such that $f_X(x)$ reaches its machimum at $\mathrm{mode}(X) = \frac{\alpha-1}{\alpha+\beta-2}$.
228+
* If $\alpha \geq 1$ and $\beta \geq 1$ (but not $\alpha = 1$ and $\beta = 1$), then $0 < x = \frac{\alpha-1}{\alpha+\beta-2} < 1$ and $f'_X(x) = 0$ and $f'\'\_X(x) < 0$, such that $f_X(x)$ reaches its machimum at $\frac{\alpha-1}{\alpha+\beta-2} = \mathrm{mode}(X)$.

S/ChII.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ shortcut: "ChII"
2525
| Gamma distribution | *[gam](/D/gam)*<br>*[sgam](/D/sgam)* | **[gam-pdf](/P/gam-pdf)** | **[gam-cdf](/P/gam-cdf)** | **[gam-qf](/P/gam-qf)** | | **[gam-mean](/P/gam-mean)**<br>**[gam-logmean](/P/gam-logmean)**<br>**[gam-xlogx](/P/gam-xlogx)** | | | **[gam-var](/P/gam-var)** | **[gam-dent](/P/gam-dent)** | **[gam-kl](/P/gam-kl)** | | | **[gam-sgam](/P/gam-sgam)**<br>**[gam-wish](/P/gam-wish)**<br>**[gam-scal](/P/gam-scal)** |
2626
| Exponential distribution | *[exp](/D/exp)* | **[exp-pdf](/P/exp-pdf)** | **[exp-cdf](/P/exp-cdf)** | **[exp-qf](/P/exp-qf)** | **[exp-mgf](/P/exp-mgf)** | **[exp-mean](/P/exp-mean)** | **[exp-med](/P/exp-med)** | **[exp-mode](/P/exp-mode)** | **[exp-var](/P/exp-var)** | | | | | **[exp-gam](/P/exp-gam)**<br>**[exp-skew](/P/exp-skew)** |
2727
| Log-normal distribution | *[lognorm](/D/lognorm)* | **[lognorm-pdf](/P/lognorm-pdf)** | **[lognorm-cdf](/P/lognorm-cdf)** | **[lognorm-qf](/P/lognorm-qf)** | | **[lognorm-mean](/P/lognorm-mean)** | **[lognorm-med](/P/lognorm-med)** | **[lognorm-mode](/P/lognorm-mode)** | **[lognorm-var](/P/lognorm-var)** | | | | | |
28-
| Chi-squared distribution | *[chi2](/D/chi2)* | **[chi2-pdf](/P/chi2-pdf)** | | | | | | | | | | | | **[chi2-gam](/P/chi2-gam)**<br>**[chi2-mom](/P/chi2-mom)** |
28+
| Chi-squared distribution | *[chi2](/D/chi2)* | **[chi2-pdf](/P/chi2-pdf)** | | | | | | | | | | | | **[chi2-gam](/P/chi2-gam)**<br>**[chi2-momraw](/P/chi2-momraw)** |
2929
| F-distribution | *[f](/D/f)* | **[f-pdf](/P/f-pdf)** | | | | | | | | | | | | |
3030
| Beta distribution | *[beta](/D/beta)* | **[beta-pdf](/P/beta-pdf)** | **[beta-cdf](/P/beta-cdf)** | | **[beta-mgf](/P/beta-mgf)** | **[beta-mean](/P/beta-mean)** | | | **[beta-var](/P/beta-var)** | | | | | **[beta-chi2](/P/beta-chi2)** |
3131
| Wald distribution | *[wald](/D/wald)* | **[wald-pdf](/P/wald-pdf)** | | | **[wald-mgf](/P/wald-mgf)** | **[wald-mean](/P/wald-mean)** | | | **[wald-var](/P/wald-var)** | | | | | **[wald-skew](/P/wald-skew)**<br>**[wald-mome](/P/wald-mome)** |

0 commit comments

Comments
 (0)