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.

Memory hook. μ and σ belong to the LOG, not to X. E[X] = e^(μ+σ²/2) is strictly bigger than the median e^μ, which is what right skew looks like algebraically.

Where the moments come from

  1. with , so .
  2. — the normal MGF evaluated at .
  3. gives ; gives .
  4. .
  5. The median is because at .

Worked example

Claim severity is lognormal with μ = 7 and σ = 1.5 for the underlying normal. Find the expected severity.

  1. — the parameters belong to , so they cannot be used directly as the mean.
  2. .
  3. .
  4. 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.