Roman C. answered 08/09/16
Tutor
5.0
(851)
Masters of Education Graduate with Mathematics Expertise
The Log-Normal distribution is parameterized by the same parameters as the underlying Normal distribution. Specifically,
X ∼ N(a,b) ⇒ Y = eX ∼ LN(a,b).
However, we can compute the mean and variance of the Log-Normal by noting the following:
E(Yt) = E(etX) = MX(t) = exp(at + bt2/2) is the MGF of the Normal distribution.
E(Y) = MX(1) = ea+b/2
Var(Y) = E(Y2) - [E(Y)]2 = MX(2) - [MX(1)]2 = e2a+2b - e2a+b = e2a+b(eb - 1).

Roman C.
tutor
Most software (e.g. R) implement the Normal and Log-Normal distributions using the Standard Deviation instead of the Variance.
Report
08/09/16
Mahmoud S.
08/09/16