cumulativeBinCount

open override fun cumulativeBinCount(x: Double): Double

Returns the cumulative count of all bins up to and including the bin containing the value x

Return

the cumulative bin count

Parameters

x

the data point


open override fun cumulativeBinCount(binNum: Int): Double

Returns the cumulative count of all the bins up to and including the indicated bin number

Return

cumulative count

Parameters

binNum

the bin number