jax.scipy.special.erf#
- jax.scipy.special.erf(x)[源代码][源代码]#
错误函数
JAX implementation of
scipy.special.erf.\[\mathrm{erf}(x) = \frac{2}{\sqrt\pi} \int_{0}^x e^{-t^2} \mathrm{d}t\]- 参数:
x (ArrayLike) – 类数组,实值。
- 返回:
包含误差函数值的数组。
- 返回类型:
备注
JAX 版本仅支持实值输入。
错误函数
JAX implementation of scipy.special.erf.
x (ArrayLike) – 类数组,实值。
包含误差函数值的数组。
备注
JAX 版本仅支持实值输入。