Skip to content

Commit bdd2d2b

Browse files
committed
updated index pages
The index pages were updated with the recently added proofs/definitions.
1 parent 4e49511 commit bdd2d2b

7 files changed

Lines changed: 22 additions & 2 deletions

I/Definition_by_Author.md

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

66

7-
### JoramSoch (93 definitions)
7+
### JoramSoch (96 definitions)
88

99
- [Akaike information criterion](/D/aic)
1010
- [Bayesian information criterion](/D/bic)
@@ -15,6 +15,7 @@ title: "Definition by Author"
1515
- [Binomial distribution](/D/bin)
1616
- [Binomial observations](/D/bin-data)
1717
- [Categorical distribution](/D/cat)
18+
- [Central moment](/D/mom-cent)
1819
- [Coefficient of determination](/D/rsq)
1920
- [Conditional differential entropy](/D/dent-cond)
2021
- [Conditional entropy](/D/ent-cond)
@@ -88,13 +89,15 @@ title: "Definition by Author"
8889
- [Random matrix](/D/rmat)
8990
- [Random variable](/D/rvar)
9091
- [Random vector](/D/rvec)
92+
- [Raw moment](/D/mom-raw)
9193
- [Residual sum of squares](/D/rss)
9294
- [Residual variance](/D/resvar)
9395
- [Residual-forming matrix](/D/rfmat)
9496
- [Shannon entropy](/D/ent)
9597
- [Signal-to-noise ratio](/D/snr)
9698
- [Standard deviation](/D/std)
9799
- [Standard gamma distribution](/D/sgam)
100+
- [Standardized moment](/D/mom-stand)
98101
- [Statistical independence](/D/ind)
99102
- [Total sum of squares](/D/tss)
100103
- [Variance](/D/var)

I/Definition_by_Number.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,3 +103,6 @@ title: "Definition by Number"
103103
| D94 | std | [Standard deviation](/D/std) | JoramSoch | 2020-09-03 |
104104
| D95 | wald | [Wald distribution](/D/wald) | tomfaulkenberry | 2020-09-04 |
105105
| D96 | const | [Constant](/D/const) | JoramSoch | 2020-09-09 |
106+
| D97 | mom-raw | [Raw moment](/D/mom-raw) | JoramSoch | 2020-10-08 |
107+
| D98 | mom-cent | [Central moment](/D/mom-cent) | JoramSoch | 2020-10-08 |
108+
| D99 | mom-stand | [Standardized moment](/D/mom-stand) | JoramSoch | 2020-10-08 |

I/Definition_by_Topic.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ title: "Definition by Topic"
2222
### C
2323

2424
- [Categorical distribution](/D/cat)
25+
- [Central moment](/D/mom-cent)
2526
- [Coefficient of determination](/D/rsq)
2627
- [Conditional differential entropy](/D/dent-cond)
2728
- [Conditional entropy](/D/ent-cond)
@@ -133,6 +134,7 @@ title: "Definition by Topic"
133134
- [Random matrix](/D/rmat)
134135
- [Random variable](/D/rvar)
135136
- [Random vector](/D/rvec)
137+
- [Raw moment](/D/mom-raw)
136138
- [Residual sum of squares](/D/rss)
137139
- [Residual variance](/D/resvar)
138140
- [Residual-forming matrix](/D/rfmat)
@@ -143,6 +145,7 @@ title: "Definition by Topic"
143145
- [Signal-to-noise ratio](/D/snr)
144146
- [Standard deviation](/D/std)
145147
- [Standard gamma distribution](/D/sgam)
148+
- [Standardized moment](/D/mom-stand)
146149
- [Statistical independence](/D/ind)
147150

148151
### T

I/Proof_by_Author.md

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

66

7-
### JoramSoch (163 proofs)
7+
### JoramSoch (166 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)
@@ -45,6 +45,7 @@ title: "Proof by Author"
4545
- [Exponential distribution is a special case of gamma distribution](/P/exp-gam)
4646
- [Expression of the cumulative distribution function of the normal distribution without the error function](/P/norm-cdfwerf)
4747
- [First central moment is zero](/P/momcent-1st)
48+
- [First raw moment is mean](/P/momraw-1st)
4849
- [Full width at half maximum for the normal distribution](/P/norm-fwhm)
4950
- [Gibbs' inequality](/P/gibbs-ineq)
5051
- [Invariance of the Kullback-Leibler divergence under parameter transformation](/P/kl-inv)
@@ -156,8 +157,10 @@ title: "Proof by Author"
156157
- [Relationship between covariance and correlation](/P/cov-corr)
157158
- [Relationship between covariance matrix and correlation matrix](/P/covmat-corrmat)
158159
- [Relationship between precision matrix and correlation matrix](/P/precmat-corrmat)
160+
- [Relationship between second raw moment, variance and mean](/P/momraw-2nd)
159161
- [Relationship between signal-to-noise ratio and R²](/P/snr-rsq)
160162
- [Scaling of the variance upon multiplication with a constant](/P/var-scal)
163+
- [Second central moment is variance](/P/momcent-2nd)
161164
- [Transformation matrices for ordinary least squares](/P/mlr-mat)
162165
- [Transposition of a matrix-normal random variable](/P/matn-trans)
163166
- [Variance of constant is zero](/P/var-const)

I/Proof_by_Number.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,3 +177,6 @@ title: "Proof by Number"
177177
| P168 | wald-mgf | [Moment-generating function of the Wald distribution](/P/wald-mgf) | tomfaulkenberry | 2020-09-13 |
178178
| P169 | wald-mean | [Mean of the Wald distribution](/P/wald-mean) | tomfaulkenberry | 2020-09-13 |
179179
| P170 | wald-var | [Variance of the Wald distribution](/P/wald-var) | tomfaulkenberry | 2020-09-13 |
180+
| P171 | momraw-1st | [First raw moment is mean](/P/momraw-1st) | JoramSoch | 2020-10-08 |
181+
| P172 | momraw-2nd | [Relationship between second raw moment, variance and mean](/P/momraw-2nd) | JoramSoch | 2020-10-08 |
182+
| P173 | momcent-2nd | [Second central moment is variance](/P/momcent-2nd) | JoramSoch | 2020-10-08 |

I/Proof_by_Topic.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ title: "Proof by Topic"
6464
### F
6565

6666
- [First central moment is zero](/P/momcent-1st)
67+
- [First raw moment is mean](/P/momraw-1st)
6768
- [Full width at half maximum for the normal distribution](/P/norm-fwhm)
6869

6970
### G
@@ -212,12 +213,14 @@ title: "Proof by Topic"
212213
- [Relationship between covariance and correlation](/P/cov-corr)
213214
- [Relationship between covariance matrix and correlation matrix](/P/covmat-corrmat)
214215
- [Relationship between precision matrix and correlation matrix](/P/precmat-corrmat)
216+
- [Relationship between second raw moment, variance and mean](/P/momraw-2nd)
215217
- [Relationship between signal-to-noise ratio and R²](/P/snr-rsq)
216218

217219
### S
218220

219221
- [Savage-Dickey Density Ratio for computing Bayes Factors](/P/bf-sddr)
220222
- [Scaling of the variance upon multiplication with a constant](/P/var-scal)
223+
- [Second central moment is variance](/P/momcent-2nd)
221224

222225
### T
223226

I/Proofs_without_Source.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ title: "Proofs without Source"
1414
- [Derivation of the log model evidence](/P/lme-der)
1515
- [Derivation of the posterior model probability](/P/pmp-der)
1616
- [Exponential distribution is a special case of gamma distribution](/P/exp-gam)
17+
- [First raw moment is mean](/P/momraw-1st)
1718
- [Joint likelihood is the product of likelihood function and prior density](/P/jl-lfnprior)
1819
- [Linear transformation theorem for the matrix-normal distribution](/P/matn-ltt)
1920
- [Log model evidence for multinomial observations](/P/mult-lme)
@@ -60,6 +61,7 @@ title: "Proofs without Source"
6061
- [Relationship between R² and maximum log-likelihood](/P/rsq-mll)
6162
- [Relationship between covariance and correlation](/P/cov-corr)
6263
- [Relationship between precision matrix and correlation matrix](/P/precmat-corrmat)
64+
- [Relationship between second raw moment, variance and mean](/P/momraw-2nd)
6365
- [Relationship between signal-to-noise ratio and R²](/P/snr-rsq)
6466
- [Transitivity of Bayes Factors](/P/bf-trans)
6567
- [Transposition of a matrix-normal random variable](/P/matn-trans)

0 commit comments

Comments
 (0)