Description Usage Arguments Value Examples
Claims reserving using glm modeling.
1 2 | glmProvision(lossData, peMethod = "formula",
fam = 1, link = 0, B = 1000, seed = NULL)
|
lossData |
Matrix of incremental losses cij,
for i = 1,...,k origin years (rows) and for j = 1,...,k
development years (columns); filled with |
peMethod |
Method to be used, can be |
fam |
Index of power variance function as defined in |
link |
Index of power link function as defined in |
B |
Number of iterations to perform in the bootstrapping procedure. Defaults to 1000. |
seed |
Seed to make bootstrap reproducible. |
A list of 5 elements with:
triangle
Input data (lossData).
glm.triangle
Fitted values by glm
modeling.
model
glm
model.
bootstrap.losses
(Only with peMethod
= "bootstrap") Three-dimensional
array of lower triangles from bootstrap procedure.
summary
Summary table.
params
List of output parameters.
1 2 | data("TaylorData")
glmProvision(lossData = TaylorData$lossData)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.