Create chainLadder object
Use this workflow to generate unpaid claims for a
chainLadder:
Load or generate the data for the development triangle.
Create two developmentTriangle objects — one for the reported development
triangle and one for the paid development triangle.
Create a chainLadder object.
Use the ibnr function
to calculate the incurred-but-not-reported (IBNR) claims.
Use the unpaidClaims function to calculate the unpaid claims.
Use the summary
function to display the chain ladder summary report.
creates a cl = chainladder(dT_reported,dT_paid)chainLadder object using the
developmentTriangle objects for reported claims
(dT_reported) and paid claims
(dT_paid).
ibnr | Compute IBNR claims for chainLadder object |
unpaidClaims | Compute unpaid claims for chainLadder object |
summary | Display summary report for different claims estimates |