A reinsurer needs from a negative binomial. The PMF involves gamma functions and powers. The recursive approach: four multiplications. On a timed exam, the recursion is the only practical path.
HIGH-FREQUENCY: Exam problems give , , and , then ask for at a specific .
Procedure: identify distribution (sign of ), extract parameters, compute , iterate forward.
At : . This shortcut avoids fractions.
KEY: At , the recursion factor simplifies to . This is always a clean number, use it as a sanity check on your and values.
Then iterate: for . Same factors, different starting value.
Common mistakes
- Forgetting to divide by for ZT. The recursion factors are the same, but the starting value must be rescaled. Missing this makes all subsequent probabilities too small. Trap: instead of 0.3130.
- Using as starting value in (a,b,1). The recursion starts from . If , computing kills the entire sequence.
- Inverting the variance-to-mean ratio. The ratio is , not . With , ratio is . Inverting gives , computing underdispersed variance for an NB, contradiction.
Bottom line
- Iterate: ; at the factor is always
- ZT starting value: , then apply the same recursion factors from onward
- ZM starting value:
- Variance-to-mean ratio equals : Poisson = 1, binomial < 1, NB > 1
Exam shortcut
Set up a table with columns: , factor , . Fill the factor column first, then multiply down. On problems asking for , compute through and sum. "Factor, then multiply." Compute the fraction first, then apply. Never do both in your head. "One over one minus a", the variance-to-mean ratio in one formula.
The full lesson (about 1,744 words, 12 min read) adds 3 worked examples, all 5 common mistakes, a self-check, free in the app.
Learning objectives
- 2g
Browse all free Exam FAM lessons or jump into free Exam FAM practice questions.