Description Usage Arguments Details Value Examples
BornFerg
applies the Bornhuetter Fergusson method to a cumulated claim triangle.
1 |
triangle |
Cumulated triangle as a matrix. |
ultimateClaims |
Ultimate claims by accident year. |
coeffs |
Character. Method for computing the coefficients:
|
weight |
Used only if coeff = "CL". Boolean matrix the same size of the triangle to tell if the value is to be considered: 1 for yes, 0 for no. First column is not considered |
Missing values are handled. There just need to be replaced by a NA.
It is possible to have more than one complete line.
A list containing the following objects:
triangle: the input triangle
developedTriangle: the developed triangle
gammas: the Bornhuetter Fergusson coefficients
ibnrByAccidentYear: ibnr reserve by accident year
ibnr: total ibnr reserve
1 2 | ultimateClaims <- c(3901463,5433719,5378826,5297906,4858200,5111171,5660771,6784799,5642266,4969825)
outputBF <- BornFerg(triangleExampleEngland, ultimateClaims)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.