Plot.clm.par {DCL} | R Documentation |
Plotting the estimated chain ladder parameters
Description
Show a plot with the estimates of the chain ladder parameters and the development factors
Usage
Plot.clm.par( clm.par )
Arguments
clm.par |
A list object with the estimated chain ladder parameters: the value returned by the functions |
Value
No returned value
Author(s)
M.D. Martinez-Miranda, J.P. Nielsen and R. Verrall
References
Martinez-Miranda, M.D., Nielsen, J.P. and Verrall, R. (2012) Double Chain Ladder. Astin Bulletin, 42/1, 59-76.
See Also
clm
, dcl.estimation
, Plot.triangle
Examples
data(NtriangleDCL)
my.clm.par<-clm(NtriangleDCL)
Plot.clm.par(my.clm.par)
[Package DCL version 0.1.2 Index]