Skip to content

Commit 636a2af

Browse files
authored
Merge pull request #116 from StatProofBook/master
update to master
2 parents 0088184 + 0a1b025 commit 636a2af

21 files changed

Lines changed: 191 additions & 19 deletions

D/anova1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ username: "JoramSoch"
3333
---
3434

3535

36-
**Definition:** Consider measurements $y_{ij} \in \mathbb{R}$ from disctinct objects $j = 1, \ldots, n_i$ in separate groups $i = 1, \ldots, k$.
36+
**Definition:** Consider measurements $y_{ij} \in \mathbb{R}$ from distinct objects $j = 1, \ldots, n_i$ in separate groups $i = 1, \ldots, k$.
3737

3838
Then, in one-way analysis of variance (ANOVA), these measurements are assumed to come from [normal distributions](/D/norm)
3939

D/bin-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ username: "JoramSoch"
2121
---
2222

2323

24-
**Definition:** An ordered pair $(n,y)$ with $n \in \mathbb{N}$ and $y \in \mathbb{N}_0$, where $y$ is the number of successes in $n$ trials, consititutes a set of binomial observations.
24+
**Definition:** An ordered pair $(n,y)$ with $n \in \mathbb{N}$ and $y \in \mathbb{N}_0$, where $y$ is the number of successes in $n$ trials, constitutes a set of binomial observations.

D/chi2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ $$\label{eq:chi2}
4545
Y = \sum_{i=1}^{k} X_{i}^{2} \sim \chi^{2}(k) \quad \text{where} \quad k > 0 \; .
4646
$$
4747

48-
The [probability density function of the chi-squared distribution](/P/chi2-pdf) with $k$ degress of freedom is
48+
The [probability density function of the chi-squared distribution](/P/chi2-pdf) with $k$ degrees of freedom is
4949

5050
$$ \label{eq:chi2-pdf}
5151
\chi^{2}(x; k) = \frac{1}{2^{k/2}\Gamma (k/2)} \, x^{k/2-1} \, e^{-x/2}

D/mult-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ username: "JoramSoch"
2121
---
2222

2323

24-
**Definition:** An ordered pair $(n,y)$ with $n \in \mathbb{N}$ and $y = \left[ y_1, \ldots, y_k \right] \in \mathbb{N}_0^{1 \times k}$, where $y_i$ is the number of observations for the $i$-th out of $k$ categories obtained in $n$ trials, $i = 1, \ldots, k$, consititutes a set of multinomial observations.
24+
**Definition:** An ordered pair $(n,y)$ with $n \in \mathbb{N}$ and $y = \left[ y_1, \ldots, y_k \right] \in \mathbb{N}_0^{1 \times k}$, where $y_i$ is the number of observations for the $i$-th out of $k$ categories obtained in $n$ trials, $i = 1, \ldots, k$, constitutes a set of multinomial observations.

I/PbA.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ title: "Proof by Author"
88

99
- [Covariance matrix of the multinomial distribution](/P/mult-cov)
1010

11-
### JoramSoch (391 proofs)
11+
### JoramSoch (392 proofs)
1212

1313
- [Accuracy and complexity for the univariate Gaussian](/P/ug-anc)
1414
- [Accuracy and complexity for the univariate Gaussian with known variance](/P/ugkv-anc)
@@ -139,6 +139,7 @@ title: "Proof by Author"
139139
- [Inverse transformation method using cumulative distribution function](/P/cdf-itm)
140140
- [Joint likelihood is the product of likelihood function and prior density](/P/jl-lfnprior)
141141
- [Kullback-Leibler divergence for the Bernoulli distribution](/P/bern-kl)
142+
- [Kullback-Leibler divergence for the binomial distribution](/P/bin-kl)
142143
- [Kullback-Leibler divergence for the Dirichlet distribution](/P/dir-kl)
143144
- [Kullback-Leibler divergence for the gamma distribution](/P/gam-kl)
144145
- [Kullback-Leibler divergence for the matrix-normal distribution](/P/matn-kl)
@@ -426,7 +427,7 @@ title: "Proof by Author"
426427

427428
- [Proof Template](/P/-temp-)
428429

429-
### tomfaulkenberry (15 proofs)
430+
### tomfaulkenberry (16 proofs)
430431

431432
- [Encompassing prior method for computing Bayes factors](/P/bf-ep)
432433
- [Mean of the ex-Gaussian distribution](/P/exg-mean)
@@ -440,6 +441,7 @@ title: "Proof by Author"
440441
- [Savage-Dickey density ratio for computing Bayes factors](/P/bf-sddr)
441442
- [Skewness of the ex-Gaussian distribution](/P/exg-skew)
442443
- [Skewness of the exponential distribution](/P/exp-skew)
444+
- [Skewness of the Wald distribution](/P/wald-skew)
443445
- [Transitivity of Bayes Factors](/P/bf-trans)
444446
- [Variance of the ex-Gaussian distribution](/P/exg-var)
445447
- [Variance of the Wald distribution](/P/wald-var)

I/PbN.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -425,3 +425,5 @@ title: "Proof by Number"
425425
| P417 | bvn-pdfcorr | [Probability density function of the bivariate normal distribution in terms of correlation coefficient](/P/bvn-pdfcorr) | JoramSoch | 2023-09-29 |
426426
| P418 | mlr-olstr | [Ordinary least squares for multiple linear regression with two regressors](/P/mlr-olstr) | JoramSoch | 2023-10-06 |
427427
| P419 | bern-kl | [Kullback-Leibler divergence for the Bernoulli distribution](/P/bern-kl) | JoramSoch | 2023-10-13 |
428+
| P420 | bin-kl | [Kullback-Leibler divergence for the binomial distribution](/P/bin-kl) | JoramSoch | 2023-10-20 |
429+
| P421 | wald-skew | [Skewness of the Wald distribution](/P/wald-skew) | tomfaulkenberry | 2023-10-24 |

I/PbT.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ title: "Proof by Topic"
166166
### K
167167

168168
- [Kullback-Leibler divergence for the Bernoulli distribution](/P/bern-kl)
169+
- [Kullback-Leibler divergence for the binomial distribution](/P/bin-kl)
169170
- [Kullback-Leibler divergence for the Dirichlet distribution](/P/dir-kl)
170171
- [Kullback-Leibler divergence for the gamma distribution](/P/gam-kl)
171172
- [Kullback-Leibler divergence for the matrix-normal distribution](/P/matn-kl)
@@ -438,6 +439,7 @@ title: "Proof by Topic"
438439
- [Simple linear regression is a special case of multiple linear regression](/P/slr-mlr)
439440
- [Skewness of the ex-Gaussian distribution](/P/exg-skew)
440441
- [Skewness of the exponential distribution](/P/exp-skew)
442+
- [Skewness of the Wald distribution](/P/wald-skew)
441443
- [Square of expectation of product is less than or equal to product of expectation of squares](/P/mean-prodsqr)
442444
- [Sums of squares for simple linear regression](/P/slr-sss)
443445
- [Symmetry of the covariance](/P/cov-symm)

I/PwS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ title: "Proofs without Source"
136136
- [Simple linear regression is a special case of multiple linear regression](/P/slr-mlr)
137137
- [Skewness of the ex-Gaussian distribution](/P/exg-skew)
138138
- [Skewness of the exponential distribution](/P/exp-skew)
139+
- [Skewness of the Wald distribution](/P/wald-skew)
139140
- [Sums of squares for simple linear regression](/P/slr-sss)
140141
- [Transformation matrices for simple linear regression](/P/slr-mat)
141142
- [Transitivity of Bayes Factors](/P/bf-trans)

I/ToC.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -486,6 +486,7 @@ title: "Table of Contents"
486486
&emsp;&ensp; 3.10.3. **[Moment-generating function](/P/wald-mgf)** <br>
487487
&emsp;&ensp; 3.10.4. **[Mean](/P/wald-mean)** <br>
488488
&emsp;&ensp; 3.10.5. **[Variance](/P/wald-var)** <br>
489+
&emsp;&ensp; 3.10.6. **[Skewness](/P/wald-skew)** <br>
489490

490491
3.11. ex-Gaussian distribution <br>
491492
&emsp;&ensp; 3.11.1. *[Definition](/D/exg)* <br>

P/bf-trans.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ username: "tomfaulkenberry"
2121
---
2222

2323

24-
**Theorem:** Consider three competing [models](/D/gm) $m_1$, $m_2$, and $m3$ for observed data $y$. Then the [Bayes factor](/D/bf) for $m_1$ over $m_3$ can be written as:
24+
**Theorem:** Consider three competing [models](/D/gm) $m_1$, $m_2$, and $m_33$ for observed data $y$. Then the [Bayes factor](/D/bf) for $m_1$ over $m_3$ can be written as:
2525

2626
$$ \label{eq:bf-trans}
2727
\text{BF}_{13} = \text{BF}_{12}\cdot \text{BF}_{23}.

0 commit comments

Comments
 (0)