Skip to content

Commit 7cb0b90

Browse files
committed
updated index pages
The index pages were updated with the recently added proofs/definitions.
1 parent 8d70adc commit 7cb0b90

6 files changed

Lines changed: 20 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 (101 definitions)
7+
### JoramSoch (102 definitions)
88

99
- [Akaike information criterion](/D/aic)
1010
- [Bayesian information criterion](/D/bic)
@@ -105,6 +105,7 @@ title: "Definition by Author"
105105
- [Standardized moment](/D/mom-stand)
106106
- [Statistical independence](/D/ind)
107107
- [Total sum of squares](/D/tss)
108+
- [Univariate and multivariate random variable](/D/rvar-uni)
108109
- [Variance](/D/var)
109110
- [Wishart distribution](/D/wish)
110111

I/Definition_by_Number.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,3 +112,4 @@ title: "Definition by Number"
112112
| D103 | prob-exc | [Exceedance probability](/D/prob-exc) | JoramSoch | 2020-10-22 |
113113
| D104 | dir-data | [Dirichlet-distributed data](/D/dir-data) | JoramSoch | 2020-10-22 |
114114
| D105 | rvar-disc | [Discrete and continuous random variable](/D/rvar-disc) | JoramSoch | 2020-10-29 |
115+
| D106 | rvar-uni | [Univariate and multivariate random variable](/D/rvar-uni) | JoramSoch | 2020-11-06 |

I/Definition_by_Topic.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,10 @@ title: "Definition by Topic"
158158

159159
- [Total sum of squares](/D/tss)
160160

161+
### U
162+
163+
- [Univariate and multivariate random variable](/D/rvar-uni)
164+
161165
### V
162166

163167
- [Variance](/D/var)

I/Proof_by_Author.md

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

66

7-
### JoramSoch (176 proofs)
7+
### JoramSoch (179 proofs)
88

99
- [(Non-)Multiplicativity of the expected value](/P/mean-mult)
1010
- [Additivity of the Kullback-Leibler divergence for independent distributions](/P/kl-add)
@@ -25,6 +25,7 @@ title: "Proof by Author"
2525
- [Convexity of the Kullback-Leibler divergence](/P/kl-conv)
2626
- [Convexity of the cross-entropy](/P/entcross-conv)
2727
- [Covariance of independent random variables](/P/cov-ind)
28+
- [Cumulative distribution function of a strictly decreasing function of a random variable](/P/cdf-sdfct)
2829
- [Cumulative distribution function of a strictly increasing function of a random variable](/P/cdf-sifct)
2930
- [Cumulative distribution function of the continuous uniform distribution](/P/cuni-cdf)
3031
- [Cumulative distribution function of the discrete uniform distribution](/P/duni-cdf)
@@ -42,7 +43,7 @@ title: "Proof by Author"
4243
- [Differential entropy of the multivariate normal distribution](/P/mvn-dent)
4344
- [Differential entropy of the normal distribution](/P/norm-dent)
4445
- [Equivalence of matrix-normal distribution and multivariate normal distribution](/P/matn-mvn)
45-
- [Exceedance probabilities for the the Dirichlet distribution](/P/dir-ep)
46+
- [Exceedance probabilities for the Dirichlet distribution](/P/dir-ep)
4647
- [Expectation of a quadratic form](/P/mean-qf)
4748
- [Expected value of a non-negative random variable](/P/mean-nnrvar)
4849
- [Expected value of x times ln(x) for a gamma distribution](/P/gam-xlogx)
@@ -128,6 +129,7 @@ title: "Proof by Author"
128129
- [Posterior model probability in terms of log Bayes factor](/P/pmp-lbf)
129130
- [Posterior probability of the alternative hypothesis for Bayesian linear regression](/P/blr-pp)
130131
- [Probability and log-odds in logistic regression](/P/logreg-pnlo)
132+
- [Probability density function of a strictly decreasing function of a continuous random variable](/P/pdf-sdfct)
131133
- [Probability density function of a strictly increasing function of a continuous random variable](/P/pdf-sifct)
132134
- [Probability density function of the Dirichlet distribution](/P/dir-pdf)
133135
- [Probability density function of the beta distribution](/P/beta-pdf)
@@ -138,6 +140,7 @@ title: "Proof by Author"
138140
- [Probability density function of the multivariate normal distribution](/P/mvn-pdf)
139141
- [Probability density function of the normal distribution](/P/norm-pdf)
140142
- [Probability density function of the normal-gamma distribution](/P/ng-pdf)
143+
- [Probability mass function of a strictly decreasing function of a discrete random variable](/P/pmf-sdfct)
141144
- [Probability mass function of a strictly increasing function of a discrete random variable](/P/pmf-sifct)
142145
- [Probability mass function of the Bernoulli distribution](/P/bern-pmf)
143146
- [Probability mass function of the Poisson distribution](/P/poiss-pmf)

I/Proof_by_Number.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,11 @@ title: "Proof by Number"
187187
| P178 | gam-cdf | [Cumulative distribution function of the gamma distribution](/P/gam-cdf) | JoramSoch | 2020-10-15 |
188188
| P179 | gam-xlogx | [Expected value of x times ln(x) for a gamma distribution](/P/gam-xlogx) | JoramSoch | 2020-10-15 |
189189
| P180 | norm-snorm3 | [Relation between normal distribution and standard normal distribution](/P/norm-snorm3) | JoramSoch | 2020-10-22 |
190-
| P181 | dir-ep | [Exceedance probabilities for the the Dirichlet distribution](/P/dir-ep) | JoramSoch | 2020-10-22 |
190+
| P181 | dir-ep | [Exceedance probabilities for the Dirichlet distribution](/P/dir-ep) | JoramSoch | 2020-10-22 |
191191
| P182 | dir-mle | [Maximum likelihood estimation for Dirichlet-distributed data](/P/dir-mle) | JoramSoch | 2020-10-22 |
192192
| P183 | cdf-sifct | [Cumulative distribution function of a strictly increasing function of a random variable](/P/cdf-sifct) | JoramSoch | 2020-10-29 |
193193
| P184 | pmf-sifct | [Probability mass function of a strictly increasing function of a discrete random variable](/P/pmf-sifct) | JoramSoch | 2020-10-29 |
194194
| P185 | pdf-sifct | [Probability density function of a strictly increasing function of a continuous random variable](/P/pdf-sifct) | JoramSoch | 2020-10-29 |
195+
| P186 | cdf-sdfct | [Cumulative distribution function of a strictly decreasing function of a random variable](/P/cdf-sdfct) | JoramSoch | 2020-11-06 |
196+
| P187 | pmf-sdfct | [Probability mass function of a strictly decreasing function of a discrete random variable](/P/pmf-sdfct) | JoramSoch | 2020-11-06 |
197+
| P188 | pdf-sdfct | [Probability density function of a strictly decreasing function of a continuous random variable](/P/pdf-sdfct) | JoramSoch | 2020-11-06 |

I/Proof_by_Topic.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ title: "Proof by Topic"
3535
- [Convexity of the Kullback-Leibler divergence](/P/kl-conv)
3636
- [Convexity of the cross-entropy](/P/entcross-conv)
3737
- [Covariance of independent random variables](/P/cov-ind)
38+
- [Cumulative distribution function of a strictly decreasing function of a random variable](/P/cdf-sdfct)
3839
- [Cumulative distribution function of a strictly increasing function of a random variable](/P/cdf-sifct)
3940
- [Cumulative distribution function of the continuous uniform distribution](/P/cuni-cdf)
4041
- [Cumulative distribution function of the discrete uniform distribution](/P/duni-cdf)
@@ -59,7 +60,7 @@ title: "Proof by Topic"
5960

6061
- [Encompassing Prior Method for computing Bayes Factors](/P/bf-ep)
6162
- [Equivalence of matrix-normal distribution and multivariate normal distribution](/P/matn-mvn)
62-
- [Exceedance probabilities for the the Dirichlet distribution](/P/dir-ep)
63+
- [Exceedance probabilities for the Dirichlet distribution](/P/dir-ep)
6364
- [Expectation of a quadratic form](/P/mean-qf)
6465
- [Expected value of a non-negative random variable](/P/mean-nnrvar)
6566
- [Expected value of x times ln(x) for a gamma distribution](/P/gam-xlogx)
@@ -178,6 +179,7 @@ title: "Proof by Topic"
178179
- [Posterior model probability in terms of log Bayes factor](/P/pmp-lbf)
179180
- [Posterior probability of the alternative hypothesis for Bayesian linear regression](/P/blr-pp)
180181
- [Probability and log-odds in logistic regression](/P/logreg-pnlo)
182+
- [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 the Dirichlet distribution](/P/dir-pdf)
183185
- [Probability density function of the Wald distribution](/P/wald-pdf)
@@ -189,6 +191,7 @@ title: "Proof by Topic"
189191
- [Probability density function of the multivariate normal distribution](/P/mvn-pdf)
190192
- [Probability density function of the normal distribution](/P/norm-pdf)
191193
- [Probability density function of the normal-gamma distribution](/P/ng-pdf)
194+
- [Probability mass function of a strictly decreasing function of a discrete random variable](/P/pmf-sdfct)
192195
- [Probability mass function of a strictly increasing function of a discrete random variable](/P/pmf-sifct)
193196
- [Probability mass function of the Bernoulli distribution](/P/bern-pmf)
194197
- [Probability mass function of the Poisson distribution](/P/poiss-pmf)

0 commit comments

Comments
 (0)