DistributionCollection.pdf (function)


def pdf(self, values=None, as_univariates=False)

Compute the pdf of drawing values from the stored distributions.

See also:

Arguments

Returns

  • float or array of floats

Raises

  • ValueError: if values is None, but no cached samples are available.