Skip to content

Commit 70fb9e3

Browse files
committed
updated special pages
The special pages were updated with the recently added proofs/definitions.
1 parent 036623c commit 70fb9e3

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

S/Model_Selection.md

Lines changed: 2 additions & 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/Table_of_Contents#Model%20Selection) in the StatProofBook, as of 2020-08-26.
7+
**Proofs** and *Definitions* on [Model Selection Criteria](/I/Table_of_Contents#Model%20Selection) in the StatProofBook, as of 2020-09-09.
88

99
| Criterion | Definition | Derivation | Relationships | Other |
1010
|:--------- |:---------- |:---------- |:------------- |:----- |
@@ -19,6 +19,7 @@ title: "Special: Model Selection Criteria"
1919
| **Bayesian<br>model selection** | | | | |
2020
| Log model evidence | *[lme](/D/lme)* | **[lme-der](/P/lme-der)** | | **[lme-anc](/P/lme-anc)** |
2121
| Log family evidence | *[lfe](/D/lfe)* | **[lfe-der](/P/lfe-der)** | **[lfe-lme](/P/lfe-lme)** | |
22+
| Bayes factor | *[bf](/D/bf)* | | | **[bf-trans](/P/bf-trans)**<br>**[bf-sddr](/P/bf-sddr)**<br>**[bf-ep](/P/bf-ep)** |
2223
| Log Bayes factor | *[lbf](/D/lbf)* | **[lbf-der](/P/lbf-der)** | **[lbf-lme](/P/lbf-lme)** | |
2324
| Posterior model probability | *[pmp](/D/pmp)* | **[pmp-der](/P/pmp-der)** | **[pmp-bf](/P/pmp-bf)**<br>**[pmp-lbf](/P/pmp-lbf)**<br>**[pmp-lme](/P/pmp-lme)** | |
2425
| Bayesian model averaging | *[bma](/D/bma)* | **[bma-der](/P/bma-der)** | **[bma-lme](/P/bma-lme)** | |

S/Probability_Distributions.md

Lines changed: 2 additions & 1 deletion
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/Table_of_Contents#Probability%20Distributions) in the StatProofBook, as of 2020-08-26.
7+
**Proofs** and *Definitions* on [Probability Distributions](/I/Table_of_Contents#Probability%20Distributions) in the StatProofBook, as of 2020-09-09.
88

99
| Distribution | Def | PDF | CDF | QF | Mean | Med | Mode | Var | Ent | KL | Marg | Cond | Other |
1010
|:------------ |:--- |:--- |:--- |:-- |:---- |:--- |:---- |:--- |:--- |:-- |:---- |:---- |:----- |
@@ -22,6 +22,7 @@ title: "Special: Probability Distributions"
2222
| Gamma distribution | *[gam](/D/gam)*<br>*[sgam](/D/sgam)* | **[gam-pdf](/P/gam-pdf)** | | | **[gam-mean](/P/gam-mean)**<br>**[gam-logmean](/P/gam-logmean)** | | | **[gam-var](/P/gam-var)** | | **[gam-kl](/P/gam-kl)** | | | **[gam-sgam](/P/gam-sgam)** |
2323
| Exponential distribution | *[exp](/D/exp)* | **[exp-pdf](/P/exp-pdf)** | **[exp-cdf](/P/exp-cdf)** | **[exp-qf](/P/exp-qf)** | **[exp-mean](/P/exp-mean)** | **[exp-med](/P/exp-med)** | **[exp-mode](/P/exp-mode)** | | | | | | **[exp-gam](/P/exp-gam)** |
2424
| Beta distribution | *[beta](/D/beta)* | **[beta-pdf](/P/beta-pdf)** | | | | | | | | | | | |
25+
| Wald distribution | *[wald](/D/wald)* | **[wald-pdf](/P/wald-pdf)** | | | | | | | | | | | |
2526
| **Multivariate<br>continuous<br>distributions** | | | | | | | | | | | | | |
2627
| 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)** |
2728
| Normal-gamma distribution | *[ng](/D/ng)* | **[ng-pdf](/P/ng-pdf)** | | | | | | | | **[ng-kl](/P/ng-kl)** | **[ng-marg](/P/ng-marg)** | **[ng-cond](/P/ng-cond)** | |

S/Statistical_Models.md

Lines changed: 2 additions & 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/Table_of_Contents#Statistical%20Models) in the StatProofBook, as of 2020-08-26.
7+
**Proofs** and *Definitions* on [Statistical Models](/I/Table_of_Contents#Statistical%20Models) in the StatProofBook, as of 2020-09-09.
88

99
| Model | Definition | Estimation | Maximum<br>likelihood<br>estimation | Conjugate<br>prior | Posterior<br>distribution | Log<br>model<br>evidence | Other |
1010
|:----- |:---------- |:---------- |:----------------------------------- |:------------------------------- |:------------------------- |:--------------------- |:----- |
@@ -13,6 +13,7 @@ title: "Special: Statistical Models"
1313
| Bayesian linear regression | | | | **[blr-prior](/P/blr-prior)** | **[blr-post](/P/blr-post)** | **[blr-lme](/P/blr-lme)** | **[blr-pp](/P/blr-pp)**<br>**[blr-pcr](/P/blr-pcr)** |
1414
| **Multivariate<br>normal data** | | | | | | | |
1515
| General linear model | *[glm](/D/mlr)* | **[glm-ols](/P/glm-ols)**<br>**[glm-wls](/P/glm-wls)** | **[glm-mle](/P/glm-mle)** | | | | |
16+
| Multivariate Bayesian linear regression | | | | **[mblr-prior](/P/mblr-prior)** | **[mblr-post](/P/mblr-post)** | **[mblr-lme](/P/mblr-lme)** | |
1617
| **Poisson data** | | | | | | | |
1718
| Poisson-distributed data | *[poiss](/D/poiss-data)* | | **[poiss-mle](/P/poiss-mle)** | | | | |
1819
| Poisson distribution with exposure values | *[poissexp](/D/poissexp)* | | | **[poissexp-prior](/P/poissexp-prior)** | **[poissexp-post](/P/poissexp-post)** | **[poissexp-lme](/P/poissexp-lme)** | |

0 commit comments

Comments
 (0)