sf

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

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

Uses the symmetry of the t-distribution through the regularized incomplete beta function for improved numerical accuracy in each 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.