binProbabilities

fun binProbabilities(histogram: Histogram, discreteCDF: ProbInRangeIfc): DoubleArray

Returns the probability for each bin of the histogram based on an open integer range interpretation of the bin . The discrete distribution, discreteCDF must implement the ProbInRangeIfc interface