sf

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

Computes the survival function (1 - CDF) at x.

This is computed directly from the piecewise quadratic form rather than as 1 - cdf(x), which avoids catastrophic cancellation 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.