powered by
Simulate whether claims will have zero payment.
simP0(devYear, zeroProb)
Development Year. It could be a number or a numeric vector.
A vector that contains the probability of zero payment based on development year.
# NOT RUN { zeroprob<-c(0.02,0.01,0.005,0.005,0.003,0) simP0(rep(2,1000),zeroprob) # }
Run the code above in your browser using DataLab