plot.RtTriangle {clmplus}R Documentation

Plot the payments behavior

Description

This function allows to define the behavior of the triangle payments.

Usage

## S3 method for class 'RtTriangle'
plot(x, ...)

Arguments

x

RtTriangle to be plotted.

...

Arguments to be passed to plot.

Value

No return value, plots the run-off triangle cumulative payments and incremental payments.

References

Hiabu, Munir. “On the relationship between classical chain ladder and granular reserving.” Scandinavian Actuarial Journal 2017 (2017): 708 - 729.

Examples

data(sifa.mtpl)
sifa.mtpl.rtt <- RtTriangle(cumulative.payments.triangle=sifa.mtpl)
plot(sifa.mtpl.rtt)


[Package clmplus version 0.1.0 Index]