Skip to content

Commit 3f07677

Browse files
committed
corrected some pages
Several small corrections were done to several proofs and definitions.
1 parent 9cc65b7 commit 3f07677

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

I/ToC.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ title: "Table of Contents"
483483
&emsp;&ensp; 3.2.24. **[Kullback-Leibler divergence](/P/norm-kl)** <br>
484484
&emsp;&ensp; 3.2.25. **[Maximum entropy distribution](/P/norm-maxent)** <br>
485485
&emsp;&ensp; 3.2.26. **[Linear combination of independent normals](/P/norm-lincomb)** <br>
486-
&emsp;&ensp; 3.2.27. **[Normal and uncorrelated does not imply independent](/P/norm-indcorr)** <br>
486+
&emsp;&ensp; 3.2.27. **[Normal and uncorrelated does not imply independent](/P/norm-corrind)** <br>
487487

488488
<p id="t-distribution"></p>
489489
3.3. t-distribution <br>

P/norm-corrind.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ p(V=0) = p(V=1) = \frac{1}{2}
4747
p(W=-1) = p(W=+1) = \frac{1}{2} \; .
4848
$$
4949

50-
Moreover, let $X$ follow a [standard normal distribution](/D/snorm) and let $Y$ be defined as a transformation of $X$ and $W$:
50+
Moreover, let $X$ follow a [standard normal distribution](/D/snorm) and let $Y$ be defined as a combination of $X$ and $W$:
5151

5252
$$ \label{eq:X-Y}
5353
\begin{split}

P/norm-lincomb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ title: "Linear combination of independent normal random variables"
1111
chapter: "Probability Distributions"
1212
section: "Univariate continuous distributions"
1313
topic: "Normal distribution"
14-
theorem: "Linear combination"
14+
theorem: "Linear combination of independent normals"
1515

1616
sources:
1717

0 commit comments

Comments
 (0)