cdf — SciPy v1.15.3 Manual (original) (raw)

scipy.stats.sampling.NumericalInversePolynomial.

NumericalInversePolynomial.cdf(x)#

Approximated cumulative distribution function of the given distribution.

Parameters:

xarray_like

Quantiles, with the last axis of x denoting the components.

Returns:

cdfarray_like

Approximated cumulative distribution function evaluated at x.