plot.AggregateDataPP {clmplus} | R Documentation |
This function allows to define the behavior of the triangle payments.
## S3 method for class 'AggregateDataPP'
plot(x, ...)
x |
AggregateDataPP to be plotted. |
... |
Arguments to be passed to plot. |
No return value, plots the run-off triangle cumulative payments and incremental payments.
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.pp <- AggregateDataPP(cumulative.payments.triangle=sifa.mtpl)
plot(sifa.mtpl.pp)