error function: Definition from Answers.com
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:
Properties
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 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
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:
Applications
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:
Asymptotic expansion
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
Related functions
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.
Generalized error functions
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.
Iterated integrals of the complementary error function
The iterated integrals of the complementary error function are defined by
They have the power series
from which follow the symmetry properties
and
Implementation
C/C++: It is implemented as the function erf() and erfc() in the header math.h or cmath in the GNU version. This is not part of standard so please check the compiler documentation before use.
See also
References
- Milton Abramowitz and Irene A. Stegun, eds. Handbook of Mathematical Functions with Formulas, Graphs, and Mathematical Tables. New York: Dover, 1972. (See Chapter 7)
External links
This entry is from Wikipedia, the leading user-contributed encyclopedia. It may not have been reviewed by professional editors (see full disclaimer)