An insurer has 200 loss observations: 40 exact amounts, 80 grouped, 50 right-censored at a policy limit, and 30 left-truncated by a deductible. Each data type demands a different likelihood contribution. Build it wrong for even one observation, and your parameter estimates are biased. The FAM exam tests whether you can construct the correct likelihood for every data scenario.
Given independent observations from a distribution with parameters :
Maximize by solving for each parameter.
KEY: Constructing the likelihood for different data types is the core testable skill, every observation type has a distinct contribution.
HIGH-FREQUENCY: Constructing the likelihood for different data types is the core testable skill.
Each observation contributes .
Exponential (mean ): . Normal: , , divides by , not .
Common mistakes
- Dividing by instead of for censored exponential data. With 14 uncensored and 6 censored, the denominator is 14. Using 20 gives 241.0 instead of 344.3. Trap: 241.0 on any problem with censoring.
- Forgetting to condition on truncation. Without in the denominator, the MLE ignores the deductible's selection effect. For the exponential, this means using instead of . Trap: the unconditional mean when the problem specifies a deductible.
- Using in the normal variance MLE. MLE divides by , not . With and : MLE gives 95.0, unbiased gives 100.0. Trap: 100.0.
Bottom line
- MLE maximizes the log-likelihood: solve the score equations, then confirm the second derivative is negative to verify a maximum.
- Complete data: each observation contributes
- Grouped in : contributes , never a midpoint density
- Right-censored at : contributes
Exam shortcut
When an MLE problem mixes data types, label each observation's contribution before doing algebra: "density for uncensored, survival for censored, CDF difference for grouped, divided by survival for truncated." For the exponential, look for the shortcut: total exposure over uncensored count. Remember: "Ceiling vs. Floor". censoring puts a ceiling (multiply by ), truncation puts a floor (divide by ). The operations are opposites.
The full lesson (about 2,512 words, 17 min read) adds 6 worked examples, all 6 common mistakes, a self-check, free in the app.
Learning objectives
- 3a
Browse all free Exam FAM lessons or jump into free Exam FAM practice questions.