jax.scipy.special.erfinv#
- jax.scipy.special.erfinv(x)[source]#
The inverse of the error function
JAX implementation of
scipy.special.erfinv
.Returns the inverse of
erf()
.- Parameters:
x (ArrayLike) – arraylike, real-valued.
- Returns:
array containing values of the inverse error function.
- Return type:
Notes
The JAX version only supports real-valued inputs.