cumulativeCount

abstract fun cumulativeCount(binNum: Int): Double

Returns the cumulative count of all the data (including underflow and overflow) up to and including the indicated bin

Return

the cumulative count

Parameters

binNum

the bin number


abstract fun cumulativeCount(x: Double): Double

Returns the cumulative count of all the data (including underflow and overflow) for all bins up to and including the bin containing x

Return

the cumulative count

Parameters

x

the datum