sf

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

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

Computed directly using arctangent to maintain precision when the CDF is close to 1.

Return

the probability that a value exceeds x, in the range [0, 1].

Parameters

x

the point at which to evaluate the survival probability.