A pricing actuary needs two pieces to set a premium: how often claims happen and how big they are when they do. Frequency and severity each have their own distributional toolbox, and MAS-I tests both fluently.
Frequency distributions. Claim counts are non-negative integers, so the candidate distributions are discrete.
Poisson(): , with mean and variance both equal to . Use when arrivals are independent and the portfolio is homogeneous.
Negative binomial(): mean , variance . Variance exceeds the mean by factor . It arises as a gamma-mixed Poisson, so it is the default when policyholders vary in underlying risk.
Binomial(): mean , variance . Variance is below the mean. Appropriate when the count is bounded (claims per policy capped at ).
KEY: Compare sample mean and variance first. suggests binomial, suggests Poisson, suggests negative binomial.
The class. All three satisfy for constants . Poisson has ; negative binomial has ; binomial has .
Common mistakes
- Forgetting that compound-Poisson variance uses , not . Plugging variance alone systematically understates the answer.
- Confusing negative binomial parameterizations. Some texts use with . Mean is then . Always confirm which form the question uses.
- Fitting Pareto when . The mean does not exist. Reported sample mean is meaningless as an estimator; use the median or a different family.
Bottom line
- Frequency: Poisson (), Negative Binomial (over-dispersed), Binomial (under-dispersed). The class covers all three, identified from a plot of .
- Variance-to-mean ratio classifies the family: below 1 binomial, near 1 Poisson, above 1 negative binomial.
- Negative binomial is the gamma-mixed Poisson model for heterogeneous portfolios, inflating variance above the mean.
- Severity: Exponential, Gamma, Weibull, Lognormal, Pareto. Choose by tail weight: lognormal and Pareto for heavy tails, gamma and Weibull for lighter tails.
Exam shortcut
When the question gives a sample mean and variance for counts, compute the ratio first. The answer family is decided before you reach for a formula. For aggregate-loss problems, write and using the general two-term formula, then simplify only if is Poisson.
The full lesson (about 1,569 words, 10 min read) adds 2 worked examples, all 6 common mistakes, a self-check, free in the app.
Learning objectives
- B5
Browse all free MAS-I lessons or jump into free MAS-I practice questions.