sf
Returns the survival function value at x, equal to 1 - cdf(x).
Delegates to the survival function of the underlying normal distribution evaluated at ln(x) to maintain precision when the CDF is close to 1.
Return
the probability that a value exceeds x, in the range [0, 1].
Parameters
x
the point at which to evaluate the survival probability.