ChainLadder: Chain Ladder

Description Usage Arguments Details Value Examples

View source: R/ChainLadder.R

Description

ChainLadder applies the Chain Ladder method to a cumulated claim triangle.

Usage

1
ChainLadder(triangle, weight = NA)

Arguments

triangle

Cumulated triangle as a matrix

weight

Boolean matrix the same size of the triangle to tell if the value is to be considered: 1 for yes, 0 for no. First column is not considered

Details

Missing values are handled. They just need to be replaced by a NA.

Value

A list containing the following objects:

Examples

1

ArnaudBu/ReservingLad documentation built on Sept. 21, 2021, 1:19 p.m.