cdf

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

Returns the cumulative distribution function value at k using the regularized incomplete beta function.

Return

the probability of at most k failures before the successes-th success.

Parameters

k

the integer point at which to evaluate the cumulative probability.