erfinv
Inverse error function.
Syntax
Section titled “Syntax”v = erfinv(x)Description
Section titled “Description”Returns y such that erf(y) = x. x must be in (-1, 1).
Example
Section titled “Example”erfinv(0.5) % ≈ 0.4769Inverse error function.
v = erfinv(x)Returns y such that erf(y) = x. x must be in (-1, 1).
erfinv(0.5) % ≈ 0.4769