powered by
Inverse error function
invErf(x)
(vector of) value(s) of the inverse error function
(Vector of) real value(s) in the range (-1,1)
Mark van der Loo, www.markvanderloo.eu
x <-seq(-0.99,0.99,0.01); plot(x,invErf(x),'l');
Run the code above in your browser using DataLab