maxframe.tensor.special.polygamma#
- maxframe.tensor.special.polygamma(a, b, **kwargs)[source]#
Polygamma functions.
Defined as \(\psi^{(n)}(x)\) where \(\psi\) is the digamma function. See [dlmf] for details.
- Parameters:
n (array_like) – The order of the derivative of the digamma function; must be integral
x (array_like) – Real valued input
- Returns:
Function results
- Return type:
ndarray
See also
Notes
Array API Standard Support
polygamma 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=1and 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 Support for the array API standard for more information.
References
[dlmf]NIST, Digital Library of Mathematical Functions, https://dlmf.nist.gov/5.15