PaidIncurredChain
The Paid-incurred Chain model (Merz, Wuthrich (2010)) combines claims payments and incurred losses information to get a unified ultimate loss prediction.
PaidIncurredChain(triangleP, triangleI)
Arguments
triangleP
: Cumulative claims payments triangle
triangleI
: Incurred losses triangle.
Returns
The function returns:
- Ult.Loss.Origin Ultimate losses for different origin years.
- Ult.Loss Total ultimate loss.
- Res.Origin Claims reserves for different origin years.
- Res.Tot Total reserve.
- s.e. Square root of mean square error of prediction for the total ultimate loss.
Details
The method uses some basic properties of multivariate Gaussian distributions to obtain a mathematically rigorous and consistent model for the combination of the two information channels.
We assume as usual that I=J. The model assumptions for the Log-Normal PIC Model are the following:
-
Conditionally, given c("Theta=(Phi[0],...,Phi[I],\n", "Psi[0],...,Psi[I−1],sigma[0],...,sigma[I−1],tau[0],...,tau[I−1])")
we have
- the random vector c("(xi[0,0],...,xi[I,I],\n", "zeta[0,0],...,zeta[I,I−1])") has multivariate Gaussian distribution with uncorrelated components given by
ξi,j∼N(Φj,σj2),ξ[i,j]distributedasN(Φ[j],σ2[j]),
ζk,l∼N(Ψl,τl2);ζ[k,l]distributedasN(Ψ[l],τ2[l]);
* cumulative payments are given by the recursion
Pi,j=Pi,j−1exp(ξi,j),P[i,j]=P[i,j−1]∗exp(ξ[i,j]),
with initial value $P[i,0] = * exp (\xi[i,0])$;
* incurred losses $I[i,j]$ are given by the backwards recursion
Ii,j−1=Ii,jexp(−ζi,j−1),I[i,j−1]=I[i,j]∗exp(−ζ[i,j−1]),
with initial value $I[i,I] = P[i,I]$.
- The components of Θ are independent and σ[j],τ[j]0 for all j.
Parameters Θ in the model are in general not known and need to be estimated from observations. They are estimated in a Bayesian framework. In the Bayesian PIC model they assume that the previous assumptions hold true with deterministic σ[0],...,σ[J] and τ[0],...,τ[J−1] and
Φm∼N(ϕm,sm2),Φ[m]distributedasN(ϕ[m],s2[m]),
Ψn∼N(ψn,tn2).Ψ[n]distributedasN(ψ[n],t2[n]).
This is not a full Bayesian approach but has the advantage to give analytical expressions for the posterior distributions and the prediction uncertainty.
Note
The model is implemented in the special case of non-informative priors.
Examples
PaidIncurredChain(USAApaid, USAAincurred)
References
Merz, M., Wuthrich, M. (2010). Paid-incurred chain claims reserving method. Insurance: Mathematics and Economics, 46(3), 568-579.
See Also
MackChainLadder
,MunichChainLadder
Author(s)
Fabio Concina, fabio.concina@gmail.com