Last data update: 2014.03.03

R: Number of non-zero payments (adding prior knowledge example)
NpaidPriorR Documentation

Number of non-zero payments (adding prior knowledge example)

Description

It is a yearly run-off (incremental) triangle consisting of the number of non-zero payments during 14 years. These data were used in the empirical illustration provided by Martinez-Miranda, Nielsen, Verrall and Wuthrich (2013).

Usage

data(NpaidPrior)

Format

Matrix with dimension 14 by 14: 14 undewriting years and 14 development years.

Source

Martinez-Miranda, M.D., Nielsen, J.P., Verrall, R. and Wuthrich, M.V. (2013) Double Chain Ladder, Claims Development Inflation and Zero Claims. Scandinavian Actuarial Journal. In press.

Examples

data(NpaidPrior)
Plot.triangle(NpaidPrior)

Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(DCL)
Loading required package: lattice
Loading required package: latticeExtra
Loading required package: RColorBrewer
> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/DCL/NpaidPrior.Rd_%03d_medium.png", width=480, height=480)
> ### Name: NpaidPrior
> ### Title: Number of non-zero payments (adding prior knowledge example)
> ### Aliases: NpaidPrior
> ### Keywords: datasets
> 
> ### ** Examples
> 
> data(NpaidPrior)
> Plot.triangle(NpaidPrior)
> 
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>