DistributionCollection.cdf (function)


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

Compute the cdf 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.