Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.4 KB

BaseMultivariateSliceDistribution.logsf.md

File metadata and controls

38 lines (24 loc) · 1.4 KB
def logsf(self, x=None, unit=None)

Expose the log of the survival function (logsf).

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) logsf values of the same type/shape as x