A reserving actuary fits a severity distribution to a stack of closed claims, but half the policies were still open at year-end and three policy years had a $10,000 deductible. MLE handles all of it inside one likelihood, and the exam expects you to know which criteria reward you for that choice.
Building the likelihood. Given iid sample from density , the likelihood is and the log-likelihood is . The MLE maximizes . For interior maxima of smooth models, set the score to zero and check the second derivative is negative.
Invariance. If is the MLE of , then is the MLE of for any function . No re-optimization required.
Consistency. Under standard regularity, as . Bias and variance both shrink; the MLE concentrates on the truth.
Unbiasedness. exactly. MLEs are usually only asymptotically unbiased. The classic case: has expectation , so it is biased low.
Common mistakes
- Treating censored observations as exact. Plugging the censoring limit into the density understates the tail and biases the MLE toward zero variance.
- Forgetting to divide by under truncation. Using raw density for observations above a deductible ignores conditioning on exceedance, biasing mean severity low.
- Confusing CRLB applicability. The bound is for unbiased estimators. A biased MLE may legitimately have lower variance than CRLB; direct comparison is meaningless.
Bottom line
- MLE maximizes ; solve and verify the second derivative is negative.
- Cramér-Rao lower bound is with ; MLEs are asymptotically efficient.
- MLEs are consistent, asymptotically normal, asymptotically unbiased, and functions of any sufficient statistic, but often biased in finite samples.
- MSE variance bias; a biased estimator can still beat an unbiased one on MSE.
Exam shortcut
For exponential severity with deductible and censoring at , the MLE of the mean is total observed exposure above , divided by the count of fully observed losses; memorize this and skip the score derivation. When asked for asymptotic variance, compute for one observation, divide by , and plug in last.
The full lesson (about 1,505 words, 10 min read) adds 2 worked examples, all 6 common mistakes, a self-check, free in the app.
Learning objectives
- B8
Browse all free MAS-I lessons or jump into free MAS-I practice questions.