BaseMultivariateSliceDistribution.logpdf (function)


def logpdf(self, x=None, unit=None)

Expose the log-probability density function (log of pdf) at values of x.

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