bundles / scipy latest / scipy / stats / _quantile / _xp_searchsorted
function
scipy.stats._quantile:_xp_searchsorted
source: /scipy/stats/_quantile.py :483
Signature
def _xp_searchsorted ( x , y , * , side = left , xp = None ) Notes
Array API Standard Support
_xp_searchsorted has experimental support for Python Array API Standard compatible backends in addition to NumPy. Please consider testing these features by setting an environment variable SCIPY_ARRAY_API=1 and providing CuPy, PyTorch, JAX, or Dask arrays as array arguments. The following combinations of backend and device (or other capability) are supported.
==================== ==================== ==================== Library CPU GPU ==================== ==================== ==================== NumPy ✅ n/a CuPy n/a ✅ PyTorch ✅ ✅ JAX ✅ ✅ Dask ⛔ n/a ==================== ==================== ====================
See
dev-arrayapifor more information.
Aliases
-
scipy.stats._quantile._xp_searchsorted