View source: R/clmplusAggregateDataPP.R
clmplus.default | R Documentation |
Default method to fit Chain Ladder plus models.
## Default S3 method:
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. |
No return value, called to pass method clmplus.AggregateDataPP
. See clmplus.AggregateDataPP
documentation.
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).
Hiabu, Munir. “On the relationship between classical chain ladder and granular reserving.” Scandinavian Actuarial Journal 2017 (2017): 708 - 729.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.