get.incremental: Incremental triangle

View source: R/get.incremental.R

get.incrementalR Documentation

Incremental triangle

Description

Switch from an cumulative to an incremental triangle

Usage

get.incremental( triangle )

Arguments

triangle

A cumulative run-off triangle

Value

The incremental triangle

Note

The methods in this the DCL package works normally on incremental triangles

Author(s)

M.D. Martinez-Miranda, J.P. Nielsen and R. Verrall

See Also

get.cumulative

Examples

data(NtriangleDCL)
Ntriangle.cum<-get.cumulative(NtriangleDCL)
get.incremental(Ntriangle.cum)

DCL documentation built on May 5, 2022, 5:06 p.m.