Exam PContinuousFree to read
Lognormal distribution
A positive, right-skewed quantity whose logarithm is normal — the default model for claim severity and asset prices.
Parameters and support
- mean of the UNDERLYING normal —
- standard deviation of the UNDERLYING normal —
- Support
The formulas
- f(x)
- F(x)
- Mean
- Variance
- MGF
Not examinable for this distribution.
The MGF does not exist for any t > 0 — the tail is too heavy. Use the moment formula E[Xᵏ] = exp(kμ + k²σ²/2) instead.
Where the moments come from
- with , so .
- — the normal MGF evaluated at .
- gives ; gives .
- .
- The median is because at .
Worked example
Claim severity is lognormal with μ = 7 and σ = 1.5 for the underlying normal. Find the expected severity.
- — the parameters belong to , so they cannot be used directly as the mean.
- .
- .
- Note the median is only — the mean sits far above it because the distribution is right-skewed.
Answer: 3,378.9
The mean, variance, CDF and moment generating function above are re-derived numerically from this distribution’s own density on every test run — summed over the support for a discrete distribution, integrated by quadrature for a continuous one — and compared with the closed forms printed here. A typo on this page fails the build.
Traps
- Reporting e^μ as the mean — that is the MEDIAN.
- Using σ² where σ belongs inside the Φ argument.
- Looking for an MGF; it does not exist. Use the k-th moment formula.
Related
Drill this: the Exam P question bank has original questions on this distribution, and the recall trainer builds its prompts from exactly the formulas above.