| DevFac-class | R Documentation |
An S4 class to represent a loss development schedule.
FacIDA character string to identify the loss development schedule.
FacModelA boolean to indicate whether the loss development schedule is described as a model (TRUE) or a list of value (FALSE).
funA character string that indicates the model format in link function. Currently identity(linear), inverse(reciprocal linear), log(exponential), and exponential(loglinear) link functions(models) are supported. It is only used when model == TRUE.
distTypeA character string that indicates the distribution of development factors. Currently normal, lognormal, and gamma distributions are supported. It is only used when model == FALSE.
xnameA vector that includes the names of explanatory variables. They will have to be matched exactly to the claim data file. It is only used when model == TRUE.
parasA vector that contains the parameters of the model. It is only used when model == TRUE.
meanListA vector that contains the mean yearly development factor if distribution type is Normal. It is mu for Lognormal distribution and shape for Gamma distribution. It is only used when model == FALSE.
volListA vector that contains the volatility of yearly development factor if distribution type is Normal. It is sigma for Lognormal distribution and scale for Gamma distribution. It is used for simulating IBNER factors. It is only used when model == FALSE.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.