cdf

open override fun cdf(x: Double): Double

Returns the F(x) = Pr{X <= x} where F represents the cumulative distribution function

Return

a double representing the probability

Parameters

x

a double representing the upper limit


fun cdf(j: Int): Double

Computes the cumulative probability distribution function for given value of failures

Return

The probability, P{X <=j}

Parameters

j

The value to be evaluated