Skip to content

Commit 8abcc7b

Browse files
committed
corrected some pages
Several small corrections were done to several proofs and definitions.
1 parent 5d57757 commit 8abcc7b

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

P/anova1-fols.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ F = \frac{\frac{1}{k-1} \sum_{i=1}^{k} n_i \hat{\delta}_i^2}{\frac{1}{n-k} \sum_
4040
$$
4141

4242

43-
**Theorem:** The [F-statistic for the main effect in one-way ANOVA](/P/anova1-f) is given in terms of the [sample means](/D/mean-samp) as
43+
**Proof:** The [F-statistic for the main effect in one-way ANOVA](/P/anova1-f) is given in terms of the [sample means](/D/mean-samp) as
4444

4545
$$ \label{eq:anova1-f}
4646
F = \frac{\frac{1}{k-1} \sum_{i=1}^{k} n_i (\bar{y}_i - \bar{y})^2}{\frac{1}{n-k} \sum_{i=1}^{k} \sum_{j=1}^{n_i} (y_{ij} - \bar{y}_i)^2}

P/duni-kl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ $$ \label{eq:KL-disc}
4343
\mathrm{KL}[P\,||\,Q] = \sum_{x \in \mathcal{X}} p(x) \, \ln \frac{p(x)}{q(x)} \; .
4444
$$
4545

46-
This means that the KL divergence of $P$ from $Q$ is only defined, if for all $x \in \mathcal{X}$, $q(x) = 0$ implies $p(x) = 0$. Thus, $\mathrm{KL}[P\,||\,Q]$ only exists, if $a_2 \leq a_1$ and $b_1 \leq b_2$, i.e. if $P$ only places non-zero probability where $Q$ also places non-zero probability, such that $q(x)$ is not zero for any $x \in \mathcal{X}$ where $p(x)$ is positive.
46+
This means that the KL divergence of $P$ from $Q$ is only defined, if for all $x \in \mathcal{X}$, $q(x) = 0$ implies $p(x) = 0$. Thus, $\mathrm{KL}[P\,\vert\vert\,Q]$ only exists, if $a_2 \leq a_1$ and $b_1 \leq b_2$, i.e. if $P$ only places non-zero probability where $Q$ also places non-zero probability, such that $q(x)$ is not zero for any $x \in \mathcal{X}$ where $p(x)$ is positive.
4747

4848
If this requirement is fulfilled, we can write
4949

P/exg-mome.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ affiliation: "Tarleton State University"
77
e_mail: "faulkenberry@tarleton.edu"
88
date: 2023-10-30 12:00:00
99

10-
title: "Method of moments for ex-Gaussian distributed data"
10+
title: "Method of moments for ex-Gaussian-distributed data"
1111
chapter: "Probability Distributions"
1212
section: "Univariate continuous distributions"
1313
topic: "ex-Gaussian distribution"

P/wald-mome.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ affiliation: "Tarleton State University"
77
e_mail: "faulkenberry@tarleton.edu"
88
date: 2023-10-30 12:00:00
99

10-
title: "Method of moments for Wald distributed data"
10+
title: "Method of moments for Wald-distributed data"
1111
chapter: "Probability Distributions"
1212
section: "Univariate continuous distributions"
1313
topic: "Wald distribution"

0 commit comments

Comments
 (0)