Skip to content

Commit 40ffdb7

Browse files
committed
updated index pages
The index pages were updated with the recently added proofs/definitions.
1 parent cb4c96c commit 40ffdb7

3 files changed

Lines changed: 16 additions & 1 deletion

File tree

I/PbA.md

Lines changed: 6 additions & 1 deletion
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 (339 proofs)
11+
### JoramSoch (344 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)
@@ -276,6 +276,8 @@ title: "Proof by Author"
276276
- [Probability of the empty set](/P/prob-emp)
277277
- [Probability under mutual exclusivity](/P/prob-exc)
278278
- [Probability under statistical independence](/P/prob-ind)
279+
- [Probability-generating function is expectation of function of random variable](/P/pgf-mean)
280+
- [Probability-generating function of the binomial distribution](/P/bin-pgf)
279281
- [Projection matrix and residual-forming matrix are idempotent](/P/mlr-idem)
280282
- [Projection of a data point to the regression line](/P/slr-proj)
281283
- [Quantile function is inverse of strictly monotonically increasing cumulative distribution function](/P/qf-cdf)
@@ -321,6 +323,7 @@ title: "Proof by Author"
321323
- [Second central moment is variance](/P/momcent-2nd)
322324
- [Self-covariance equals variance](/P/cov-var)
323325
- [Simple linear regression is a special case of multiple linear regression](/P/slr-mlr)
326+
- [Square of expectation of product is less than or equal to product of expectation of squares](/P/mean-prodsqr)
324327
- [Sums of squares for simple linear regression](/P/slr-sss)
325328
- [Symmetry of the covariance](/P/cov-symm)
326329
- [Symmetry of the covariance matrix](/P/covmat-symm)
@@ -334,6 +337,8 @@ title: "Proof by Author"
334337
- [Transposition of a matrix-normal random variable](/P/matn-trans)
335338
- [Two-sample t-test for independent observations](/P/ug-ttest2)
336339
- [Two-sample z-test for independent observations](/P/ugkv-ztest2)
340+
- [Value of the probability-generating function for argument one](/P/pgf-one)
341+
- [Value of the probability-generating function for argument zero](/P/pgf-zero)
337342
- [Variance of constant is zero](/P/var-const)
338343
- [Variance of parameter estimates for simple linear regression](/P/slr-olsvar)
339344
- [Variance of the Bernoulli distribution](/P/bern-var)

I/PbN.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,3 +364,8 @@ title: "Proof by Number"
364364
| P356 | beta-chi2 | [Relationship between chi-squared distribution and beta distribution](/P/beta-chi2) | JoramSoch | 2022-10-07 |
365365
| P357 | betabin-mome | [Method of moments for beta-binomial data](/P/betabin-mome) | JoramSoch | 2022-10-07 |
366366
| P358 | bin-margcond | [Marginal distribution of a conditional binomial distribution](/P/bin-margcond) | JoramSoch | 2022-10-07 |
367+
| P359 | mean-prodsqr | [Square of expectation of product is less than or equal to product of expectation of squares](/P/mean-prodsqr) | JoramSoch | 2022-10-11 |
368+
| P360 | pgf-mean | [Probability-generating function is expectation of function of random variable](/P/pgf-mean) | JoramSoch | 2022-10-11 |
369+
| P361 | pgf-zero | [Value of the probability-generating function for argument zero](/P/pgf-zero) | JoramSoch | 2022-10-11 |
370+
| P362 | pgf-one | [Value of the probability-generating function for argument one](/P/pgf-one) | JoramSoch | 2022-10-11 |
371+
| P363 | bin-pgf | [Probability-generating function of the binomial distribution](/P/bin-pgf) | JoramSoch | 2022-10-11 |

I/PbT.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,8 @@ title: "Proof by Topic"
327327
- [Probability of the empty set](/P/prob-emp)
328328
- [Probability under mutual exclusivity](/P/prob-exc)
329329
- [Probability under statistical independence](/P/prob-ind)
330+
- [Probability-generating function is expectation of function of random variable](/P/pgf-mean)
331+
- [Probability-generating function of the binomial distribution](/P/bin-pgf)
330332
- [Projection matrix and residual-forming matrix are idempotent](/P/mlr-idem)
331333
- [Projection of a data point to the regression line](/P/slr-proj)
332334
- [Proof Template](/P/-temp-)
@@ -384,6 +386,7 @@ title: "Proof by Topic"
384386
- [Second central moment is variance](/P/momcent-2nd)
385387
- [Self-covariance equals variance](/P/cov-var)
386388
- [Simple linear regression is a special case of multiple linear regression](/P/slr-mlr)
389+
- [Square of expectation of product is less than or equal to product of expectation of squares](/P/mean-prodsqr)
387390
- [Sums of squares for simple linear regression](/P/slr-sss)
388391
- [Symmetry of the covariance](/P/cov-symm)
389392
- [Symmetry of the covariance matrix](/P/covmat-symm)
@@ -404,6 +407,8 @@ title: "Proof by Topic"
404407

405408
### V
406409

410+
- [Value of the probability-generating function for argument one](/P/pgf-one)
411+
- [Value of the probability-generating function for argument zero](/P/pgf-zero)
407412
- [Variance of constant is zero](/P/var-const)
408413
- [Variance of parameter estimates for simple linear regression](/P/slr-olsvar)
409414
- [Variance of the Bernoulli distribution](/P/bern-var)

0 commit comments

Comments
 (0)