BaseMultivariateSliceDistribution.var (function)


def var(self, unit=None, as_quantity=False, wrap_at=None)

Expose the variance 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.

See also:

Arguments

Returns

  • (float) variance of the distribution in units unit.