Learn R Programming

extremevalues (version 2.3.4)

invErf: Inverse error function

Description

Inverse error function

Usage

invErf(x)

Value

(vector of) value(s) of the inverse error function

Arguments

x

(Vector of) real value(s) in the range (-1,1)

Author

Mark van der Loo, www.markvanderloo.eu

Examples

Run this code
x <-seq(-0.99,0.99,0.01);
plot(x,invErf(x),'l');

Run the code above in your browser using DataLab