sf

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

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

Computed directly as (xm/x)^α for improved numerical precision.

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.