summary.permutedReserve {ProfileLadder} | R Documentation |
Summary Method for Objects of the S3 Class Method permutedReserve
Description
The function provides an overall summary of the output from the functions
permuteReserve()
(i.e., the summary of the object of the class
permutedReserve
)
Usage
## S3 method for class 'permutedReserve'
summary(object, ...)
Arguments
object |
an object of the class |
... |
not used |
Value
Summary of the completed functional profiles (provided by one of the
functions parallelReserve()
or mcReserve()
) and the overall
reserve distribution obtained in terms of the permutation bootstrap – the
function permuteReserve()
.
The output is a list with the following items:
origins |
a matrix with the row-specific summary of the completed
functional profiles (except the first fully developed profile—i.e., the first
row in the run-off triangle). The first column of the matrix ( |
; The sixth column provides the estimated standard errors
(S.E.
) of IBNR obtained from the permutation bootstrap; The last column returns
the corresponding coefficients of variation (CV
).
overall |
Table with the summary of the true/estimated reserve:
|
dist |
Table with basic empirical characteristics of the overall reserve
distribution provided by the permutation bootstrap: |
See Also
parallelReserve()
, mcReserve()
, permuteReserve()
Examples
data(CameronMutual)
summary(CameronMutual)
## summary for the point reserve prediction
summary(parallelReserve(CameronMutual))
## summary for the overall reserve distribution
summary(permuteReserve(parallelReserve(CameronMutual)))