scipy.stats.sampling.NumericalInversePolynomial.cdf#
- 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.