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].
the point at which to evaluate the survival probability.