cumulativeBinFraction

abstract fun cumulativeBinFraction(binNum: Int): Double

Returns the cumulative fraction of the data up to and including the indicated bin number

Return

the cumulative fraction

Parameters

binNum

the bin number


Returns the cumulative fraction of the data up to and including the bin containing the value of x

Return

the cumulative fraction

Parameters

x

the datum