Skip to content

Commit 6376e8f

Browse files
committed
updated index pages
The index pages were updated with the recently added proofs.
1 parent d4d22d0 commit 6376e8f

8 files changed

Lines changed: 8 additions & 4 deletions

File tree

I/DbA.md

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

1414
- [Sample covariance](/D/cov-samp)
1515

16-
### JoramSoch (192 definitions)
16+
### JoramSoch (193 definitions)
1717

1818
- [Akaike information criterion](/D/aic)
1919
- [Alternative hypothesis](/D/h1)
@@ -24,6 +24,7 @@ title: "Definition by Author"
2424
- [Beta-binomial data](/D/betabin-data)
2525
- [Beta-binomial distribution](/D/betabin)
2626
- [Beta-distributed data](/D/beta-data)
27+
- [Biased vs. unbiased estimator](/D/est-bias)
2728
- [Binomial distribution](/D/bin)
2829
- [Binomial observations](/D/bin-data)
2930
- [Bivariate normal distribution](/D/bvn)

I/DbN.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,3 +215,4 @@ title: "Definition by Number"
215215
| D206 | dof | [Degrees of freedom](/D/dof) | JoramSoch | 2024-10-11 |
216216
| D207 | dist-uni | [Unimodal and multimodal probability distribution](/D/dist-uni) | JoramSoch | 2024-10-25 |
217217
| D208 | est | [Estimand, estimator and estimate](/D/est) | JoramSoch | 2024-11-01 |
218+
| D209 | est-bias | [Biased vs. unbiased estimator](/D/est-bias) | JoramSoch | 2024-11-08 |

I/DbT.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ title: "Definition by Topic"
1919
- [Beta-binomial data](/D/betabin-data)
2020
- [Beta-binomial distribution](/D/betabin)
2121
- [Beta-distributed data](/D/beta-data)
22+
- [Biased vs. unbiased estimator](/D/est-bias)
2223
- [Binomial distribution](/D/bin)
2324
- [Binomial observations](/D/bin-data)
2425
- [Bivariate normal distribution](/D/bvn)

I/DwS.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ title: "Definitions without Source"
1919
- [Maximum likelihood estimation](/D/mle)
2020
- [Maximum log-likelihood](/D/mll)
2121
- [Multinomial observations](/D/mult-data)
22-
- [Normal-Wishart distribution](/D/nw)
2322
- [Posterior distribution](/D/post)
2423
- [Posterior predictive distribution](/D/post-pred)
2524
- [Prior distribution](/D/prior)

I/PbA.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ title: "Proof by Author"
1212

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

15-
### JoramSoch (441 proofs)
15+
### JoramSoch (442 proofs)
1616

1717
- [Accuracy and complexity for Bayesian linear regression](/P/blr-anc)
1818
- [Accuracy and complexity for Bayesian linear regression with known covariance](/P/blrkc-anc)
@@ -248,6 +248,7 @@ title: "Proof by Author"
248248
- [Mode of the normal distribution](/P/norm-mode)
249249
- [Moment in terms of moment-generating function](/P/mom-mgf)
250250
- [Moment-generating function of a function of a random variable](/P/mgf-fct)
251+
- [Moment-generating function of a sum of independent random variables](/P/mgf-sumind)
251252
- [Moment-generating function of linear combination of independent random variables](/P/mgf-lincomb)
252253
- [Moment-generating function of the beta distribution](/P/beta-mgf)
253254
- [Moment-generating function of the gamma distribution](/P/gam-mgf)

I/PbN.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -483,3 +483,4 @@ title: "Proof by Number"
483483
| P475 | bvn-lincomb | [Linear combination of bivariate normal random variables](/P/bvn-lincomb) | JoramSoch | 2024-10-25 |
484484
| P476 | bvn-mi | [Mutual information of the bivariate normal distribution](/P/bvn-mi) | JoramSoch | 2024-11-01 |
485485
| P477 | mvn-mi | [Mutual information of the multivariate normal distribution](/P/mvn-mi) | JoramSoch | 2024-11-01 |
486+
| P478 | mgf-sumind | [Moment-generating function of a sum of independent random variables](/P/mgf-sumind) | JoramSoch | 2024-11-08 |

I/PbT.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@ title: "Proof by Topic"
286286
- [Mode of the normal distribution](/P/norm-mode)
287287
- [Moment in terms of moment-generating function](/P/mom-mgf)
288288
- [Moment-generating function of a function of a random variable](/P/mgf-fct)
289+
- [Moment-generating function of a sum of independent random variables](/P/mgf-sumind)
289290
- [Moment-generating function of linear combination of independent random variables](/P/mgf-lincomb)
290291
- [Moment-generating function of the beta distribution](/P/beta-mgf)
291292
- [Moment-generating function of the ex-Gaussian distribution](/P/exg-mgf)

I/PwS.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ title: "Proofs without Source"
127127
- [Probability density function of the multivariate normal distribution](/P/mvn-pdf)
128128
- [Probability density function of the multivariate t-distribution](/P/mvt-pdf)
129129
- [Probability density function of the normal distribution](/P/norm-pdf)
130-
- [Probability density function of the normal-Wishart distribution](/P/nw-pdf)
131130
- [Probability density function of the Wald distribution](/P/wald-pdf)
132131
- [Probability mass function of the Bernoulli distribution](/P/bern-pmf)
133132
- [Probability mass function of the binomial distribution](/P/bin-pmf)

0 commit comments

Comments
 (0)