powered by
Get the expected P0 based on settlement/close year.
expectZeros(closeYear, zeroProb)
Development years that claims are settled. It could be a number or a numeric vector.
A vector that contains the P(0) based on development year.
# NOT RUN { 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) # }
Run the code above in your browser using DataLab