developmentTriangle
Description
Use this workflow to generate projected ultimate claims for a
developmentTriangle
:
Load or generate the claims data for the development triangle.
Create a
developmentTriangle
object.Use
view
to display thedevelopmentTriangle
data and useclaimsPlot
to plot the reported claims.Use
linkRatios
to compute the link ratio factors (development factors or age-to-age factors) and uselinkRatioAverages
to calculate averages from those factors. Also, you can plot link ratios usinglinkRatiosPlot
.Use
cdfSummary
to calculate the cumulative development factors (CDFs) and the percentage of total claims.Use
ultimateClaims
to calculate the projected ultimate claims.Use
fullTriangle
to display the development triangle that includes ultimate claims.
Creation
Description
creates a dT
= developmentTriangle(data
)developmentTriangle
object using
data
. You can plot dT
using
claimsPlot
.
sets properties using
name-value pair arguments. Specify one or more name-value pair arguments
after the input argument in the previous syntax. For example,
dT
= developmentTriangle(___,Name,Value
)dT_reported =
developmentTriangle(data,'Origin','AccidentYear','Development','DevelopmentYear','Claims','ReportedClaims')
.
Input Arguments
Properties
Object Functions
view | Display developmentTriangle object |
linkRatios | Compute link ratios for developmentTriangle
object |
linkRatioAverages | Compute link ratio averages for developmentTriangle
object |
cdfSummary | Compute CDFs to ultimate claims for developmentTriangle
object |
ultimateClaims | Compute ultimate claims for developmentTriangle
object |
fullTriangle | Display full development triangle including ultimate claims |
linkRatiosPlot | Plot link ratios for development triangle |
claimsPlot | Plot claims for development triangle |
Examples
Version History
Introduced in R2020b