Residuals_Full: Residuals_Full

Description Usage Arguments Value

View source: R/Residuals_Full.R

Description

It generates the scaled bias-adjusted residuals and the parameters needed for the boostrap implementation of MackNet

Usage

1
Residuals_Full(Triangles, ExposureVector, MackBias, ZeroMean)

Arguments

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.

Value

The formula generates the following outputs:


EduardoRamosP/MackNet documentation built on Sept. 26, 2020, 9:21 a.m.