Skip to content

Commit 9e89ee3

Browse files
committed
corrected some pages
Several small mistakes/errors were corrected in several proofs/definitions.
1 parent 63c35b4 commit 9e89ee3

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

P/covmat-sum.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ affiliation: "BCCN Berlin"
77
e_mail: "joram.soch@bccn-berlin.de"
88
date: 2022-09-26 10:37:00
99

10-
title: "Covariance of the sum of two random vectors"
10+
title: "Covariance matrix of the sum of two random vectors"
1111
chapter: "General Theorems"
1212
section: "Probability theory"
1313
topic: "Covariance"

P/f-pdf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ $$ \label{eq:f-XY}
9494
f_{X,Y}(x,y) = f_X(x) \cdot f_Y(y) \; .
9595
$$
9696

97-
With the [probability density function of an invertible function](/P/pdf-invfct), the [joint density](/D/dist-joint) of $T$ and $W$ can be derived as:
97+
With the [probability density function of an invertible function](/P/pdf-invfct), the [joint density](/D/dist-joint) of $F$ and $W$ can be derived as:
9898

9999
$$ \label{eq:f-FW-s1}
100100
f_{F,W}(f,w) = f_{X,Y}(x,y) \cdot \lvert J \rvert \; .

P/lognorm-mean.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ $$
8484
and, with unit variance $\sigma^2 = 1$, this reads:
8585

8686
$$
87-
= \frac{1}{\sqrt{2 \pi}} \cdot \exp \left[ -\frac{1}{2} \left({x-\mu} \right)^2 \right]
87+
f_X(x) = \frac{1}{\sqrt{2 \pi}} \cdot \exp \left[ -\frac{1}{2} \left({x-\mu} \right)^2 \right]
8888
$$
8989

9090
Using the definition of the [probability density function](/D/pdf), we get

P/lognorm-var.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ $$
103103
and, with $\mu = 2 \sigma$ and unit variance, this reads:
104104

105105
$$
106-
= \frac{1}{\sqrt{2 \pi}} \cdot \exp \left[ -\frac{1}{2} \left({x - 2 \sigma} \right)^2 \right] \; .
106+
f_X(x) = \frac{1}{\sqrt{2 \pi}} \cdot \exp \left[ -\frac{1}{2} \left({x - 2 \sigma} \right)^2 \right] \; .
107107
$$
108108

109109
Using the definition of the [probability density function](/D/pdf), we get

0 commit comments

Comments
 (0)