as.profileLadder {ProfileLadder} | R Documentation |
S3 Method Class profileLadder
Description
A function to make the work with the functional development profiles within run-off triangles more easy and straightforward (particularly when vizualizing the functional profiles—observed, completed, or both—in a plot)
Usage
as.profileLadder(x)
Arguments
x |
an object of the class |
Value
an object of the class profileLadder
which is a list with the
following elements:
reserve |
basic summary of the run-off triangle and the true/estimated
reserve (if it is available otherwise |
method |
type of the printed triangle (either a run-off triangle itself if no estimation method is applied or the completed triangle where the missing fragments are imputed by one of the algorithm, PARALLAX, REACT, or MACRAME) |
completed |
completed development profiles estimated by using one of the
estimation algorithm (i.e., PARALLAX, REACT, or MACRAME)—if applied—value
|
inputTriangle |
standard (triangular shaped) run-off triangle |
trueComplete |
true completed development profiles of the run-off triangle
(if available) or |
See Also
parallelReserve()
, mcReserve()
, permuteReserve()
,
plot.profileLadder()
Examples
data(CameronMutual)
print(CameronMutual)
x <- as.profileLadder(CameronMutual)
print(x)
plot(x)