Exam PContinuousFree to read

Pareto distribution

A heavy-tailed positive loss where large claims stay meaningfully likely.

Parameters and support

shape — larger means a lighter tail
scale
Support

The formulas

f(x)
F(x)
Mean
Variance
MGF

Not examinable for this distribution.

No MGF exists — the tail is heavier than any exponential.

Memory hook. The shape parameter is a budget: you get α − 1 moments. α ≤ 1 means no mean at all, α ≤ 2 means no variance. That is the whole point of a heavy tail.

Where the moments come from

  1. decays polynomially, not exponentially.
  2. , which converges only when , giving .
  3. for .
  4. Subtracting the squared mean gives .

Worked example

Losses follow a Pareto distribution with α = 3 and θ = 2,000. Find the expected loss.

  1. Check the moment exists: , so the mean is finite.
  2. .

Answer: 1,000

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

  • Quoting a mean when α ≤ 1 or a variance when α ≤ 2 — they are infinite, and 'does not exist' is the answer.
  • Confusing this two-parameter form with the single-parameter Pareto whose support starts at θ.

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.