invErf: Inverse error function

Description Usage Arguments Value Author(s) Examples

View source: R/invErf.r

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');

Example output

Warning message:
no DISPLAY variable so Tk is not available 

extremevalues documentation built on July 1, 2020, 6:19 p.m.