Difference between revisions of "ErfInv"
m (adding doc status category stub page) |
|||
(4 intermediate revisions by one other user not shown) | |||
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 ([[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]] |
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