Skip to content

Commit 8607890

Browse files
committed
corrected some pages
Several small corrections were done to several proofs and definitions.
1 parent 01f147c commit 8607890

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

P/bin-test.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ $$ \label{eq:y-cvals}
8888
\begin{split}
8989
\alpha &\geq \mathrm{Pr}(y \in \left\lbrace 0, \ldots, y_1 \right\rbrace \cup \left\lbrace y_2, \ldots, n \right\rbrace \vert H_0) \\
9090
&= \mathrm{Pr}(y \leq y_1 \vert H_0) + \mathrm{Pr}(y \geq y_2 \vert H_0) \\
91-
&= \mathrm{Pr}(y \leq y_1 \vert H_0) + (1-\mathrm{Pr}(y \leq (y_2-1) \vert H_0) \; .
91+
&= \mathrm{Pr}(y \leq y_1 \vert H_0) + \left( 1 - \mathrm{Pr}(y \leq (y_2-1) \vert H_0) \right) \; .
9292
\end{split}
9393
$$
9494

P/prob-exc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ $$ \label{eq:exc}
4040
p(A,B) = 0 \; .
4141
$$
4242

43-
The [addition law of probability](/D/prob-marg) states that
43+
The [addition law of probability](/D/prob-add) states that
4444

4545
$$ \label{eq:prob-add-set}
4646
p(A \cup B) = p(A) + p(B) - p(A \cap B)

P/ugkv-ztest2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ $$ \label{eq:mean-samp-dist}
7979
\end{split}
8080
$$
8181

82-
Again employing the linear combination theorem, the distribution of $z = [(\bar{y}_1-\bar{y}_2)-\mu_\Delta]/\sigma_\Delta$ becomes
82+
Again employing the linear combination theorem, the distribution of $z = \left[ (\bar{y}\_1-\bar{y}\_2) - \mu_{\Delta} \right] / \sigma_{\Delta}$ becomes
8383

8484
$$ \label{eq:z-dist-s1}
8585
z = \frac{(\bar{y}_1-\bar{y}_2)-\mu_\Delta}{\sigma_\Delta} \sim \mathcal{N}\left( \frac{(\mu_1-\mu_2)-\mu_\Delta}{\sigma_\Delta}, \left(\frac{1}{\sigma_\Delta}\right)^2 \sigma_\Delta^2 \right) = \mathcal{N}\left( \frac{(\mu_1-\mu_2)-\mu_\Delta}{\sigma_\Delta}, 1 \right)

0 commit comments

Comments
 (0)