Difference between revisions of "ErfInv"
(filled in content from user guide and changed status) |
|||
Line 2: | Line 2: | ||
[[Category:Doc Status C]] <!-- For Lumina use, do not change --> | [[Category:Doc Status C]] <!-- For Lumina use, do not change --> | ||
− | = ErfInv( | + | = ErfInv(y) = |
− | The inverse error function. Returns the value | + | The inverse error function. Returns the value x such that <code>[[Erf]](x)=y</code>. |
+ | |||
+ | = Library = | ||
+ | |||
+ | Advanced Math | ||
+ | |||
+ | = See Also = | ||
+ | |||
+ | * [[Erf]], [[CumNormal]] | ||
+ | * [[CumNormalInv]] | ||
= Library = | = Library = |
Revision as of 23:28, 24 September 2009
ErfInv(y)
The inverse error function. Returns the value x such that Erf(x)=y
.
Library
Advanced Math
See Also
Library
Advanced math
Example
ErfInv(Erf(2)) → 2
See Also
- Erf -- the error function
- CumNormalInv
Comments
Enable comment auto-refresher