AggregateDataPP {clmplus} | R Documentation |
Pre-process Run-Off Triangles
Description
Pre-process Run-Off Triangles.
Usage
AggregateDataPP(
cumulative.payments.triangle,
entries.weights = NULL,
eta = 1/2
)
Arguments
cumulative.payments.triangle |
|
entries.weights |
|
eta |
|
Value
An object of class AggregateDataPP
. Lists the following elements:
cumulative.payments.triangle |
|
occurrance |
|
exposure |
|
incremental.payments.triangle |
|
fit.w |
|
J |
|
diagonal |
|
eta |
|
References
Pittarello, G., Hiabu, M., & Villegas, A. M. (2023). 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.
Examples
data(sifa.mtpl)
sifa.mtpl.rtt <- AggregateDataPP(cumulative.payments.triangle=sifa.mtpl)