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 | + | [[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)) → 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
- Erf -- the error function
- CumNormalInv
Comments
Enable comment auto-refresher