Corel: Title

Description Usage Arguments Details Value Examples

View source: R/BootMackChainLadder.R

Description

Title

Usage

1
Corel(x, ...)

Arguments

x

A MultiBootMackChainLadder Object

...

Elements to be passed to the cor function

Details

Gives the correlations between the next-year IBNRs of the several triangles under the MBMCL model.

Value

A corelation matrix of next-year IBNRs.

Examples

1
2
3
4
data(ABC)
triangles <- list(tri1 = ABC, tri2 = ABC, tri3 = ABC)
MBMCL <- MultiBootmackChainLadder(triangles,100)
Corel(MBMCL)

lrnv/mbmcl documentation built on May 24, 2019, 2:52 p.m.

Related to Corel in lrnv/mbmcl...