Skip to content

Commit 60c24bb

Browse files
committed
updated special pages
The special pages were renamed to shortcuts and updated with the recently added proofs/definitions.
1 parent 784543e commit 60c24bb

6 files changed

Lines changed: 95 additions & 3 deletions

File tree

404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ <h1>This page doesn't exist!</h1>
2525
<div class="list">
2626
<ul>
2727
<li>If the URL reads <code class="language-plaintext highlighter-rouge">.../P/[shortcut]</code>, create a <a href="/contribute/">new page</a> using the <a href="https://raw.githubusercontent.com/StatProofBook/StatProofBook.github.io/master/P/-temp-.md">proof template</a>.</li>
28-
<li>If the URL reads <code class="language-plaintext highlighter-rouge">.../D/[shortcut]</code>, create a <a href="/contribute/">new page</a> using the <a href="https://raw.githubusercontent.com/StatProofBook/StatProofBook.github.io/master/D/-temp-.md">definition template</a>.</li>
28+
<li>If the URL reads <code class="language-plaintext highlighter-rouge">.../D/[shortcut]</code>, create a <a href="/contribute/">new page</a> using the <a href="https://raw.githubusercontent.com/StatProofBook/StatProofBook.github.io/master/D/-temp-.md">definition template</a>.</li>
2929
<li>Alternatively, you may also use the <a href="/search">search</a> function of the website.</li>
3030
</ul>
3131
</div>

I/Table_of_Contents.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: "Table of Contents"
66

77
**[Proofs](/P/-temp-)** are printed in **bold***[Definitions](/D/-temp-)* are set in *italics* <br>
88
**Proofs**: [by Number](/I/PbN), [by Topic](/I/PbT)*Definitions*: [by Number](/I/DbN), [by Topic](/I/DbT) <br>
9-
<u>Specials:</u> [Probability Distributions](/S/Probability_Distributions), [Statistical Models](/S/Statistical_Models), [Model Selection Criteria](/S/Model_Selection) <br>
9+
<u>Specials:</u> [Probability Distributions](/S/ChII), [Statistical Models](/S/ChIII), [Model Selection Criteria](/S/ChIV) <br>
1010

1111

1212
<br>

I/ToC.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: "Table of Contents"
66

77
**[Proofs](/P/-temp-)** are printed in **bold***[Definitions](/D/-temp-)* are set in *italics* <br>
88
**Proofs**: [by Number](/I/PbN), [by Topic](/I/PbT)*Definitions*: [by Number](/I/DbN), [by Topic](/I/DbT) <br>
9-
<u>Specials:</u> [Probability Distributions](/S/Probability_Distributions), [Statistical Models](/S/Statistical_Models), [Model Selection Criteria](/S/Model_Selection) <br>
9+
<u>Specials:</u> [Probability Distributions](/S/ChII), [Statistical Models](/S/ChIII), [Model Selection Criteria](/S/ChIV) <br>
1010

1111

1212
<br>

S/ChII.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
layout: page
3+
title: "Special: Probability Distributions"
4+
---
5+
6+
7+
**Proofs** and *Definitions* on [Probability Distributions](/I/ToC#Probability%20Distributions) in the StatProofBook, as of 2021-11-05.
8+
9+
| Distribution | Def | PDF | CDF | QF | MGF | Mean | Med | Mode | Var | Ent | KL | Marg | Cond | Other |
10+
|:------------ |:--- |:--- |:--- |:-- |:--- |:---- |:--- |:---- |:--- |:--- |:-- |:---- |:---- |:----- |
11+
| **Univariate<br>discrete<br>distributions** | | | | | | | | | | | | | | |
12+
| Discrete uniform distribution | *[duni](/D/duni)* | **[duni-pmf](/P/duni-pmf)** | **[duni-cdf](/P/duni-cdf)** | **[duni-qf](/P/duni-qf)** | | | | | | | | | | |
13+
| Bernoulli distribution | *[bern](/D/bern)* | **[bern-pmf](/P/bern-pmf)** | | | | **[bern-mean](/P/bern-mean)** | | | | | | | | |
14+
| Binomial distribution | *[bin](/D/bin)* | **[bin-pmf](/P/bin-pmf)** | | | | **[bin-mean](/P/bin-mean)** | | | | | | | | |
15+
| Poisson distribution | *[poiss](/D/poiss)* | **[poiss-pmf](/P/poiss-pmf)** | | | | **[poiss-mean](/P/poiss-mean)** | | | **[poiss-var](/P/poiss-var)** | | | | | |
16+
| **Multivariate<br>discrete<br>distributions** | | | | | | | | | | | | | | |
17+
| Categorical distribution | *[cat](/D/cat)* | **[cat-pmf](/P/cat-pmf)** | | | | **[cat-mean](/P/cat-mean)** | | | | | | | | |
18+
| Multinomial distribution | *[mult](/D/mult)* | **[mult-pmf](/P/mult-pmf)** | | | | **[mult-mean](/P/mult-mean)** | | | | | | | | |
19+
| **Univariate<br>continuous<br>distributions** | | | | | | | | | | | | | | |
20+
| Continuous uniform distribution | *[cuni](/D/cuni)* | **[cuni-pdf](/P/cuni-pdf)** | **[cuni-cdf](/P/cuni-cdf)** | **[cuni-qf](/P/cuni-qf)** | | **[cuni-mean](/P/cuni-mean)** | **[cuni-med](/P/cuni-med)** | **[cuni-mode](/P/cuni-mode)** | | | | | | |
21+
| Normal distribution | *[norm](/D/norm)*<br>*[snorm](/D/snorm)* | **[norm-pdf](/P/norm-pdf)** | **[norm-cdf](/P/norm-cdf)**<br>**[norm-cdfwerf](/P/norm-cdfwerf)** | **[norm-qf](/P/norm-qf)** | **[norm-mgf](/P/norm-mgf)** | **[norm-mean](/P/norm-mean)** | **[norm-med](/P/norm-med)** | **[norm-mode](/P/norm-mode)** | **[norm-var](/P/norm-var)** | **[norm-dent](/P/norm-dent)**<br>**[norm-maxent](/P/norm-maxent)** | **[norm-kl](/P/norm-kl)** | | | **[norm-snorm](/P/norm-snorm)**<br>**[norm-chi2(/P/norm-chi2)**<br>**[norm-t](/P/norm-t)**<br>**[norm-lincomb](/P/norm-lincomb)**<br>**[norm-gi](/P/norm-gi)**<br>**[norm-fwhm](/P/norm-fwhm)**<br>**[norm-extr](/P/norm-extr)**<br>**[norm-infl](/P/norm-infl)** |
22+
| t-distribution | *[t](/D/t)*<br>*[nst](/D/nst)* | **[t-pdf](/P/t-pdf)** | | | | | | | | | | | | **[nst-t](/P/nst-t)** |
23+
| Gamma distribution | *[gam](/D/gam)*<br>*[sgam](/D/sgam)* | **[gam-pdf](/P/gam-pdf)** | **[gam-cdf](/P/gam-cdf)** | **[gam-qf](/P/gam-qf)** | | **[gam-mean](/P/gam-mean)**<br>**[gam-logmean](/P/gam-logmean)**<br>**[gam-xlogx](/P/gam-xlogx)** | | | **[gam-var](/P/gam-var)** | **[gam-dent](/P/gam-dent)** | **[gam-kl](/P/gam-kl)** | | | **[gam-sgam](/P/gam-sgam)** |
24+
| 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)** |
25+
| Chi-squared distribution | *[chi2](/D/chi2)* | **[chi2-pdf](/P/chi2-pdf)** | | | | | | | | | | | | **[chi2-gam](/P/chi2-gam)**<br>**[chi2-mom](/P/chi2-mom)** |
26+
| F-distribution | *[f](/D/f)* | **[f-pdf](/P/f-pdf)** | | | | | | | | | | | | |
27+
| Beta distribution | *[beta](/D/beta)* | **[beta-pdf](/P/beta-pdf)** | **[beta-cdf](/P/beta-cdf)** | | **[beta-mgf](/P/beta-mgf)** | **[beta-mean](/P/beta-mean)** | | | **[beta-var](/P/beta-var)** | | | | | |
28+
| Wald distribution | *[wald](/D/wald)* | **[wald-pdf](/P/wald-pdf)** | | | **[wald-mgf](/P/wald-mgf)** | **[wald-mean](/P/wald-mean)** | | | **[wald-var](/P/wald-var)** | | | | | |
29+
| **Multivariate<br>continuous<br>distributions** | | | | | | | | | | | | | | |
30+
| 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)** |
31+
| Multivariate t-distribution | *[mvt](/D/mvt)* | | | | | | | | | | | | | **[mvt-f](/P/mvt-f)** |
32+
| 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)** |
34+
| **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)* | | | | | | | | | | | | | |

S/ChIII.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
layout: page
3+
title: "Special: Statistical Models"
4+
---
5+
6+
7+
**Proofs** and *Definitions* on [Statistical Models](/I/ToC#Statistical%20Models) in the StatProofBook, as of 2021-11-05.
8+
9+
| Model | Definition | Estimation | Maximum<br>likelihood<br>estimation | Conjugate<br>prior | Posterior<br>distribution | Log<br>model<br>evidence | Other |
10+
|:----- |:---------- |:---------- |:----------------------------------- |:------------------ |:------------------------- |:------------------------ |:----- |
11+
| **Univariate<br>normal data** | | | | | | | |
12+
| Univariate Gaussian | *[ug](/D/ug)* | | **[ug-mle](/P/ug-mle)** | **[ug-prior](/P/ug-prior)** | **[ug-post](/P/ug-post)** | **[ug-lme](/P/ug-lme)**<br>**[ug-anc](/P/ug-anc)** | **[ug-ttest1](/P/ug-ttest1)**<br>**[ug-ttest2](/P/ug-ttest2)**<br>**[ug-ttestp](/P/ug-ttestp)** |
13+
| Univariate Gaussian with known variance | *[ugkv](/D/ugkv)* | | **[ugkv-mle](/P/ugkv-mle)** | **[ugkv-prior](/P/ugkv-prior)** | **[ugkv-post](/P/ugkv-post)** | **[ugkv-lme](/P/ugkv-lme)**<br>**[ugkv-anc](/P/ugkv-anc)**<br>**[ugkv-cvlme](/P/ugkv-cvlme)** | **[ugkv-ztest1](/P/ugkv-ztest1)**<br>**[ugkv-ztest2](/P/ugkv-ztest2)**<br>**[ugkv-ztestp](/P/ugkv-ztestp)**<br>**[ugkv-lbf](/P/ugkv-lbf)**<br>**[ugkv-lbfmean](/P/ugkv-lbfmean)**<br>**[ugkv-cvlbf](/P/ugkv-cvlbf)**<br>**[ugkv-cvlbfmean](/P/ugkv-cvlbfmean)** |
14+
| Simple linear regression | *[slr](/D/slr)* | **[slr-ols](/P/slr-ols)**<br>**[slr-olsmean](/P/slr-olsmean)**<br>**[slr-olsvar](/P/slr-olsvar)** | | | | | **[slr-meancent](/P/slr-meancent)**<br>**[slr-comp](/P/slr-comp)**<br>**[slr-ressum](/P/slr-ressum)**<br>**[slr-rescorr](/P/slr-rescorr)**<br>**[slr-resvar](/P/slr-resvar)**<br>**[slr-corr](/P/slr-corr)**<br>**[slr-rsq](/P/slr-rsq)** |
15+
| Multiple linear regression | *[mlr](/D/mlr)* | **[mlr-ols](/P/mlr-ols)**<br>**[mlr-wls](/P/mlr-wls)** | **[mlr-mle](/P/mlr-mle)** | | | | **[mlr-pss](/P/mlr-pss)**<br>**[mlr-mat](/P/mlr-mat)**<br>**[mlr-idem](/P/mlr-idem)** |
16+
| 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)** |
17+
| **Multivariate<br>normal data** | | | | | | | |
18+
| General linear model | *[glm](/D/glm)* | **[glm-ols](/P/glm-ols)**<br>**[glm-wls](/P/glm-wls)** | **[glm-mle](/P/glm-mle)** | | | | |
19+
| Transformed general linear model | *[tglm](/D/tglm)* | | | | | | **[tglm-dist](/P/tglm-dist)**<br>**[tglm-para](/P/tglm-para)** |
20+
| Inverse general linear model | *[iglm](/D/iglm)*<br>*[cfm](/D/cfm)* | | | | | | **[iglm-dist](/P/iglm-dist)**<br>**[iglm-blue](/P/iglm-blue)**<br>**[cfm-para](/P/cfm-para)**<br>**[cfm-exist](/P/cfm-exist)** |
21+
| Multivariate Bayesian linear regression | | | | **[mblr-prior](/P/mblr-prior)** | **[mblr-post](/P/mblr-post)** | **[mblr-lme](/P/mblr-lme)** | |
22+
| **Poisson data** | | | | | | | |
23+
| Poisson-distributed data | *[poiss](/D/poiss-data)* | | **[poiss-mle](/P/poiss-mle)** | **[poiss-prior](/P/poiss-prior)** | **[poiss-post](/P/poiss-post)** | **[poiss-lme](/P/poiss-lme)** | |
24+
| Poisson distribution with exposure values | *[poissexp](/D/poissexp)* | | **[poissexp-mle](/P/poissexp-mle)** | **[poissexp-prior](/P/poissexp-prior)** | **[poissexp-post](/P/poissexp-post)** | **[poissexp-lme](/P/poissexp-lme)** | |
25+
| **Probability data** | | | | | | | |
26+
| Beta-distributed data | *[beta](/D/beta-data)* | **[beta-mom](/P/beta-mom)** | | | | | |
27+
| Dirichlet-distributed data | *[dir](/D/dir-data)* | | **[dir-mle](/P/dir-mle)** | | | | |
28+
| **Categorical data** | | | | | | | |
29+
| Binomial observations | *[bin](/D/bin-data)* | | | **[bin-prior](/P/bin-prior)** | **[bin-post](/P/bin-post)** | **[bin-lme](/P/bin-lme)** | |
30+
| Multinomial observations | *[mult](/D/mult-data)* | | | **[mult-prior](/P/mult-prior)** | **[mult-post](/P/mult-post)** | **[mult-lme](/P/mult-lme)** | |
31+
| Logistic regression | *[logreg](/D/logreg)* | | | | | | **[logreg-pnlo](/P/logreg-pnlo)**<br>**[logreg-lonp](/P/logreg-lonp)** |

S/ChIV.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
layout: page
3+
title: "Special: Model Selection Criteria"
4+
---
5+
6+
7+
**Proofs** and *Definitions* on [Model Selection Criteria](/I/ToC#Model%20Selection) in the StatProofBook, as of 2021-11-05.
8+
9+
| Criterion | Definition | Derivation | Relationships | Other |
10+
|:--------- |:---------- |:---------- |:------------- |:----- |
11+
| **Goodness-of-<br>fit measures** | | | | |
12+
| Residual variance | *[resvar](/D/resvar)* | | | **[resvar-bias](/P/resvar-bias)**<br>**[resvar-unb](/P/resvar-unb)** |
13+
| R-squared | *[rsq](/D/rsq)* | **[rsq-der](/P/rsq-der)** | **[rsq-mll](/P/rsq-mll)** | |
14+
| Signal-to-noise ratio | *[snr](/D/snr)* | | **[snr-rsq](/P/snr-rsq)** | |
15+
| **Classical infor-<br>mation criteria** | | | | |
16+
| Akaike information criterion | *[aic](/D/aic)* | | | |
17+
| Bayesian information criterion | *[bic](/D/bic)* | **[bic-der](/P/bic-der)** | | |
18+
| Deviance information criterion | *[dic](/D/dic)* | | | |
19+
| **Bayesian<br>model selection** | | | | |
20+
| Log model evidence | *[lme](/D/lme)*<br>*[uplme](/D/uplme)*<br>*[cvlme](/D/cvlme)*<br>*[eblme](/D/eblme)*<br>*[vblme](/D/vblme)* | **[lme-der](/P/lme-der)** | | **[lme-anc](/P/lme-anc)** |
21+
| Log family evidence | *[lfe](/D/lfe)* | **[lfe-der](/P/lfe-der)** | **[lfe-lme](/P/lfe-lme)** | |
22+
| Log Bayes factor | *[lbf](/D/lbf)* | **[lbf-der](/P/lbf-der)** | **[lbf-lme](/P/lbf-lme)** | |
23+
| Bayes factor | *[bf](/D/bf)* | | | **[bf-trans](/P/bf-trans)**<br>**[bf-sddr](/P/bf-sddr)**<br>**[bf-ep](/P/bf-ep)** |
24+
| 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)** | |
25+
| Bayesian model averaging | *[bma](/D/bma)* | **[bma-der](/P/bma-der)** | **[bma-lme](/P/bma-lme)** | |

0 commit comments

Comments
 (0)