ChainLadder (version 0.2.9)

GenIns: Run off triangle of claims data.

Description

Run off triangle of accumulated general insurance claims data. GenInsLong provides the same data in a 'long' format.

Usage

GenIns

Arguments

Format

A matrix with 10 accident years and 10 development years.

References

See table 1 in: Distribution-free Calculation of the Standard Error of Chain Ladder Reserve Estimates, Thomas Mack, 1993, ASTIN Bulletin 23, 213 - 225

Examples

Run this code
# NOT RUN {
GenIns
plot(GenIns)

plot(GenIns, lattice=TRUE)


head(GenInsLong)

## Convert long format into triangle
## Triangles are usually stored as 'long' tables in data bases
as.triangle(GenInsLong, origin="accyear", dev="devyear", "incurred claims")

# }

Run the code above in your browser using DataCamp Workspace