Benktander: Benktander Reserving method

Description Usage Arguments Details Value Examples

View source: R/Benktander.R

Description

Benktander applies the Benktander method to a cumulated claim triangle, as described in this paper: https://www.casact.org/library/astin/vol30no2/333.pdf.

Usage

1
Benktander(triangle, ultimateClaims, weight = NA)

Arguments

triangle

Cumulated triangle as a matrix.

ultimateClaims

Ultimate claims by accident year.

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. There just need to be replaced by a NA.

It is possible to have more than one complete line.

Value

A list containing the following objects:

Examples

1
2
ultimateClaims <- c(3901463,5433719,5378826,5297906,4858200,5111171,5660771,6784799,5642266,4969825)
outputBT <- Benktander(triangleExampleEngland, ultimateClaims)

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