Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.76 KB

DistributionCollection.pdf.md

File metadata and controls

43 lines (30 loc) · 1.76 KB

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.