cumulate: A function to cumulate a triangle.

Description Usage Arguments Details Value Examples

View source: R/util.R

Description

A function to cumulate a triangle.

Usage

1
cumulate(triangle)

Arguments

triangle

A matrix of incremental payments. Or the incremental payment triangle. Each cell of the incremental triangle is the payment during that specific year.

Details

PC actuaries aggregate historical loss experience in a triangle two dimensions form. The two dimensions are accident years and development years. Most of the time, the loss experience is paid loss and/or incurred loss. Incurred loss is the sum of paid loss and case reserve put up for the estimate of future payment of the claims. For paid losses triangle, each cell could represent either net payment of the year or paid to date throughout the life of the claims. The purpose of this function is to transform the incremental payment triangle to cumulative triangle.

Value

A matrix resulting from cumulating the input triangle. This is the cumulative triangles. Each cell is the payment-to-date of the claims.

Examples

1
2
3
4
5
6

BALD documentation built on May 2, 2019, 6:51 a.m.

Related to cumulate in BALD...