Skip to content

Commit 7b67c07

Browse files
committed
updated special pages
The special pages were updated with the recently added proofs/definitions. Additionally, the special page "General Theorems" was introduced, but not yet linked to in the table of contents.
1 parent a9b07dd commit 7b67c07

File tree

5 files changed

+19
-7
lines changed

5 files changed

+19
-7
lines changed

P/slr-proj.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ theorem: "Projection of data point to regression line"
1616
sources:
1717
- authors: "Penny, William"
1818
year: 2006
19-
title: "Projects"
19+
title: "Projections"
2020
in: "Mathematics for Brain Imaging"
2121
pages: "ch. 1.4.10, pp. 34-35, eqs. 1.87/1.88"
2222
url: "https://ueapsylabs.co.uk/sites/wpenny/mbi/mbi_course.pdf"

S/ChI.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
layout: page
3+
title: "Special: General Theorems"
4+
---
5+
6+
7+
**Proofs** and *Definitions* on [General Theorems](/I/ToC#General%20Theorems) in the StatProofBook, as of 2021-12-21.
8+
9+
| Concept | Definition | Properties | Relationships | Other |
10+
|:------- |:---------- |:---------- |:------------- |:----- |
11+
| **Probability theory** | | | | |
12+
| Variance | *[var](/D/var)*<br>*[var-samp](/D/var-samp)* | **[var-nonneg](/P/var-nonneg)**<br>**[var-const](/P/var-const)**<br>**[var-inv](/P/var-inv)**<br>**[var-scal](/P/var-scal)**<br>**[var-sum](/P/var-sum)**<br>**[var-lincomb](/P/var-lincomb)**<br>**[var-add](/P/var-add)** | **[var-mean](/P/var-mean)** | **[var-tot](/P/var-tot)** |

S/ChII.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: "Special: Probability Distributions"
44
---
55

66

7-
**Proofs** and *Definitions* on [Probability Distributions](/I/ToC#Probability%20Distributions) in the StatProofBook, as of 2021-11-05.
7+
**Proofs** and *Definitions* on [Probability Distributions](/I/ToC#Probability%20Distributions) in the StatProofBook, as of 2021-12-21.
88

99
| Distribution | Def | PDF | CDF | QF | MGF | Mean | Med | Mode | Var | Ent | KL | Marg | Cond | Other |
1010
|:------------ |:--- |:--- |:--- |:-- |:--- |:---- |:--- |:---- |:--- |:--- |:-- |:---- |:---- |:----- |
@@ -30,7 +30,7 @@ title: "Special: Probability Distributions"
3030
| Multivariate normal distribution | *[mvn](/D/mvn)* | **[mvn-pdf](/P/mvn-pdf)** | | | | | | | | **[mvn-dent](/P/mvn-dent)** | **[mvn-kl](/P/mvn-kl)** | **[mvn-marg](/P/mvn-marg)** | **[mvn-cond](/P/mvn-cond)** | **[mvn-ltt](/P/mvn-ltt)**<br>**[mvn-ind](/P/mvn-ind)** |
3131
| Multivariate t-distribution | *[mvt](/D/mvt)* | | | | | | | | | | | | | **[mvt-f](/P/mvt-f)** |
3232
| Normal-gamma distribution | *[ng](/D/ng)* | **[ng-pdf](/P/ng-pdf)** | | | | **[ng-mean](/P/ng-mean)** | | | | **[ng-dent](/P/ng-dent)** | **[ng-kl](/P/ng-kl)** | **[ng-marg](/P/ng-marg)** | **[ng-cond](/P/ng-cond)** | |
33-
| Dirichlet distribution | *[dir](/D/dir)* | **[dir-pdf](/P/dir-pdf)** | | | | | | | | | | | | **[dir-ep](/P/dir-ep)** |
33+
| Dirichlet distribution | *[dir](/D/dir)* | **[dir-pdf](/P/dir-pdf)** | | | | | | | | | **[dir-kl](/P/dir-kl)** | | | **[dir-ep](/P/dir-ep)** |
3434
| **Matrix-variate<br>continuous<br>distributions** | | | | | | | | | | | | | | |
35-
| Matrix-normal distribution | *[matn](/D/matn)* | **[matn-pdf](/P/matn-pdf)** | | | | | | | | | | | | **[matn-mvn](/P/matn-mvn)**<br>**[matn-ltt](/P/matn-ltt)**<br>**[matn-trans](/P/matn-trans)** |
36-
| Wishart distribution | *[wish](/D/wish)* | | | | | | | | | | | | | |
35+
| Matrix-normal distribution | *[matn](/D/matn)* | **[matn-pdf](/P/matn-pdf)** | | | | | | | | | **[matn-kl](/P/matn-kl)** | | | **[matn-mvn](/P/matn-mvn)**<br>**[matn-ltt](/P/matn-ltt)**<br>**[matn-trans](/P/matn-trans)** |
36+
| Wishart distribution | *[wish](/D/wish)* | | | | | | | | | | **[wish-kl](/P/wish-kl)** | | | |

S/ChIII.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: "Special: Statistical Models"
44
---
55

66

7-
**Proofs** and *Definitions* on [Statistical Models](/I/ToC#Statistical%20Models) in the StatProofBook, as of 2021-11-05.
7+
**Proofs** and *Definitions* on [Statistical Models](/I/ToC#Statistical%20Models) in the StatProofBook, as of 2021-12-21.
88

99
| Model | Definition | Estimation | Maximum<br>likelihood<br>estimation | Conjugate<br>prior | Posterior<br>distribution | Log<br>model<br>evidence | Other |
1010
|:----- |:---------- |:---------- |:----------------------------------- |:------------------ |:------------------------- |:------------------------ |:----- |

S/ChIV.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: "Special: Model Selection Criteria"
44
---
55

66

7-
**Proofs** and *Definitions* on [Model Selection Criteria](/I/ToC#Model%20Selection) in the StatProofBook, as of 2021-11-05.
7+
**Proofs** and *Definitions* on [Model Selection Criteria](/I/ToC#Model%20Selection) in the StatProofBook, as of 2021-12-21.
88

99
| Criterion | Definition | Derivation | Relationships | Other |
1010
|:--------- |:---------- |:---------- |:------------- |:----- |

0 commit comments

Comments
 (0)