PPP_Model | R Documentation |
Constructor function for the PPP_Model object
PPP_Model(
FQ = NULL,
t = NULL,
alpha = NULL,
truncation = NULL,
truncation_type = "lp",
dispersion = 1,
Status = 0,
Comment = "OK"
)
FQ |
Numerical. Expected claim count of the collective model. |
t |
Numeric vector. Vector containing the thresholds of the Piecewise Pareto distribution. |
alpha |
Numeric vector. Vector containing the alphas of the Piecewise Pareto distribution. |
truncation |
Numerical. If |
truncation_type |
Character. If |
dispersion |
Numerical. Dispersion of the Panjer distribution (i.e. variance to mean ratio). |
Status |
Numerical indicator if a function returns a PPP_Model object: 0 = success, 1 = some information has been ignored, 2 = no solution found |
Comment |
Charakter. An optional comment. |
PPPM <- PPP_Model(2, c(1000,2000), c(1,2), dispersion = 2)
PPPM
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.