ChainLadder (version 0.2.9)

MCLpaid: Run off triangles of accumulated paid and incurred claims data.

Description

Run-off triangles based on a fire portfolio

Usage

data(MCLpaid)
data(MCLincurred)

Arguments

Format

A matrix with 7 origin years and 7 development years.

Examples

Run this code
# NOT RUN {
MCLpaid
MCLincurred
op=par(mfrow=c(2,1))
plot(MCLpaid)
plot(MCLincurred)
par(op)
# }

Run the code above in your browser using DataCamp Workspace