Loss Distribution Formula Atlas
FAM and ASTAM use a small distribution library. The fastest way to make it usable is to separate frequency formulas from severity formulas, keep the SOA scale conventions visible, and attach each formula to the actuarial question it answers.
How To Use This Atlas
Use this page as a map, not as a substitute for the official exam tables. The official FAM tables state the examination parameterizations and the ASTAM formula sheet states the generating-function notation. ActuaryPath adds the interpretation layer: what each formula is for, when moments exist, and where each distribution fits in FAM or ASTAM.
For a candidate, the key split is count versus amount. Frequency distributions use PMFs and probability generating functions. Severity distributions use PDFs, CDFs, survival functions, moments, limited expected values, hazards, and tail diagnostics.
Frequency Models
Frequency models count claims or events. FAM and ASTAM use Poisson, Binomial, Negative Binomial, and Geometric as the core (a,b,0) families, with zero-modified and zero-truncated variants appearing in the (a,b,1) setting.
Probability generating functions are the clean way to combine counts with discrete severities. The count PGF P_N(z) becomes the aggregate PGF after substituting the severity PGF into it.
Pareto Type II
The SOA tables use Pareto Type II, also called Lomax, with shape alpha and scale theta. It is the standard heavy-tail severity family and the main bridge into mean-excess functions, GPD threshold thinking, and high-layer reinsurance.
Moments exist only up to the shape parameter. That existence condition is not fine print. If alpha is no larger than 1, the mean is infinite; if alpha is no larger than 2, the variance is infinite.
Lognormal
A lognormal severity is X = exp(Y) where Y is normal with mean mu and standard deviation sigma. The parameters live on the log scale. This makes MLE simple because the log-data are normal, but it also makes the original-scale mean easy to misread.
Lognormal has all positive moments but no finite moment generating function for positive t. That is why it behaves like a heavy-tailed severity model in aggregate-loss and ruin settings even though its moments exist.
Gamma And Chi-Squared
The SOA gamma uses shape alpha and scale theta. Exponential is the alpha = 1 special case. Chi-squared with nu degrees of freedom is Gamma(nu/2, 2), which is why chi-squared tests and gamma severity models share the same functional shape.
Gamma is light-tailed relative to lognormal and Pareto. It is useful when severity is positive, skewed, and not dominated by extremely high losses. It also supplies the conjugate prior for Poisson frequency and the severity component of compound-Poisson-Gamma Tweedie models.
Beta And Weibull
Beta is the bounded distribution on (0,1). Exam P uses it as a standard continuous distribution; actuarial severity work often uses transformed beta forms for bounded losses. Weibull is positive and uses shape tau with scale theta; its main actuarial use is hazard-rate flexibility.
Weibull with tau = 1 is exponential. Tau less than 1 gives decreasing hazard. Tau greater than 1 gives increasing hazard. That hazard interpretation is more important than the density shape by itself.
Worked Example: Pick The Formula Layer
A question asks for the expected payment under an ordinary deductible. That is not a PDF problem first; it is a payment-variable problem. Use limited expected value or stop-loss formulas before choosing a computational route.
A question asks for the distribution of aggregate losses with a discrete severity and a Poisson frequency. That is a PGF or Panjer problem, not a direct CDF lookup. Use P_S(z) = exp(lambda(P_X(z) - 1)) or the Panjer recursion depending on whether the question asks for a formula or individual probabilities.