ChainLadder (version 0.2.9)

PaidIncurredChain: PaidIncurredChain

Description

The Paid-incurred Chain model (Merz, Wuthrich (2010)) combines claims payments and incurred losses information to get a unified ultimate loss prediction.

Usage

PaidIncurredChain(triangleP, triangleI)

Arguments

triangleP

Cumulative claims payments triangle

triangleI

Incurred losses triangle.

Value

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 \(latex\) we have

    • the random vector \(latex\) has multivariate Gaussian distribution with uncorrelated components given by $$latex$$ $$latex$$

    • cumulative payments are given by the recursion $$latex$$ with initial value \(P_{i,0} = \exp (\xi_{i,0})\);

    • incurred losses \(I_{i,j}\) are given by the backwards recursion $$latex$$ with initial value \(I_{i,I}=P_{i,I}\).

  • The components of \(latex\) are indipendent and \(latex\) for all j.

Parameters \(latex\) 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 \(latex\) and \(latex\) and $$latex$$ $$latex$$ This is not a full Bayesian approach but has the advantage to give analytical expressions for the posterior distributions and the prediction uncertainty.

References

Merz, M., Wuthrich, M. (2010). Paid-incurred chain claims reserving method. Insurance: Mathematics and Economics, 46(3), 568-579.

See Also

MackChainLadder,MunichChainLadder

Examples

Run this code
# NOT RUN {
PaidIncurredChain(USAApaid, USAAincurred)
# }

Run the code above in your browser using DataCamp Workspace