Skip to content

Commit 63c35b4

Browse files
committed
integrated new content
A few minor adjustments to the proofs "lognorm-mean" and "lognorm-var" were performed.
1 parent 2b5e112 commit 63c35b4

3 files changed

Lines changed: 16 additions & 17 deletions

File tree

I/ToC.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -422,10 +422,10 @@ title: "Table of Contents"
422422
&emsp;&ensp; 3.6.1. *[Definition](/D/lognorm)* <br>
423423
&emsp;&ensp; 3.6.2. **[Probability density function](/P/lognorm-pdf)** <br>
424424
&emsp;&ensp; 3.6.3. **[Cumulative distribution function](/P/lognorm-cdf)** <br>
425-
&emsp;&ensp; 3.6.4. **[Median](/P/lognorm-med)** <br>
426-
&emsp;&ensp; 3.6.5. **[Mode](/P/lognorm-mode)** <br>
427-
&emsp;&ensp; 3.6.6. **[Quantile Function](/P/lognorm-qf)** <br>
428-
&emsp;&ensp; 3.6.7. **[Mean](/P/lognorm-mean)** <br>
425+
&emsp;&ensp; 3.6.4. **[Quantile Function](/P/lognorm-qf)** <br>
426+
&emsp;&ensp; 3.6.5. **[Mean](/P/lognorm-mean)** <br>
427+
&emsp;&ensp; 3.6.6. **[Median](/P/lognorm-med)** <br>
428+
&emsp;&ensp; 3.6.7. **[Mode](/P/lognorm-mode)** <br>
429429
&emsp;&ensp; 3.6.8. **[Variance](/P/lognorm-var)** <br>
430430

431431
3.7. Chi-squared distribution <br>

P/lognorm-mean.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ $$ \label{eq:lognorm-mean-s1}
5454
\end{split}
5555
$$
5656

57-
Substituting $z = \frac{\ln x -\mu}{\sigma}$, i.e. $x = \exp \left( \mu + \sigma z \right )$ we have:
57+
Substituting $z = \frac{\ln x -\mu}{\sigma}$, i.e. $x = \exp \left( \mu + \sigma z \right )$, we have:
5858

5959
$$ \label{eq:lognorm-mean-s2}
6060
\begin{split}
@@ -75,19 +75,19 @@ $$ \label{eq:lognorm-mean-s3}
7575
\end{split}
7676
$$
7777

78-
The [probability density function of a normal distribution](/P/norm-pdf) reads:
78+
The [probability density function of a normal distribution](/P/norm-pdf) is given by
7979

8080
$$ \label{eq:norm-pdf}
8181
f_X(x) = \frac{1}{\sqrt{2 \pi} \sigma} \cdot \exp \left[ -\frac{1}{2} \left( \frac{x-\mu}{\sigma} \right)^2 \right]
8282
$$
8383

84-
With unit variance this reads:
84+
and, with unit variance $\sigma^2 = 1$, this reads:
8585

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

90-
Using the definition of the [probability density function](/D/pdf)
90+
Using the definition of the [probability density function](/D/pdf), we get
9191

9292
$$ \label{eq:def-pdf}
9393
\int_{-\infty}^{+\infty} \frac{1}{\sqrt{2 \pi}} \cdot \exp \left[ -\frac{1}{2} \left({x-\mu} \right)^2 \right] \mathrm{d}x = 1

P/lognorm-var.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -46,17 +46,16 @@ $$ \label{eq:lognorm-var}
4646
$$
4747

4848

49-
**Proof:**
50-
[Variance](/D/var) is defined as:
49+
**Proof:** The [variance](/D/var) of a random variable is defined as
5150

5251
$$ \label{eq:var}
5352
\mathrm{Var}(X) = \mathrm{E}\left[ (X-\mathrm{E}(X))^2 \right]
5453
$$
5554

56-
which, [ partitioned into expected values](/P/var-mean) reads:
55+
which, [partitioned into expected values](/P/var-mean), reads:
5756

5857
$$ \label{eq:var2}
59-
\mathrm{Var}(X) = \mathrm{E}\left[ X^2 \right] - \mathrm{E}\left[ X \right]^2
58+
\mathrm{Var}(X) = \mathrm{E}\left[ X^2 \right] - \mathrm{E}\left[ X \right]^2 \; .
6059
$$
6160

6261
The [expected value of the log-normal distribution](/P/lognorm-mean) is:
@@ -95,19 +94,19 @@ $$ \label{eq:second-moment-3}
9594
\end{split}
9695
$$
9796

98-
The [probability density function of a normal distribution](/P/norm-pdf) is
97+
The [probability density function of a normal distribution](/P/norm-pdf) is given by
9998

10099
$$
101100
f_X(x) = \frac{1}{\sqrt{2 \pi} \sigma} \cdot \exp \left[ -\frac{1}{2} \left( \frac{x-\mu}{\sigma} \right)^2 \right]
102101
$$
103102

104-
with $\mu = 2 \sigma$ and unit variance this reads:
103+
and, with $\mu = 2 \sigma$ and unit variance, this reads:
105104

106105
$$
107-
= \frac{1}{\sqrt{2 \pi}} \cdot \exp \left[ -\frac{1}{2} \left({x - 2 \sigma} \right)^2 \right]
106+
= \frac{1}{\sqrt{2 \pi}} \cdot \exp \left[ -\frac{1}{2} \left({x - 2 \sigma} \right)^2 \right] \; .
108107
$$
109108

110-
Using the definition of the [probability density function](/D/pdf)
109+
Using the definition of the [probability density function](/D/pdf), we get
111110

112111
$$ \label{eq:def-pdf}
113112
\int_{-\infty}^{+\infty} \frac{1}{\sqrt{2 \pi}} \cdot \exp \left[ -\frac{1}{2} \left({x - 2 \sigma} \right)^2 \right] \mathrm{d}x = 1
@@ -119,7 +118,7 @@ $$ \label{eq:second-moment-4}
119118
\mathrm{E}[X]^2 = \exp \left( 2 \sigma^2 +2 \mu \right) \; .
120119
$$
121120

122-
Applying \eqref{eq:second-moment-4} and \eqref{eq:lognorm-mean-ref} to \eqref{eq:var2}, we have:
121+
Finally, plugging \eqref{eq:second-moment-4} and \eqref{eq:lognorm-mean-ref} into \eqref{eq:var2}, we have:
123122

124123
$$ \label{eq:lognorm-var-2}
125124
\begin{split}

0 commit comments

Comments
 (0)