Truncated Distribution
constructor(distribution: DistributionIfc, cdfLowerLimit: Double, cdfUpperLimit: Double, lowerLimit: Double, upperLimit: Double, name: String? = null)(source)
Parameters
distribution
the distribution to truncate, must not be null
cdf Lower Limit
The lower limit of the range of support of the distribution
cdf Upper Limit
The upper limit of the range of support of the distribution
lower Limit
The truncated lower limit (if moved in from cdfLL), must be >= cdfLL
upper Limit
The truncated upper limit (if moved in from cdfUL), must be <= cdfUL
name
an optional name/label
constructor(distribution: DistributionIfc, distDomain: Interval, truncInterval: Interval, name: String? = null)(source)