Learn R Programming

DCL (version 0.1.2)

get.cumulative: Cumulative triangle

Description

Switch from an incremental to a cumulative triangle

Usage

get.cumulative( triangle )

Arguments

triangle

An incremental run-off triangle

Value

The cumulative triangle

See Also

get.incremental

Examples

Run this code
# NOT RUN {
data(NtriangleDCL)
get.cumulative(NtriangleDCL)
# }

Run the code above in your browser using DataLab