cdf

open override fun cdf(k: Int): Double(source)

Returns the cumulative distribution function value at k.

Return

the probability of drawing k or fewer success items.

Parameters

k

the integer point at which to evaluate the cumulative probability.