View source: R/summary.permutedReserve.R
summary.permutedReserve | R Documentation |
permutedReserve
The function provides an overall summary of the output from the functions
permuteReserve()
(i.e., the summary of the object of the class
permutedReserve
)
## S3 method for class 'permutedReserve'
summary(object, ...)
object |
an object of the class |
... |
not used |
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: |
parallelReserve()
, mcReserve()
, permuteReserve()
data(CameronMutual)
summary(CameronMutual)
## summary for the point reserve prediction
summary(parallelReserve(CameronMutual))
## summary for the overall reserve distribution
summary(permuteReserve(parallelReserve(CameronMutual)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.