MCPcopy Index your code
hub / github.com/pydata/xarray / quantile

Function quantile

xarray/core/duck_array_ops.py:486–488  ·  view source on GitHub ↗
(array, q, axis=None, **kwargs)

Source from the content-addressed store, hash-verified

484
485
486def quantile(array, q, axis=None, **kwargs):
487 xp = get_array_namespace(array)
488 return xp.quantile(array, q, axis=axis, **kwargs)
489
490
491@contextlib.contextmanager

Callers

nothing calls this directly

Calls 2

get_array_namespaceFunction · 0.90
quantileMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…