Skip to content

Commit e980e3b

Browse files
committed
updated index pages
Several small mistakes/errors were corrected in several proofs/definitions.
1 parent 8fcd2f6 commit e980e3b

6 files changed

Lines changed: 14 additions & 5 deletions

File tree

I/Definition_by_Author.md

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

66

7-
### JoramSoch (153 definitions)
7+
### JoramSoch (154 definitions)
88

99
- [Akaike information criterion](/D/aic)
1010
- [Alternative hypothesis](/D/h1)
@@ -17,6 +17,7 @@ title: "Definition by Author"
1717
- [Binomial observations](/D/bin-data)
1818
- [Categorical distribution](/D/cat)
1919
- [Central moment](/D/mom-cent)
20+
- [Characteristic function](/D/cf)
2021
- [Coefficient of determination](/D/rsq)
2122
- [Conditional differential entropy](/D/dent-cond)
2223
- [Conditional entropy](/D/ent-cond)

I/Definition_by_Number.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,3 +165,4 @@ title: "Definition by Number"
165165
| D156 | exc | [Mutual exclusivity](/D/exc) | JoramSoch | 2021-07-23 |
166166
| D157 | suni | [Standard uniform distribution](/D/suni) | JoramSoch | 2021-07-23 |
167167
| D158 | prob-ax | [Kolmogorov axioms of probability](/D/prob-ax) | JoramSoch | 2021-07-30 |
168+
| D159 | cf | [Characteristic function](/D/cf) | JoramSoch | 2021-09-22 |

I/Definition_by_Topic.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ title: "Definition by Topic"
2424

2525
- [Categorical distribution](/D/cat)
2626
- [Central moment](/D/mom-cent)
27+
- [Characteristic function](/D/cf)
2728
- [Chi-squared distribution](/D/chi2)
2829
- [Coefficient of determination](/D/rsq)
2930
- [Conditional differential entropy](/D/dent-cond)

I/Proof_by_Author.md

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

66

7-
### JoramSoch (248 proofs)
7+
### JoramSoch (250 proofs)
88

99
- [(Non-)Multiplicativity of the expected value](/P/mean-mult)
1010
- [Accuracy and complexity for the univariate Gaussian](/P/ug-anc)
@@ -16,6 +16,7 @@ title: "Proof by Author"
1616
- [Bayes' rule](/P/bayes-rule)
1717
- [Bayes' theorem](/P/bayes-th)
1818
- [Bayesian model averaging in terms of log model evidences](/P/bma-lme)
19+
- [Characteristic function of a function of a random variable](/P/cf-fct)
1920
- [Concavity of the Shannon entropy](/P/ent-conc)
2021
- [Conditional distributions of the multivariate normal distribution](/P/mvn-cond)
2122
- [Conditional distributions of the normal-gamma distribution](/P/ng-cond)
@@ -134,6 +135,7 @@ title: "Proof by Author"
134135
- [Mode of the exponential distribution](/P/exp-mode)
135136
- [Mode of the normal distribution](/P/norm-mode)
136137
- [Moment in terms of moment-generating function](/P/mom-mgf)
138+
- [Moment-generating function of a function of a random variable](/P/mgf-fct)
137139
- [Moment-generating function of linear combination of independent random variables](/P/mgf-lincomb)
138140
- [Moment-generating function of the beta distribution](/P/beta-mgf)
139141
- [Moment-generating function of the normal distribution](/P/norm-mgf)
@@ -180,7 +182,7 @@ title: "Proof by Author"
180182
- [Probability density function of a strictly decreasing function of a continuous random variable](/P/pdf-sdfct)
181183
- [Probability density function of a strictly increasing function of a continuous random variable](/P/pdf-sifct)
182184
- [Probability density function of a sum of independent discrete random variables](/P/pdf-sumind)
183-
- [Probability density function of an invertible function of a continuous random vector](/P/pmf-invfct)
185+
- [Probability density function of an invertible function of a continuous random vector](/P/pdf-invfct)
184186
- [Probability density function of the Dirichlet distribution](/P/dir-pdf)
185187
- [Probability density function of the beta distribution](/P/beta-pdf)
186188
- [Probability density function of the chi-squared distribution](/P/chi2-pdf)

I/Proof_by_Number.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,8 +259,10 @@ title: "Proof by Number"
259259
| P251 | norm-extr | [Extreme points of the probability density function of the normal distribution](/P/norm-extr) | JoramSoch | 2020-08-25 |
260260
| P252 | norm-infl | [Inflection points of the probability density function of the normal distribution](/P/norm-infl) | JoramSoch | 2020-08-26 |
261261
| P253 | pmf-invfct | [Probability mass function of an invertible function of a random vector](/P/pmf-invfct) | JoramSoch | 2021-08-30 |
262-
| P254 | pmf-invfct | [Probability density function of an invertible function of a continuous random vector](/P/pmf-invfct) | JoramSoch | 2021-08-30 |
262+
| P254 | pdf-invfct | [Probability density function of an invertible function of a continuous random vector](/P/pdf-invfct) | JoramSoch | 2021-08-30 |
263263
| P255 | pdf-linfct | [Probability density function of a linear function of a continuous random vector](/P/pdf-linfct) | JoramSoch | 2021-08-30 |
264264
| P256 | cdf-sumind | [Cumulative distribution function of a sum of independent random variables](/P/cdf-sumind) | JoramSoch | 2021-08-30 |
265265
| P257 | pmf-sumind | [Probability mass function of a sum of independent discrete random variables](/P/pmf-sumind) | JoramSoch | 2021-08-30 |
266266
| P258 | pdf-sumind | [Probability density function of a sum of independent discrete random variables](/P/pdf-sumind) | JoramSoch | 2021-08-30 |
267+
| P259 | cf-fct | [Characteristic function of a function of a random variable](/P/cf-fct) | JoramSoch | 2021-09-22 |
268+
| P260 | mgf-fct | [Moment-generating function of a function of a random variable](/P/mgf-fct) | JoramSoch | 2021-09-22 |

I/Proof_by_Topic.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ title: "Proof by Topic"
2525

2626
### C
2727

28+
- [Characteristic function of a function of a random variable](/P/cf-fct)
2829
- [Chi-squared distribution is a special case of gamma distribution](/P/chi2-gam)
2930
- [Concavity of the Shannon entropy](/P/ent-conc)
3031
- [Conditional distributions of the multivariate normal distribution](/P/mvn-cond)
@@ -173,6 +174,7 @@ title: "Proof by Topic"
173174
- [Mode of the exponential distribution](/P/exp-mode)
174175
- [Mode of the normal distribution](/P/norm-mode)
175176
- [Moment in terms of moment-generating function](/P/mom-mgf)
177+
- [Moment-generating function of a function of a random variable](/P/mgf-fct)
176178
- [Moment-generating function of linear combination of independent random variables](/P/mgf-lincomb)
177179
- [Moment-generating function of the Wald distribution](/P/wald-mgf)
178180
- [Moment-generating function of the beta distribution](/P/beta-mgf)
@@ -230,7 +232,7 @@ title: "Proof by Topic"
230232
- [Probability density function of a strictly decreasing function of a continuous random variable](/P/pdf-sdfct)
231233
- [Probability density function of a strictly increasing function of a continuous random variable](/P/pdf-sifct)
232234
- [Probability density function of a sum of independent discrete random variables](/P/pdf-sumind)
233-
- [Probability density function of an invertible function of a continuous random vector](/P/pmf-invfct)
235+
- [Probability density function of an invertible function of a continuous random vector](/P/pdf-invfct)
234236
- [Probability density function of the Dirichlet distribution](/P/dir-pdf)
235237
- [Probability density function of the Wald distribution](/P/wald-pdf)
236238
- [Probability density function of the beta distribution](/P/beta-pdf)

0 commit comments

Comments
 (0)