View source: R/clmplusAggregateDataPP.R
clmplus.AggregateDataPP | R Documentation |
Method to fit Chain Ladder plus models to AggregateDataPP
objects.
## S3 method for class 'AggregateDataPP'
clmplus(
AggregateDataPP,
hazard.model = NULL,
link = c("log", "logit"),
staticAgeFun = TRUE,
periodAgeFun = "NP",
cohortAgeFun = NULL,
effect_log_scale = TRUE,
constFun = function(ax, bx, kt, b0x, gc, wxt, ages) list(ax = ax, bx = bx, kt = kt, b0x
= b0x, gc = gc),
...
)
AggregateDataPP |
|
hazard.model |
|
link |
|
staticAgeFun |
|
periodAgeFun |
|
cohortAgeFun |
|
effect_log_scale |
|
constFun |
|
... |
parameters to be passed to clmplus. |
An object of class clmplusmodel
. A list with the following elements:
model.fit |
|
apc_input |
|
hazard_scaled_deviance_residuals |
|
fitted_development_factors |
|
fitted_effects |
|
Pittarello, Gabriele, Munir Hiabu, and Andrés M. Villegas. "Replicating and extending chain ladder via an age-period-cohort structure on the claim development in a run-off triangle." arXiv preprint arXiv:2301.03858 (2023).
data(sifa.mtpl)
sifa.mtpl.rtt <- AggregateDataPP(cumulative.payments.triangle=sifa.mtpl)
hz.chl=clmplus(sifa.mtpl.rtt, 'a')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.