invErf {extremevalues} | R Documentation |
Inverse error function
invErf(x)
x |
(Vector of) real value(s) in the range (-1,1) |
(vector of) value(s) of the inverse error function
Mark van der Loo, www.markvanderloo.eu
x <-seq(-0.99,0.99,0.01); plot(x,invErf(x),'l');