sf

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

Returns the survival function value at x for this logistic distribution.

Computed as the complement of cdf using a numerically stable two-branch formula that avoids catastrophic cancellation.

Return

the probability that a value is greater than x, in the range [0, 1].

Parameters

x

the point at which to evaluate the survival probability.