expectZeros {cascsim}R Documentation

Get the expected P0 based on settlement/close year.

Description

Get the expected P0 based on settlement/close year.

Usage

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

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)

[Package cascsim version 0.4 Index]