sf

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

Returns the survival function value at k, equal to 1 - cdf(k).

Return

the probability of observing a rank strictly greater than k.

Parameters

k

the integer point at which to evaluate the survival probability.