View source: R/MunichChainLadderFunctions.R
plot.MunichChainLadder | R Documentation |
plot.MunichChainLadder
, a method to plot the output of
MunichChainLadder
object. It is designed to give a quick
overview of a MunichChainLadder
object and to check the
correlation between the paid and incurred residuals.
## S3 method for class 'MunichChainLadder'
plot(x, mfrow=c(2,2), title=NULL, ...)
x |
output from |
mfrow |
see |
title |
see |
... |
optional arguments. See |
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 in Quarg's (2004) paper: Gerhard Quarg and Thomas Mack. Munich Chain Ladder. Blatter DGVFM 26, Munich, 2004.
Markus Gesmann
See also MunichChainLadder
M <- MunichChainLadder(MCLpaid, MCLincurred)
plot(M)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.