Error function
From Wikipedia, the free encyclopedia
In mathematics, the error function (also called the Gauss error function) is a non-elementary function which occurs in probability, statistics and partial differential equations. It is defined as:
Contents |
The error function is odd:
Also, for any complex number x one has
where x * is the complex conjugate of x.
The integral cannot be evaluated in closed form in terms of elementary functions, but by expanding the integrand in a Taylor series, one obtains the Taylor series for the error function as follows:
which holds for every real number x, and also throughout the complex plane.
(This result arises from the Taylor series expansion of
, which is
, which we then integrate term by term. The denominator terms are sequence A007680 in the OEIS.)
The error function at infinity is exactly 1 (see Gaussian integral).
The derivative of the error function follows immediately from its definition:
The inverse error function has series
where c0 = 1 and
So we have the series expansion (note that common factors have been canceled from numerators and denominators):
(After cancellation the numerator/denominator fractions are entries A092676/A132467 in the OEIS; without cancellation the numerator terms are given in entry A002067.)
The complementary error function, denoted erfc, is defined in terms of the error function:
The complex error function, denoted w(x), (also known as the Faddeeva function) is also defined in terms of the error function:
Note that error function's value at plus/minus infinity is equal to plus/minus 1.
When the results of a series of measurements are described by a normal distribution with standard deviation σ and expected value 0, then
is the probability that the error of a single measurement lies between −a and +a.
The error and complementary error functions occur, for example, in solutions of the heat equation when boundary conditions are given by the Heaviside step function.
In digital optical communication system, BER is expressed by:
A useful asymptotic expansion of the complementary error function (and therefore also of the error function) for large x is
This series diverges for every finite x. However, in practice only the first few terms of this expansion are needed to obtain a good approximation of erfc(x), whereas the Taylor series given above converges very slowly.
Another approximation is given by
where
The error function is essentially identical to the standard normal cumulative distribution function, denoted Φ, as they differ only by scaling and translation. Indeed,
The inverse of
is known as the normal quantile function, or probit function and may be expressed in terms of the inverse error function as
The standard normal cdf is used more often in probability and statistics, and the error function is used more often in other branches of mathematics.
The error function is a special case of the Mittag-Leffler function, and can also be expressed as a confluent hypergeometric function (Kummer's function):
It has a simple expression in terms of the Fresnel integral. In terms of the Regularized Gamma function P and the incomplete gamma function,
is the sign function.
Some authors discuss the more general functions
E2(x) is the error function.

Graph of generalized error functions En(x). Grey curve: E1(x) = 1 − e −x, red curve: erf(x) = E2(x), green curve: E3(x), blue curve: E4(x), and yellow curve: E5(x). (The yellow curve is quite close to the y-axis and may not be visible.) After division by n!, all the En for odd n look similar (but not identical) to each other. Similarly, the En for even n look similar (but not identical) to each other after a simple division by n!. The En with odd and even n look similar on the positive x side of the graph.
can also be expressed for x>0 using the Gamma function
Therefore
The iterated integrals of the complementary error function are defined by
They have the power series
from which follow the symmetry properties
and
C/C++: It is implemented as the functions double erf(double x) and double erfc(double x) in the header math.h or cmath in the GNU version. This is not part of the standard and depends on individual library implementations. The pairs of functions {erff(),erfcf()} and {erfl(),erfcl()} take and return values of type float and long double respectively.
- Milton Abramowitz and Irene A. Stegun, eds. Handbook of Mathematical Functions with Formulas, Graphs, and Mathematical Tables. New York: Dover, 1972. (See Chapter 7)











![\mathrm{erfc}(x) = \frac{e^{-x^2}}{x\sqrt{\pi}}\left [1+\sum_{n=1}^\infty (-1)^n \frac{1\cdot3\cdot5\cdots(2n-1)}{(2x^2)^n}\right ]=\frac{e^{-x^2}}{x\sqrt{\pi}}\sum_{n=0}^\infty (-1)^n \frac{(2n)!}{n!(2x)^{2n}}.\,](http://upload.wikimedia.org/math/9/e/f/9ef17d31264a82a34acaa8d63c6806cf.png)


![\Phi(x) = \frac{1}{2}\left[1+\mbox{erf}\left(\frac{x}{\sqrt{2}}\right)\right]\,.](http://upload.wikimedia.org/math/5/d/7/5d7d9338ac25e4f68978214a6856d3a5.png)









