erfinv: Inverse error function

Description Usage Arguments Value Author(s) References Examples

Description

Returns the inverse error function

Usage

1
erfinv(x)

Arguments

x

numeric vector

Value

the inverse error function

Author(s)

Jose Gama

References

Abramowitz and Stegun 29.2.29 http://stat.ethz.ch/R-manual/R-devel/library/stats/html/Normal.html

Examples

1
erfinv(1:10)

Example output

 [1] Inf NaN NaN NaN NaN NaN NaN NaN NaN NaN
Warning message:
In qnorm((1 + x)/2) : NaNs produced

ecotoxicology documentation built on May 2, 2019, 6:10 p.m.