Module truncnorm::gauss[][src]

Expand description

erf/erfc family of error functions

Uses bindings to the faddeeva C++ package and statrs

Functions

the error function $\mathrm{erf}(z)$

the complimentary error function $\mathrm{erfc}(z) = 1 - \mathrm{erf}(z)$

erfc_inv calculates the complementary inverse error function at x.

the scaled complementary error function $\mathrm{erfcx}(z) = e^{z^2} \mathrm{erfc}(z) = w(iz)$