@@ -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
6261The [ 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$$
101100f_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