View source: R/MackChainLadderFunctions.R
quantile.MackChainLadder | R Documentation |
quantile
methods for a MackChainLadder
object
## S3 method for class 'MackChainLadder'
quantile(x, probs=c(0.75, 0.95), na.rm = FALSE,
names = TRUE, type = 7,...)
x |
object of class |
probs |
numeric vector of probabilities with values in [0,1],
see |
na.rm |
not used |
names |
not used |
type |
not used |
... |
not used |
Reserves at the desired quantile using the Cornish-Fisher expansion.
The Cornish-Fisher expansion relies on the first three moments of the reserve risk distribution: The Best estimate resulting from the Chain-Ladder projection, the Mack standard deviation and the skewness of the distribution (for skewness estimation, see references below).
The quantile estimation requires only that the standard Mack assumptions are met.
For details of the underlying calculations, see references below.
quantile.MackChainLadder
gives a list with two elements back:
ByOrigin |
data frame with skewness and quantile statistics by origin period |
Totals |
data frame with total skewness and quantile statistics across all origin periods |
Eric Dal Moro eric_dal_moro@yahoo.com
Eric Dal Moro and Yuriy Krvavych. Probability of sufficiency of Solvency II Reserve risk margins: Practical approximations. ASTIN Bulletin, 47(3), 737-785
Dal Moro, Eric, A Closed-Form Formula for the Skewness Estimation of Non-Life Reserve Risk Distribution (September 15, 2013). Available at SSRN: https://ssrn.com/abstract=2344297 or https://dx.doi.org/10.2139/ssrn.2344297
See also MackChainLadder
M <- MackChainLadder(GenIns, est.sigma="Mack")
quantile(M, c(0.65, 0.75, 0.9))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.