Skip to content

Commit 1d21f3c

Browse files
committed
updated index pages
The index pages were updated with the recently added proofs/definitions.
1 parent 43af43a commit 1d21f3c

11 files changed

Lines changed: 52 additions & 31 deletions

D/chi2.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,18 @@ topic: "Chi-square distribution"
1414
definition: "Definition"
1515

1616
sources:
17-
- authors: "Wikipedia"
18-
year: 2020
19-
title: "Chi-square distribution"
20-
in: "Wikipedia, the free encyclopedia"
21-
pages: "retrieved on 2020-10-12"
22-
url: "https://en.wikipedia.org/wiki/Chi-square_distribution#Definitions"
23-
- authors: "Robert V. Hogg, Joseph W. McKean, Allen T. Craig"
24-
year: 2018
25-
title: "The χ2-Distribution"
26-
in: "Introduction to Mathematical Statistics"
27-
pages: "Pearson, Boston, 2019, p. 178, eq. 3.3.7"
28-
url: "https://www.pearson.com/store/p/introduction-to-mathematical-statistics/P100000843744"
17+
- authors: "Wikipedia"
18+
year: 2020
19+
title: "Chi-square distribution"
20+
in: "Wikipedia, the free encyclopedia"
21+
pages: "retrieved on 2020-10-12"
22+
url: "https://en.wikipedia.org/wiki/Chi-square_distribution#Definitions"
23+
- authors: "Robert V. Hogg, Joseph W. McKean, Allen T. Craig"
24+
year: 2018
25+
title: "The χ2-Distribution"
26+
in: "Introduction to Mathematical Statistics"
27+
pages: "Pearson, Boston, 2019, p. 178, eq. 3.3.7"
28+
url: "https://www.pearson.com/store/p/introduction-to-mathematical-statistics/P100000843744"
2929

3030
def_id: "D100"
3131
shortcut: "chi2"
@@ -37,7 +37,7 @@ username: "kjpetrykowski"
3737

3838
$$ \label{eq:snorm}
3939
X_{i} \sim \mathcal{N}(0,1) \; .
40-
$$.
40+
$$
4141

4242
Then, the sum of their squares follows a chi-square distribution with $k$ degrees of freedom:
4343

I/Definition_by_Author.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,10 @@ title: "Definition by Author"
107107

108108
- [Definition Template](/D/-temp-)
109109

110+
### kjpetrykowski (1 definition)
111+
112+
- [Chi-square distribution](/D/chi2)
113+
110114
### tomfaulkenberry (3 definitions)
111115

112116
- [Bayes factor](/D/bf)

I/Definition_by_Number.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,3 +106,4 @@ title: "Definition by Number"
106106
| D97 | mom-raw | [Raw moment](/D/mom-raw) | JoramSoch | 2020-10-08 |
107107
| D98 | mom-cent | [Central moment](/D/mom-cent) | JoramSoch | 2020-10-08 |
108108
| D99 | mom-stand | [Standardized moment](/D/mom-stand) | JoramSoch | 2020-10-08 |
109+
| D100 | chi2 | [Chi-square distribution](/D/chi2) | kjpetrykowski | 2020-10-13 |

I/Definition_by_Topic.md

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

2424
- [Categorical distribution](/D/cat)
2525
- [Central moment](/D/mom-cent)
26+
- [Chi-square distribution](/D/chi2)
2627
- [Coefficient of determination](/D/rsq)
2728
- [Conditional differential entropy](/D/dent-cond)
2829
- [Conditional entropy](/D/ent-cond)

I/Proof_by_Author.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,11 @@ title: "Proof by Author"
177177

178178
- [Proof Template](/P/-temp-)
179179

180+
### kjpetrykowski (2 proofs)
181+
182+
- [Chi-square distribution is a special case of gamma distribution](/P/chi2-gam)
183+
- [Moments of the chi-square distribution](/P/chi2-mom)
184+
180185
### tomfaulkenberry (7 proofs)
181186

182187
- [Encompassing Prior Method for computing Bayes Factors](/P/bf-ep)

I/Proof_by_Number.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,3 +180,5 @@ title: "Proof by Number"
180180
| P171 | momraw-1st | [First raw moment is mean](/P/momraw-1st) | JoramSoch | 2020-10-08 |
181181
| P172 | momraw-2nd | [Relationship between second raw moment, variance and mean](/P/momraw-2nd) | JoramSoch | 2020-10-08 |
182182
| P173 | momcent-2nd | [Second central moment is variance](/P/momcent-2nd) | JoramSoch | 2020-10-08 |
183+
| P174 | chi2-gam | [Chi-square distribution is a special case of gamma distribution](/P/chi2-gam) | kjpetrykowski | 2020-10-12 |
184+
| P175 | chi2-mom | [Moments of the chi-square distribution](/P/chi2-mom) | kjpetrykowski | 2020-10-13 |

I/Proof_by_Topic.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ title: "Proof by Topic"
2121

2222
### C
2323

24+
- [Chi-square distribution is a special case of gamma distribution](/P/chi2-gam)
2425
- [Concavity of the Shannon entropy](/P/ent-conc)
2526
- [Conditional distributions of the multivariate normal distribution](/P/mvn-cond)
2627
- [Conditional distributions of the normal-gamma distribution](/P/ng-cond)
@@ -134,6 +135,7 @@ title: "Proof by Topic"
134135
- [Moment-generating function of linear combination of independent random variables](/P/mgf-lincomb)
135136
- [Moment-generating function of the Wald distribution](/P/wald-mgf)
136137
- [Moment-generating function of the normal distribution](/P/norm-mgf)
138+
- [Moments of the chi-square distribution](/P/chi2-mom)
137139
- [Monotonicity of the expected value](/P/mean-mono)
138140

139141
### N

I/Proofs_without_Source.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ title: "Proofs without Source"
44
---
55

66

7+
- [Chi-square distribution is a special case of gamma distribution](/P/chi2-gam)
78
- [Conditional distributions of the normal-gamma distribution](/P/ng-cond)
89
- [Cumulative distribution function of the continuous uniform distribution](/P/cuni-cdf)
910
- [Cumulative distribution function of the discrete uniform distribution](/P/duni-cdf)

I/Table_of_Contents.md

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -263,16 +263,21 @@ title: "Table of Contents"
263263
&emsp;&ensp; 3.4.7. **[Median](/P/exp-med)** <br>
264264
&emsp;&ensp; 3.4.8. **[Mode](/P/exp-mode)** <br>
265265

266-
3.5. Beta distribution <br>
267-
&emsp;&ensp; 3.5.1. *[Definition](/D/beta)* <br>
268-
&emsp;&ensp; 3.5.2. **[Probability density function](/P/beta-pdf)** <br>
269-
270-
3.6. Wald distribution <br>
271-
&emsp;&ensp; 3.6.1. *[Definition](/D/wald)* <br>
272-
&emsp;&ensp; 3.6.2. **[Probability density function](/P/wald-pdf)** <br>
273-
&emsp;&ensp; 3.6.3. **[Moment-generating function](/P/wald-mgf)** <br>
274-
&emsp;&ensp; 3.6.4. **[Mean](/P/wald-mean)** <br>
275-
&emsp;&ensp; 3.6.5. **[Variance](/P/wald-var)** <br>
266+
3.5. Chi-square distribution <br>
267+
&emsp;&ensp; 3.5.1. *[Definition](/D/chi2)* <br>
268+
&emsp;&ensp; 3.5.2. **[Special case of gamma distribution](/P/chi2-gam)** <br>
269+
&emsp;&ensp; 3.5.3. **[Moments](/P/chi2-mom)** <br>
270+
271+
3.6. Beta distribution <br>
272+
&emsp;&ensp; 3.6.1. *[Definition](/D/beta)* <br>
273+
&emsp;&ensp; 3.6.2. **[Probability density function](/P/beta-pdf)** <br>
274+
275+
3.7. Wald distribution <br>
276+
&emsp;&ensp; 3.7.1. *[Definition](/D/wald)* <br>
277+
&emsp;&ensp; 3.7.2. **[Probability density function](/P/wald-pdf)** <br>
278+
&emsp;&ensp; 3.7.3. **[Moment-generating function](/P/wald-mgf)** <br>
279+
&emsp;&ensp; 3.7.4. **[Mean](/P/wald-mean)** <br>
280+
&emsp;&ensp; 3.7.5. **[Variance](/P/wald-var)** <br>
276281

277282
4. Multivariate continuous distributions
278283

P/chi2-gam.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ If we let $\alpha = k/2$ and $\beta = 1/2$, we obtain
3838

3939
$$ \label{eq:gam-pdf-chi2}
4040
\mathrm{Gam}\left(x; \frac{k}{2}, \frac{1}{2}\right) = \frac{x^{k/2-1} \, e^{-x/2}}{\Gamma(k/2) 2^{k/2}} = \frac{1}{2^{k/2} \Gamma(k/2)} \, x^{k/2-1} \, e^{-x/2}
41-
$$\
41+
$$
4242

4343
which is equivalent to the [probability density function of the chi-square distribution](/P/chi2-pdf).

0 commit comments

Comments
 (0)