Difference between revisions of "ErfInv"
(filled in content from user guide and changed status) |
|||
(3 intermediate revisions by one other user not shown) | |||
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 ([[Erf]]). Returns the value x such that <code>Erf(x) = y</code>. |
− | + | [[image:ErfInvGraph.png]] | |
− | + | == Example == | |
− | + | :<code>ErfInv(Erf(2)) → 2</code> | |
− | + | == See Also == | |
− | + | * [[Erf]] | |
− | + | * [[CumNormal]] | |
− | * [[ | ||
* [[CumNormalInv]] | * [[CumNormalInv]] |
Latest revision as of 23:28, 13 January 2016
ErfInv(y)
The inverse error function (Erf). Returns the value x such that Erf(x) = y
.
Example
ErfInv(Erf(2)) → 2
See Also
Comments
Enable comment auto-refresher