plot.MunichChainLadder {ChainLadder} | R Documentation |
plot.MunichChainLadder
, a method to plot the output of
MunichChainLadder
. It is designed to give a quick look at a
MunichChainLadder
object, to check the result and the
correlation between the paid and incurred residuals.
## S3 method for class 'MunichChainLadder': plot(x, mfrow=c(2,2), title=NULL, ...)
x |
output from MunichChainLadder |
mfrow |
see par |
title |
see title |
... |
optional arguments to plot method |
plot.MunichChainLadder
shows four plots, starting from the top
left with a barchart of forecasted ultimate claims costs by
Munich-chain-ladder (MCL) on paid and incurred data by origin period;
the barchart next to it compares the ratio of forecasted ultimate
claims cost on paid and incurred data based on the Mack-chain-ladder and
Munich-chain-ladder methods; the two residual plots at the bottom show the
correlation of (incurred/paid)-chain-ladder factors against the
paid-chain-ladder factors and the correlation of
(paid/incurred)-chain-ladder factors against the incurred-chain-ladder
factors.
The design of the plots follows those of Quarg's paper: Gerhard Quarg and Thomas Mack. Munich Chain Ladder. Blatter DGVFM 26, Munich, 2004.
Markus Gesmann
See Also as MunichChainLadder
M <- MunichChainLadder(MCLpaid, MCLincurred) plot(M)