expectZeros | R Documentation |
Get the expected P0 based on settlement/close year.
expectZeros(closeYear, zeroProb)
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. |
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.