sf

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

Computes the survival function (one minus the CDF) at x.

Uses the regularized upper incomplete gamma function for improved numerical accuracy in the upper tail.

Return

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

Parameters

x

the point at which to evaluate the survival function.