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