description: Computes the inverse of tf.math.erfc of z element-wise.

tfp.substrates.jax.math.erfcinv

Computes the inverse of tf.math.erfc of z element-wise.

NOTE: This is mathematically equivalent to computing erfinv(1 - x) however is more numerically stable.

z A Tensor with type float32 or float64.
name A name for the operation (optional).

erfcinv erfcinv evaluated at z. A Tensor with the same shape and same dtype as z.