Description Usage Arguments Examples
setParas<-
sets model parameters. Their order must match the order of c("Intercept","DevelopmentYear","IncurredLoss","OSRatio",xname,"Volatility"). "Volatility" stands for the volatility of the error term in the model and used to simulate IBNER development factors. The parameter vector is only used when ibnerfModel == TRUE.
1 2 3 4 | setParas(this, ...) <- value
## S4 replacement method for signature 'DevFac,vector'
setParas(this) <- value
|
this |
DevFac Object |
... |
Additional function arguments |
value |
Numeric Vector |
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.