expectedCounts

open fun expectedCounts(discreteCDF: ProbInRangeIfc): DoubleArray

Returns the expected count for each bin of the histogram based on a continuous interval interpretation of the bin . The discrete distribution, discreteCDF must implement the ProbInRangeIfc interface


Returns the expected count for each bin of the histogram based on a continuous interval interpretation of the bin . The distribution, cdf must implement the ContinuousDistributionIfc interface