This is documentation for an old release of SciPy (version 0.12.0). Read this page in the documentation of the latest stable release (version 1.15.1).
Returns the error function of complex argument.
It is defined as 2/sqrt(pi)*integral(exp(-t**2), t=0..z).
Parameters : | x : ndarray
|
---|---|
Returns : | res : ndarray
|
Notes
The cumulative of the unit normal distribution is given by Phi(z) = 1/2[1 + erf(z/sqrt(2))].
References
[R151] | http://en.wikipedia.org/wiki/Error_function |
[R152] | Milton Abramowitz and Irene A. Stegun, eds. Handbook of Mathematical Functions with Formulas, Graphs, and Mathematical Tables. New York: Dover, 1972. http://www.math.sfu.ca/~cbm/aands/page_297.htm |
[R153] | Steven G. Johnson, Faddeeva W function implementation. http://ab-initio.mit.edu/Faddeeva |