get.incremental {DCL} | R 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
Examples
data(NtriangleDCL)
Ntriangle.cum<-get.cumulative(NtriangleDCL)
get.incremental(Ntriangle.cum)
[Package DCL version 0.1.2 Index]