4.4 Gamma & Inverse Gaussian Models for Claim Severity
Key Takeaways
- Claim severity models the conditional loss size given that a claim has occurred (Y > 0); policies with zero claims must be excluded from severity estimation datasets.
- When modeling average claim severity at the policy or rating cell level (Y_bar = Total Loss / Claim Count), observations must be weighted by prior weights equal to the claim count omega_i = N_i.
- The Gamma distribution exhibits a variance function V(mu) = mu^2, leading to a constant coefficient of variation CV = sqrt(phi) across all rating risk classes regardless of expected loss magnitude.
- The Inverse Gaussian distribution features a steeper variance function V(mu) = mu^3 and non-constant CV = sqrt(phi * mu), creating a substantially heavier right tail that better captures commercial liability shock losses.
- The log link g(mu) = ln(mu) is universally favored over canonical links for severity because it strictly guarantees positive loss predictions and directly produces multiplicative actuarial rating relativities.
Severity Modeling Principles in Actuarial Practice
In property and casualty (P&C) ratemaking, pure premium (loss cost) represents the expected loss per unit of exposure. Under the classical two-stage frequency-severity framework, pure premium decomposes multiplicatively into the expected claim frequency and the expected conditional claim severity:
While frequency models analyze discrete claim counts across all exposed policies (including zero-claim policies), claim severity models operate strictly on the conditional distribution of claim sizes given that a claim has occurred ($Y_i > 0$).
ALL EXPOSED POLICIES
│
┌──────────────────────┴──────────────────────┐
▼ ▼
No Claims (Y = 0) Claim Occurred (Y > 0)
(Used in Frequency Model) (Used in Severity Model)
│
┌──────────────┴──────────────┐
▼ ▼
Claim-Level Policy-Level
Record Grain Average Severity
(1 row per claim) (Y_bar = Loss / N, Weight = N)
Data Grain and Actuarial Weighting
Actuaries fit severity models at one of two distinct data grains:
- Individual Claim Grain (Transaction Level): Each observation represents a single closed or settled claim ($y_i$). The model assigns equal prior weights ($\omega_i = 1$) unless specific inflation trend adjustments or credibility weights apply.
- Policy or Risk-Cell Grain (Aggregated Level): Each observation represents a policy or rating cell that incurred one or more claims ($N_i \ge 1$). The target response is the average claim severity:
Where $S_i$ is the aggregate loss and $Z_{ij}$ is the amount of the $j$-th individual claim on policy $i$.
If individual claims $Z_{ij}$ are independent and identically distributed with mean $\mu_i$ and variance $\text{Var}(Z_{ij}) = \phi V(\mu_i)$, the variance of the average severity is:
In the Exponential Dispersion Family (EDF), the dispersion function is parameterized as $a(\phi) = \frac{\phi}{\omega_i}$. Comparing this with the variance equation demonstrates that the prior weight $\omega_i$ must strictly equal the claim count $N_i$:
An observation with $10$ claims provides ten times the information and exhibits one-tenth the sampling variance of an observation with $1$ claim. Weighting by claim count ensures that parameter estimation is unbiased and statistically efficient.
The Gamma Distribution for Claim Severity
The Gamma distribution is the standard workhorse for modeling P&C insurance claim severity. Its support is strictly positive ($y > 0$), and its right-skewed profile naturally reflects the asymmetry of property damage and collision losses.
Probability Density Function and EDF Parameterization
In classical statistics, the Gamma distribution is parameterized by shape parameter $\alpha > 0$ and scale parameter $\theta > 0$. In Generalized Linear Models, actuaries reparameterize the distribution in terms of its mean $\mu = \mathbb{E}[Y] = \alpha \theta$ and dispersion parameter $\phi = \frac{1}{\alpha} > 0$:
To express this in canonical Exponential Dispersion Family form:
Where:
- Natural (canonical) parameter: $\theta_c = -\frac{1}{\mu} \implies \mu = -\frac{1}{\theta_c}$
- Cumulant function: $b(\theta_c) = -\ln(-\theta_c) = \ln(\mu)$
- Dispersion parameter: $a(\phi) = \frac{\phi}{\omega_i}$
- Normalizing function: $c(y, \phi) = \frac{1 - \phi}{\phi} \ln(y) - \frac{\ln(\phi)}{\phi} - \ln\Gamma\left(\frac{1}{\phi}\right)$
Derivation of the Variance Function
The mean and variance functions derive directly from the cumulant function $b(\theta_c)$:
Thus, the variance of a Gamma random variable with prior weight $\omega_i$ is:
The Constant Coefficient of Variation (CV) Property
A critical mathematical property of the Gamma GLM is that its Coefficient of Variation ($CV$) is strictly constant across all risk profiles:
This constant $CV$ property has profound actuarial meaning:
- Proportional uncertainty is identical across rating tiers: A risk group with an expected claim severity of $1,000 (e.g., minor auto bumper repairs) has a standard deviation of $\sqrt{\phi} \times 1,000$. A risk group with an expected severity of $20,000 (e.g., luxury sports car repairs) has a standard deviation of $\sqrt{\phi} \times 20,000$.
- If $\phi = 0.25$, then $CV = \sqrt{0.25} = 0.50$ ($50%$) for both risk classes.
- This reflects property lines where loss volatility scales quadratically with the value of the underlying asset.
Link Functions for Severity: Log Link vs. Canonical Link
The canonical link function for the Gamma distribution equates the linear predictor $\eta_i = \mathbf{x}_i^T \boldsymbol{\beta}$ to the natural parameter $\theta_c = -1/\mu_i$:
Why Actuaries Universally Reject the Canonical Link for Severity
Despite its mathematical appeal (such as minimal sufficient statistics and Newton-Raphson equivalence), the canonical reciprocal link is virtually never used in commercial insurance pricing:
- Risk of Negative or Undefined Fitted Values: Under the inverse link, $\hat{\mu}_i = \frac{1}{\mathbf{x}_i^T \hat{\boldsymbol{\beta}}}$. If the linear predictor evaluates to zero or a negative number for any policyholder profile, the model predicts an infinite or negative expected claim severity. In insurance, negative claim severities are a physical impossibility that will crash automated rating engines.
- Non-Multiplicative Rating Structure: The inverse link produces an additive model on the reciprocal scale, which cannot be incorporated into standard multiplicative insurance rating manuals.
The Operational Dominance of the Log Link
Actuaries universally pair the Gamma distribution with the log link function:
This specification provides two indispensable benefits:
- Strict Positivity: Because $\exp(\eta) > 0$ for all $\eta \in (-\infty, \infty)$, predicted severity is mathematically guaranteed to be strictly positive regardless of predictor combinations.
- Multiplicative Relativities: The model decomposes directly into standard actuarial rating relativities:
- The base severity is $\text{Base Rate} = \exp(\beta_0)$.
- Each categorical attribute contributes a multiplicative relativity $\text{Relativity}_j = \exp(\beta_j)$.
The Inverse Gaussian Distribution for Heavy-Tailed Severity
While the Gamma distribution fits well for well-behaved property damage claims, it frequently underestimates loss costs in commercial lines characterized by severe shock losses, long-tail casualty litigation, and catastrophic personal injury. For these lines, the Inverse Gaussian (IG) distribution provides a superior alternative.
Probability Density Function and EDF Parameterization
The Inverse Gaussian distribution (also known as the Wald distribution) has probability density function:
In Exponential Dispersion Family notation:
Where:
- Natural parameter: $\theta_c = -\frac{1}{2\mu^2} \implies \mu = (-2\theta_c)^{-1/2}$
- Cumulant function: $b(\theta_c) = -\sqrt{-2\theta_c} = -\frac{1}{\mu}$
- Dispersion parameter: $a(\phi) = \frac{\phi}{\omega_i}$
- Normalizing function: $c(y, \phi) = -\frac{1}{2}\ln(2\pi \phi y^3) - \frac{1}{2\phi y}$
Derivation of the Variance Function
Differentiating the cumulant function yields the mean and variance:
Thus, the variance of an Inverse Gaussian random variable is cubic in the mean:
Non-Constant Coefficient of Variation in Inverse Gaussian
Because the variance function is $V(\mu) = \mu^3$, the Coefficient of Variation is not constant; it increases with the square root of the mean:
This behavior matches long-tail liability insurance: high-severity risk classes (such as heavy commercial trucking or hazardous industrial manufacturing) exhibit not only higher absolute dollar variances, but also proportionately greater relative volatility than low-severity risk classes.
Tail Behavior Comparison: Gamma vs. Inverse Gaussian
The fundamental actuarial distinction between the Gamma and Inverse Gaussian distributions lies in their asymptotic tail decay. Consider the right tail behavior as claim size $y \to \infty$:
Density f(y)
│
│ ▲
│ ╱ ╲
│ ╱ ╲ Gamma (Decays faster in right tail: V(mu) = mu^2)
│ ╱ ╲─────────────────────────┐
│ ╱ └───┐
│ ╱ Inverse Gaussian └──────────────────
│╱ (Heavy right tail: V(mu) = mu^3) ┌──────────────
└────────────────────────────────────────────┴───────────────► Claim Size (y)
Why Inverse Gaussian Has a Heavier Right Tail
- Variance Growth Rate: Because $V(\mu) = \mu^3$ for Inverse Gaussian versus $V(\mu) = \mu^2$ for Gamma, the conditional variance grows at a much faster rate as expected losses increase.
- Shock Loss Sensitivity: The Inverse Gaussian distribution allocates substantially higher probability mass to extreme positive values ($y \gg \mu$).
- Actuarial Suitability by Line of Business:
| Line of Business | Typical Claim Profile | Recommended Severity Model | Actuarial Rationale |
|---|---|---|---|
| Personal Auto Collision | Capped by vehicle actual cash value (ACV); well-behaved, moderate skewness | Gamma | Loss amounts have natural physical ceilings; constant $CV$ is realistic. |
| Personal Homeowners (Property) | Building structure limits cap structural losses; moderate tail | Gamma | Most claims are localized repairs; extreme fire totals are handled via policy limits. |
| Commercial Auto Bodily Injury | High policy limits ($1M+), severe medical litigation, life-care plans | Inverse Gaussian | Extreme right tail with frequent shock verdicts; cubic variance captures high-tier risk volatility. |
| Commercial General Liability | Long latency, toxic torts, multi-party construction defect litigation | Inverse Gaussian | High proportion of multi-million dollar shock claims; Gamma severely under-predicts right tail. |
| Medical Malpractice | High severity, low frequency, catastrophic lifetime medical expenses | Inverse Gaussian | Skewness is extreme; Inverse Gaussian prevents underpricing high-risk surgical specialties. |
Model Selection and Actuarial Evaluation Framework
When evaluating competing severity distributions (Gamma vs. Inverse Gaussian), actuaries apply a multi-faceted statistical and operational framework:
1. Unit Deviance Comparison
The unscaled unit deviance $d(y_i, \mu_i)$ reflects the discrepancy between the observed claim size and the fitted mean:
- Gamma Unit Deviance:
- Inverse Gaussian Unit Deviance:
The total deviance $D(\mathbf{y}, \hat{\boldsymbol{\mu}}) = \sum_{i=1}^n \omega_i d(y_i, \hat{\mu}_i)$ summarizes overall discrepancy.
2. Information Criteria (AIC and BIC)
Because Gamma and Inverse Gaussian models have identical parameter counts for the same predictor set, comparing log-likelihoods directly indicates relative goodness-of-fit:
The model achieving lower AIC/BIC is preferred. In severe liability lines, Inverse Gaussian frequently achieves an AIC improvement of hundreds or thousands of points over Gamma due to superior tail fit.
3. Normal Q-Q Plots of Deviance Residuals
Deviance residuals for observation $i$ are defined as:
Actuaries plot the ordered deviance residuals against standard normal theoretical quantiles. If the Gamma model's residuals curve sharply upward in the upper right quadrant, the observed data possesses a heavier tail than the Gamma distribution can accommodate. Switching to an Inverse Gaussian model often straightens the upper tail along the 45-degree reference line.
Actuarial Exam Traps & Pitfalls
[!WARNING] Trap 1: Including Zero-Claim Policies in Severity Models Both Gamma and Inverse Gaussian distributions have strictly positive support ($y > 0$). If an actuary mistakenly includes policies with zero claims ($y_i = 0$), evaluating the density or deviance requires computing $\ln(0)$ or division by zero, causing the estimation routine to crash. Severity models must strictly filter data to $y_i > 0$.
[!WARNING] Trap 2: Omitting Prior Weights on Aggregated Severity Data When modeling average claim severity at the rating cell level ($\bar{Y}_i = S_i / N_i$), failure to set prior weights
weights = Ntreats a cell with 1,000 claims as having the same sampling reliability as a cell with 1 claim. This inflates the parameter estimation variance and distorts rating relativities.
[!WARNING] Trap 3: Assuming Inverse Gaussian Has a Constant Coefficient of Variation On exam questions, candidates frequently assume all severity GLMs have constant $CV$. Remember: only the Gamma distribution has constant $CV = \sqrt{\phi}$. The Inverse Gaussian distribution has $CV = \sqrt{\phi \mu}$, which scales directly with the square root of the expected claim size.
[!WARNING] Trap 4: Using the Canonical Inverse Link for Gamma Severity Never specify the canonical link $g(\mu) = -1/\mu$ (or $1/\mu$) for ratemaking. If the linear predictor evaluates to $\le 0$ for favorable rating tiers, it produces negative or infinite expected severities. Always use the log link $g(\mu) = \ln(\mu)$.
In a property and casualty severity GLM, why does the Gamma distribution exhibit a constant coefficient of variation (CV = sigma / mu) across all rating classes, whereas the Inverse Gaussian distribution does not?
A pricing actuary is choosing between a Gamma GLM and an Inverse Gaussian GLM for commercial auto bodily injury liability severity. Diagnostic Q-Q plots of the Gamma model show that deviance residuals curve sharply upward in the upper tail. What does this diagnostic indicate, and which model is preferred?
An actuarial analyst aggregates commercial property claims by rating territory and fits a Gamma GLM to the cell average claim severity Y_bar_i = S_i / N_i, where S_i is total incurred loss and N_i is total claim count. How must the actuary specify the observation weights in the GLM to ensure correct statistical estimation?