cumulativeFraction

open override fun cumulativeFraction(binNum: Int): Double

Returns the cumulative fraction of all the data up to and including the supplied bin (includes over and under flow)

Return

the cumulative fraction

Parameters

binNum

the bin number


open override fun cumulativeFraction(x: Double): Double

Returns the cumulative fraction of all the data up to an including the bin containing the value x, (includes over and under flow)

Return

the cumulative fraction

Parameters

x

the datum