Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.44 KB

BaseMultivariateSliceDistribution.sf.md

File metadata and controls

39 lines (25 loc) · 1.44 KB
def sf(self, x=None, unit=None)

Expose the survival function (sf; also defined as 1 - cdf, but sf is sometimes more accurate)

See scipy docs

This method is just a wrapper around the scipy.stats method on BaseMultivariateSliceDistribution.dist_constructor_object after doing any requested unit-conversions.

See also:

Arguments

Returns

  • (float or array) sf values of the same type/shape as x