Reserve Risk Capital Report
tweedieMethods.Rd
Main purpose of this function is to create a report to assess the reserve risk
capital given an object of the tweedieReserve
class.
It displays both the ultimate and one year risk views at given percentiles.
Arguments
- x
An object of class
tweedieReserve
.- object
An object of class
tweedieReserve
.- q
Array of percentiles to be displayed.
- ...
Not used
Value
A list with two items
- Predicton
a data.frame with ultimate view reserve risk and the one year view reserve risk at the given percentiles.
- Diagnostic
Quick diagnostic to show the deterministic reserve vs ultimate view and one year view best estimate. If the model is working properly, then these three value shouldn't be much different.
Author
Alessandro Carrato MSc FIA OA alessandro.carrato@gmail.com
See also
See also tweedieReserve
.
Examples
if (FALSE) { # \dontrun{
tw <- tweedieReserve(MW2008, rereserving = TRUE)
summary(tw)
# For comparison
CDR.BootChainLadder(BootChainLadder(MW2008))
} # }