Difference between revisions of "ErfInv"

m (adding doc status category stub page)
 
(filled in content from user guide and changed status)
Line 1: Line 1:
[[Category:Doc Status D]] <!-- For Lumina use, do not change -->
+
[[Category:Math Functions]]
 +
[[Category:Doc Status C]] <!-- For Lumina use, do not change -->
 +
 
 +
= ErfInv(Y) =
 +
 
 +
The inverse error function.  Returns the value X such that ''Erf(X)=Y''.
 +
 
 +
= Library =
 +
 
 +
Advanced math
 +
 
 +
= Example =
 +
 
 +
ErfInv(Erf(2)) &rarr; 2
 +
 
 +
= See Also =
 +
 
 +
* [[Erf]] -- the error function
 +
* [[CumNormalInv]]

Revision as of 21:14, 10 July 2007


ErfInv(Y)

The inverse error function. Returns the value X such that Erf(X)=Y.

Library

Advanced math

Example

ErfInv(Erf(2)) → 2

See Also

Comments


You are not allowed to post comments.