Learn R Programming

cascsim (version 0.4)

setMin: Set the minimum of the distribution. For example, the distribution of settlement lag for open claims

Description

Set the minimum of the distribution. For example, the distribution of settlement lag for open claims

Usage

setMin(object, ...)

# S4 method for Distribution setMin(object, minval)

Arguments

object

A Distribution Object

...

Additional function arguments.

minval

The minimum value.

Examples

Run this code
# NOT RUN {
xLognormal <- new("Lognormal",p1=2,p2=3)
xLognormal <- setMin(xLognormal,50)
# }

Run the code above in your browser using DataLab