Pre-process Run-Off Triangles.
Value
An object of class AggregateDataPP
. Lists the following elements:
- cumulative.payments.triangle
triangle matrix
object, input triangle of cumulative payments.- occurrance
matrix array
object, the occurrence derived from the input triangle.- exposure
matrix array
object, the exposure derived from the input triangle, under theeta
claims arrival assumption.- incremental.payments.triangle
triangle matrix
object, incremental payments derived from the input.- fit.w
matrix array
object, the weights used during estimation.- J
integer
, Run-off triangle dimension.- diagonal
numeric
, cumulative payments last diagonal.- eta
numeric
, Expected time-to-event in the cell. I.e., lost exposure.
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)