BaseMultivariateSliceDistribution.interval (function)


def interval(self, alpha, unit=None, as_quantity=False, wrap_at=None)

Expose the range that contains alpha percent of the distribution.

See scipy docs

This method is just a wrapper around the scipy.stats method on BaseMultivariateSliceDistribution.dist_constructor_object with unit-conversions, support for quantity objects, and wrapping done on the returned result.

Arguments

Returns

  • (array) endpoints in units unit.