Learn R Programming

DCL (version 0.1.2)

get.incremental: 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

See Also

get.cumulative

Examples

Run this code
# NOT RUN {
data(NtriangleDCL)
Ntriangle.cum<-get.cumulative(NtriangleDCL)
get.incremental(Ntriangle.cum)
# }

Run the code above in your browser using DataLab