Definition
The Lee-Carter model (Lee and Carter 1992) is a parametric stochastic mortality model that decomposes log central death rates into a time-invariant age pattern plus a single time-varying factor multiplied by an age-specific sensitivity:
ln(mx,t)=αx+βxκt+εx,t
where mx,t is the central death rate at age x and time t, αx captures the average age-specific mortality profile, βx captures how sensitive each age is to overall mortality improvements, and κt is the unobserved time index of mortality (the "mortality level"). The error εx,t is assumed white noise.
Key Ideas
- The model reduces a high-dimensional matrix of death rates to a single latent time series κt, making forecasting tractable.
- κt is modeled as a random walk with drift: κt=κt−1+μ+ϵt, so mortality improvements continue at rate μ indefinitely.
- Parameter identification requires two constraints; Lee and Carter use ∑xβx=1 and ∑tκt=0.
- The model is fit to historical data by singular value decomposition (original Lee-Carter 1992) or maximum likelihood under Poisson counts.
How It Works
Single-Population Model
Given historical age-period death rates and exposures {mx,t,Ex,t}, estimate αx, βx, and κt jointly. Under Poisson likelihood, the death count Dx,t∼Poisson(mx,tEx,t), and the log-likelihood is:
ℓ=x,t∑[Dx,t(αx+βxκt+lnEx,t)−Ex,teαx+βxκt]
The fitted κ^t series is then modeled as a univariate time series (typically a random walk with drift) to produce stochastic mortality forecasts and confidence intervals.
Two-Population Extension (Zhou et al.)
For two related populations sharing the constraint βx(1)=βx(2) (identical age sensitivities), the model becomes:
ln(mx,t(i))=αx(i)+βxκt(i),i=1,2
The shared βx embeds the non-divergence hypothesis: if mortality improvements are driven by the same age-pattern forces, the long-run forecasts of mx,t(1) and mx,t(2) cannot diverge in direction. The second step models (κt(1),κt(2)) jointly with a bivariate time-series process.
Three options for the joint κt dynamics:
- RWAR (random walk + autoregressive) (Cairns et al. 2011): κt(1) = random walk; spread κt(1)−κt(2) = autoregressive order 1 (AR(1)). Requires assuming population 1 is dominant.
- VAR (vector autoregression): symmetric VAR(1) in differences Δκt(i) with an explicit non-divergence constraint.
- VECM (vector error correction model): symmetric VECM with error-correction terms ρ(i)(κt−1(1)−κt−1(2)). Non-divergence is automatic: the long-run equilibrium κt(1)−κt(2)→ constant is enforced by the error-correction mechanism. See Cointegration.
Fertility Extension (Lee 1993)
Lee (1993) extends the same factor-model logic to fertility. Age-specific fertility rates are modeled as:
fi,t=αi+βiFt+ui,t
where αi is the mean age-i fertility rate, βi the age-i sensitivity, and Ft the total fertility factor (analogous to κt for mortality). The total fertility rate satisfies TFRt=Ft+A for a constant A.
The dynamics of Ft are specified as an autoregressive moving average (ARMA)(1,1) constrained to a steady state of 2 (replacement level):
Ft=2(1−ϕ)+ϕFt−1+et+θet−1
The long-run mean E[Ft]=2 encodes the demographic belief that fertility converges to replacement level; ϕ and θ govern persistence and smoothing of the path. In the Meseguer (2010) Bayesian VAR (BVAR) implementation, this prior is encoded through a tight prior autoregressive (AR) mean of 0.8 for fertility (rather than 0 for mortality), combined with a tight overall shrinkage λ1=0.05.
Estimation in Two Steps
Because Lee-Carter is nonlinear in (αx,βx,κt), the full model is estimated in two steps:
- Fit the Lee-Carter parameters (αx,βx,κt(i)) jointly via maximum likelihood estimation (MLE).
- Fit the bivariate time-series process to the estimated κ^t(i) series via MLE.
Two-step estimation introduces parameter uncertainty in step 2 that must be corrected using Murphy-Topel (2002) standard errors.
Limitations and BVAR Comparison (Meseguer 2010)
The Lee-Carter framework has several structural limitations highlighted by comparison with BVAR approaches:
Single uncertainty source. The random walk in κt is the only stochastic component — parameters αx and βx are treated as fixed constants. This understates total forecast uncertainty, particularly at long horizons where parameter uncertainty compounds.
Fixed age sensitivity ratios. The relative mortality improvement rates across ages are βx/βj — a constant ratio fixed at estimation. BVAR allows each age group its own shock and correlation structure, reflecting that age groups can diverge over long horizons.
Calibration failure at long horizons (Meseguer 2010). With a 1995 base year, the actual 65+ female population is already outside Lee-Carter's 90% credible interval by 2009 — a 14-year horizon. The informative BVAR maintains better-calibrated intervals throughout.
No information sharing across age groups in forecasting. Lee-Carter's second-step univariate AR for κt uses no information about the cross-age-group correlation structure. The BVAR Minnesota prior with correlation-adaptive λ2 explicitly borrows strength across adjacent age groups.
Fertility. Lee-Carter is a mortality model only; the Lee (1993) fertility extension applies the same single-factor structure (Ft instead of κt) without the non-divergence guarantees available from VECM-type models.
Why It Matters
- The Lee-Carter model is the dominant paradigm in stochastic mortality forecasting and the foundation of most actuarial mortality projection work for pension and annuity liabilities.
- The reduction to a single time series κt enables standard time-series tools (autoregressive integrated moving average (ARIMA), VAR, VECM) to be applied directly to mortality forecasting.
- The two-population extension with VECM provides a principled, symmetric framework for modeling longevity basis risk, avoiding the subjective dominant-population assumption.
- Mortality forecasts from the model feed directly into Solvency II capital calculations (Solvency Capital Requirement (SCR) for longevity risk; risk margin).
Open Questions
- The single time factor κt may be insufficient for populations with strong cohort effects (e.g., UK data shows the 1920s cohort with unusually rapid mortality improvement).
- The random walk assumption for κt implies ever-increasing uncertainty in long-horizon forecasts; bounded mortality models (logistic transforms) are alternatives.
- When βx(1)=βx(2), non-divergence requires more complex restrictions and VECM alone is insufficient.
Related