cumulativeBinFraction

open override fun cumulativeBinFraction(x: Double): Double

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


open override 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