MCPcopy Create free account
hub / github.com/numpy/numpy / _inverted_cdf

Function _inverted_cdf

numpy/lib/function_base.py:4691–4694  ·  view source on GitHub ↗
(n, quantiles)

Source from the content-addressed store, hash-verified

4689
4690
4691def _inverted_cdf(n, quantiles):
4692 gamma_fun = lambda gamma, _: (gamma == 0)
4693 return _discret_interpolation_to_boundaries((n * quantiles) - 1,
4694 gamma_fun)
4695
4696
4697def _quantile_ureduce_func(

Callers 1

function_base.pyFile · 0.85

Tested by

no test coverage detected