Description Usage Arguments Value
View source: R/Residuals_Full.R
It generates the scaled bias-adjusted residuals and the parameters needed for the boostrap implementation of MackNet
1 | Residuals_Full(Triangles, ExposureVector, MackBias, ZeroMean)
|
Triangles |
Data used for calculating the residuals. |
ExposureVector |
Exposure measure. Written premiums is an appropriate measure to scale cumulative payments and incurred cost. |
MackBias |
If this variable is set to 0, the bias adjustment suggested by England y Verrall (2006) in "Predictive Distributions of Outstanding Liabilities in General Insurance" is applied, this means that residuals are multiplied by N/(N-p). In case this variable is set to 1, the adjustment suggested by Mack (1993) in "Distribution-free calculation of the standard error of chain ladder reserve estimates" is applied, this means that residuals are multiplied by n(i)/(n(i)-1). Finally, if this variable is set to 2, no adjustment is applied. |
ZeroMean |
If this variable is set to 0, residuals are not scaled to have zero mean. By default they are adjusted. |
The formula generates the following outputs:
DF
Predictive development factors of the MackNet model.
Alpha
Predictive alpha by development year of the MackNet model.
Residuals
Residuals of the MackNet model. These residuals are used within the boostrap procedure.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.