Learn R Programming

BALD (version 1.0.0-3)

decumulate: A function to decumulate a triangle.

Description

A function to decumulate a triangle.

Usage

decumulate(triangle)

Arguments

triangle

A matrix of cumulative payments.

Value

A matrix resulting from decumulating the input triangle.

Examples

Run this code
# NOT RUN {
library(BALD) 
#load Generial Liability
data(IncrementalGeneralLiablityTriangle)
#cumulate the incremental triangle
CumulateGeneralLiablityTriangle<-cumulate(IncrementalGeneralLiablityTriangle)
#decumulate the loss triangle
decumulate(CumulateGeneralLiablityTriangle)
# }

Run the code above in your browser using DataLab