invErf: Inverse error function

View source: R/invErf.r

invErfR Documentation

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

Author(s)

Mark van der Loo, www.markvanderloo.eu

Examples

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

extremevalues documentation built on April 4, 2025, 1 a.m.