setMin | R Documentation |
Set the minimum of the distribution. For example, the distribution of settlement lag for open claims
setMin(object, ...) ## S4 method for signature 'Distribution' setMin(object, minval)
object |
A Distribution Object |
... |
Additional function arguments. |
minval |
The minimum value. |
xLognormal <- new("Lognormal",p1=2,p2=3) xLognormal <- setMin(xLognormal,50)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.