Bayesian estimation treats the parameter as random, not the data. You start with a prior belief, see the data, and update to a posterior. That single sentence is the entire exam.
The Bayesian machinery. Let be the parameter (claim frequency rate, severity scale, aggregate mean) and the observed data. You need three objects.
- Prior : your belief before seeing data.
- Likelihood : the model density evaluated at the data.
- Posterior : updated belief.
KEY: Drop the denominator while you work. Match the numerator to a known density up to a constant of proportionality and read off the parameters.
Point estimates from the posterior. The choice of loss function picks the estimator.
- Squared-error loss: , the posterior mean.
- Absolute-error loss: posterior median.
- Zero-one loss: posterior mode (the maximum a posteriori, or MAP).
The exam defaults to squared-error unless it says otherwise. The mean is what you compute.
Conjugate priors for actuarial models. A prior is conjugate when the posterior lies in the same family. Three pairings cover most exam problems.
Common mistakes
- Multiplying instead of normalizing. The posterior is proportional to prior times likelihood, but you still need the constant if asked for a probability, not just a mean.
- Confusing prior and posterior in the predictive integral. The predictive uses the posterior, not the prior.
- Using the Gamma posterior scale as instead of . The denominator is essential.
Bottom line
- Posterior ∝ Prior × Likelihood. The denominator is a normalizing constant that makes the posterior integrate to 1.
- Bayes estimate depends on the loss: squared-error gives the posterior mean, absolute-error gives the posterior median, 0-1 loss gives the posterior mode.
- Gamma prior + Poisson data gives a Gamma posterior with shape and scale ; the predictive count distribution is Negative Binomial.
- Beta prior + Bernoulli data gives a Beta posterior.
Exam shortcut
Identify the conjugate pair first. If prior and likelihood are conjugate, write the posterior parameters directly without computing any integral. For Gamma-Poisson, compute and form the credibility-weighted mean. Skip the explicit Gamma update. When asked for predictive expectation of next-period claims under Gamma-Poisson, it equals the posterior mean of . The Negative Binomial mean reduces to it.
The full lesson (about 1,466 words, 10 min read) adds 2 worked examples, all 6 common mistakes, a self-check, free in the app.
Learning objectives
- 4d
Browse all free Exam ASTAM lessons or jump into free Exam ASTAM practice questions.