| setMeanList<- | R Documentation |
setMeanList<- sets expected year-to-year loss development factor. Years after It is only used when ibnerfModel == FALSE.
setMeanList(this, ...) <- value ## S4 replacement method for signature 'DevFac,vector' setMeanList(this) <- value
this |
DevFac Object |
... |
Additional function arguments |
value |
Numeric Vector |
xIBNERFactor <- new("DevFac")
setID(xIBNERFactor)<-"IF1"
setFacModel(xIBNERFactor)<-FALSE
setMeanList(xIBNERFactor)<-c(1.26,1.1,1.05,1.02,1)
setVolList(xIBNERFactor)<-rep(0.02,5)
xIBNERFactor
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.