sf

open override fun sf(x: Double): Double(source)

Computes the survival function at x using the error function directly.

Returns one for any x less than or equal to mu. This override uses erf directly rather than 1 - cdf(x), which provides better numerical accuracy in the upper tail.

Return

the probability that a value drawn from this distribution is greater than x.

Parameters

x

the point at which to evaluate the survival probability.