Statistics and Estimation for Actuaries
On this page
Fitting a distribution to data — a severity curve, a development pattern, a class relativity — always reduces to an estimation problem. This article reviews the two classical estimators actuaries use daily, contrasts frequentist and Bayesian inference, and clarifies a distinction that trips up even experienced analysts: a confidence interval is not a credible interval.
Method of moments
The method of moments (MoM) sets sample moments equal to theoretical moments and solves for the parameters. For a gamma distribution with mean and variance , given sample mean and sample variance :
MoM is fast, always has a closed form for simple distributions, and is a good starting value for numerical MLE — but it is not efficient (its variance exceeds the MLE's asymptotically) and can produce nonsensical values (e.g., negative variance parameters) for small or unusual samples.
Maximum likelihood estimation
MLE chooses to maximize the likelihood of the observed data, , equivalently the log-likelihood . For an exponential severity with parameter (mean), , giving — the same as MoM in this case, but MLE generally differs from MoM and is asymptotically efficient (attains the Cramér–Rao lower bound) and asymptotically normal:
where is the Fisher information. This asymptotic normality is what lets us build confidence intervals and standard errors around MLE parameter estimates — the same machinery underlying GLM output tables.
Censoring and truncation are handled naturally by MLE: for a policy with limit , a claim that hits the limit contributes (the survival probability) to the likelihood rather than the density , correctly reflecting that we only know the loss exceeded .
Bayesian estimation
Bayesian inference treats itself as random, with a prior representing beliefs before seeing data. Bayes' theorem gives the posterior:
When the prior is conjugate to the likelihood (e.g., gamma prior with Poisson likelihood, or beta prior with binomial likelihood), the posterior has the same family as the prior with updated parameters — this conjugate-prior machinery is exactly the engine behind Bühlmann-type credibility formulas (see Credibility Theory). The posterior mean is often used as a point estimate; the full posterior distribution supports probabilistic statements that frequentist confidence intervals cannot make.
Confidence intervals vs. credible intervals — the key distinction
A 95% confidence interval is a random interval, constructed by a procedure that captures the true fixed parameter in 95% of repeated samples. It says nothing about the probability that lies in this particular interval — that probability is either 0 or 1 (the parameter is fixed) once the data are observed. A 95% credible interval is a fixed interval, computed from the posterior distribution, such that — a genuine probability statement about the parameter given the observed data. In practice with diffuse priors and large samples the two often coincide numerically, but their interpretation differs fundamentally, and communicating a confidence interval as if it were a credible interval is a common but serious professional error (relevant under ASOP 41's requirement for clear disclosure).
Hypothesis testing
Actuaries use hypothesis tests to check whether a trend is statistically different from zero, whether two accident years' loss ratios differ, or whether a new rating variable is significant. The standard machinery: state (e.g., , no trend) and (); compute a test statistic (e.g., ); compare to a critical value or compute a p-value; reject if the p-value is below the significance level (commonly 0.05).
Worked example. A trend model fit to 8 years of severity data gives (4.5% annual severity trend) with standard error . Test at using degrees of freedom.
The two-sided critical value . Since , we reject : the trend is statistically significant at the 5% level, supporting the actuary's use of a positive severity trend in the rate indication.
Pitfalls
- Reporting confidence intervals as if they were probability statements about — a persistent misstatement even in professional work.
- Ignoring model risk: standard errors from MLE assume the model form is correct; misspecification (wrong distribution family) is not captured by the Fisher information.
- Small-sample MLE bias — e.g., the MLE of a lognormal is biased downward; a bias-correction or Bayesian shrinkage is often warranted with thin data.
- Multiple comparisons: testing many rating variables at each inflates the family-wise false-positive rate; adjust (Bonferroni, false discovery rate) or use penalized/regularized selection instead.
- Priors chosen for convenience rather than genuine belief, which can materially bias thin-data credibility estimates.
Exam relevance
These estimation methods are directly examined on SOA Exam SRM/STAM, CAS Exam MAS-I, and underlie all model-fitting content on CAS Exams 5, 7, 8, and 9.
Related
The frequency and severity distribution families actuaries use every day, their moments and MGFs, and how mixtures build realistic loss models.
Full-credibility derivation and the square-root rule, Bühlmann and Bühlmann–Straub with a worked three-group example, Bayesian Poisson–Gamma, and complement of credibility.
Tweedie GLMs with log links and offsets for pure premium modeling, relativity extraction, lift/Gini validation, GBM comparisons, interpretability, and ASOP 56 model governance.
References
- Klugman, Panjer & Willmot, Loss Models: From Data to Decisions
- CAS Exam MAS-I Syllabus — Statistics and Estimation
- Hogg, McKean & Craig, Introduction to Mathematical Statistics
Want a deeper conversation on this topic?
Ask the agent about this