binFraction

abstract fun binFraction(binNum: Int): Double

Returns the fraction of the data relative to those tabulated in the bins for the supplied bin number

Return

the fraction of the data

Parameters

binNum

the bin number


abstract fun binFraction(x: Double): Double

Returns the fraction of the data relative to those tabulated in the bins for the bin number associated with the x

Return

the fraction

Parameters

x

the data point