Difference between revisions of "Erf"

Line 17: Line 17:
 
* [[ErfInv]] -- the inverse error function
 
* [[ErfInv]] -- the inverse error function
 
* [[CumNormal]] -- the closely related cumulative normal density function.
 
* [[CumNormal]] -- the closely related cumulative normal density function.
 +
* [[Sigmoid]] -- another sigmoidal shape function

Revision as of 21:01, 14 January 2013


Erf(x)

The error function, defined as:

[math]\displaystyle{ Erf(x) = {2\over\sqrt{\pi}} \int_0^x e^{-t^2} dt }[/math]

ErfGraph.png

Library

Advanced math

See Also

  • ErfInv -- the inverse error function
  • CumNormal -- the closely related cumulative normal density function.
  • Sigmoid -- another sigmoidal shape function
Comments


You are not allowed to post comments.