powered by
Set the minimum of the distribution. For example, the distribution of settlement lag for open claims
setMin(object, ...)# S4 method for Distribution setMin(object, minval)
# S4 method for Distribution setMin(object, minval)
A Distribution Object
Additional function arguments.
The minimum value.
# NOT RUN { xLognormal <- new("Lognormal",p1=2,p2=3) xLognormal <- setMin(xLognormal,50) # }
Run the code above in your browser using DataLab