View source: R/as.profileLadder.R
as.profileLadder | R Documentation |
profileLadder
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)
as.profileLadder(x)
x |
an object of the class |
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 |
parallelReserve()
, mcReserve()
, permuteReserve()
,
plot.profileLadder()
data(CameronMutual)
print(CameronMutual)
x <- as.profileLadder(CameronMutual)
print(x)
plot(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.