wiki:Erf
close Warning: Can't synchronize with repository "(default)" ("(default)" is not readable or not a Git repository.). Look in the Trac log for more information.

Error Function

(erf z)

The error function defined by

  erf(z) = 2/sqrt(%pi)*sum((-1)^k*z^(2*k+1)/k!/(2*k+1), k, 0, inf)

For real z, this is equivalent to the familiar integral:

  erf(x) = 2/sqrt(%pi)*integrate(exp(-t^2), t, 0, z)

See also ComplementaryErf.

Last modified 13 years ago Last modified on 03/17/11 19:22:29