expectZeros: Get the expected P0 based on settlement/close year.

Description Usage Arguments Examples

View source: R/Common.R

Description

Get the expected P0 based on settlement/close year.

Usage

1
expectZeros(closeYear, zeroProb)

Arguments

closeYear

Development years that claims are settled. It could be a number or a numeric vector.

zeroProb

A vector that contains the P(0) based on development year.

Examples

1
2
zeroprob<-c(0.02,0.01,0.005,0.005,0.003,0)
expectZeros(c(2,3,6,9,100,1,2,3,4),zeroprob)

cascsim documentation built on Jan. 13, 2020, 5:07 p.m.