chainLadder
Description
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.
Creation
Description
creates a cl
= chainladder(dT_reported
,dT_paid
)chainLadder
object using the
developmentTriangle
objects for reported claims
(dT_reported
) and paid claims
(dT_paid
).
Input Arguments
Properties
Object Functions
ibnr | Compute IBNR claims for chainLadder object |
unpaidClaims | Compute unpaid claims for chainLadder object |
summary | Display summary report for different claims estimates for chain ladder |
Examples
Version History
Introduced in R2020b