set Distribution
fun setDistribution(distribution: DistributionIfc, cdfLL: Double, cdfUL: Double, truncLL: Double, truncUL: Double)
Parameters
distribution
the distribution to truncate, must not be null
cdf LL
The lower limit of the range of support of the distribution
cdf UL
The upper limit of the range of support of the distribution
trunc LL
The truncated lower limit (if moved in from cdfLL), must be >= cdfLL
trunc UL
The truncated upper limit (if moved in from cdfUL), must be <= cdfUL