jax.scipy.special.erfinv

Contents

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 (jax.typing.ArrayLike) – arraylike, real-valued.

Returns:

array containing values of the inverse error function.

Return type:

Array

Notes

The JAX version only supports real-valued inputs.