binCount

abstract fun binCount(x: Double): Double

Returns the current bin count for the bin associated with x

Return

the bin count

Parameters

x

the data to check


abstract fun binCount(binNum: Int): Double

Returns the bin count for the indicated bin

Return

the bin count for the indicated bin

Parameters

binNum

the bin number