Learn R Programming

extremevalues (version 2.0)

invErf: Inverse error function

Description

Inverse error function

Usage

invErf(x)

Arguments

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

Value

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

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