MVSamples.ppf (function)


def ppf(self, q)

Expose the percent point function (ppf; iverse of cdf - percentiles) at values of q directly from MVSamples.samples and MVSamples.weights using corner.quantile.

See also:

Arguments

  • q (float or array): percentiles at which to expose the ppf

Returns

  • (float or array) ppf values of the same type/shape as q