Difference between revisions of "Erf"

Line 2: Line 2:
 
[[Category:Doc Status C]] <!-- For Lumina use, do not change -->
 
[[Category:Doc Status C]] <!-- For Lumina use, do not change -->
  
= Err(x) =
+
= Erf(x) =
  
 
The error function, defined as:
 
The error function, defined as:
:<big>[[Erf]](x)</big> = [[Image:Erf.png]]
+
:<math>Erf(x) = {2\over\sqrt{\pi}} \int_0^x e^{-t^2} dt</math>
 +
 
 +
[[image:ErfGraph.png]]
  
 
= Library =
 
= Library =

Revision as of 20:57, 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.
Comments


You are not allowed to post comments.