sf

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

Returns the survival function value at k for this binomial distribution.

Gives the probability of observing strictly more than k successes. Uses the regularized incomplete beta function for numerical stability.

Return

the probability of more than k successes, in the range [0, 1].

Parameters

k

the number of successes at which to evaluate the survival probability.