tfp.math.erfcx

Computes the scaled complementary error function exp(x**) * erfc(x).

Used in the notebooks

Used in the tutorials

References

[1] M. Shepherd and J. Laframboise, Chebyshev approximation of (1 + 2 * x) * exp(x**2) * erfc(x) https://www.ams.org/journals/mcom/1981-36-153/S0025-5718-1981-0595058-X/

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

erfcx erfcx(x) evaluated at x. A Tensor with the same shape and same dtype as x.