invErf: Inverse error function

Description Usage Arguments Value Author(s) Examples

Description

Inverse error function

Usage

1
invErf(x)

Arguments

x

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

Value

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

Author(s)

Mark van der Loo, www.markvanderloo.eu

Examples

1
2
x <-seq(-0.99,0.99,0.01);
plot(x,invErf(x),'l');

cannin/extremevalues documentation built on May 12, 2019, 5:22 p.m.