createIntervals

fun createIntervals(lowerLimit: Double, upperLimit: Double): List<Interval>

Return

a set of intervals for the computation of the CDF

Parameters

lowerLimit

the (common) lower limit, must be less than the upper limit

upperLimit

the (common) upper integration limit