sf

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

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

Gives the probability of observing strictly more than k events. Uses the regularized lower incomplete gamma function for numerical stability.

Return

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

Parameters

k

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