Learn R Programming

PEIP (version 2.2-5)

phiinv: Inverse Normal Distribution Integral

Description

Calculates the inverse normal distribution from the value of the integral

Usage

phiinv(x)

Value

value of integral (scalar)

Arguments

x

endpoint value of integration (scalar)

Author

Jonathan M. Lees<jonathan.lees@unc.edu>

See Also

phi

Examples

Run this code

 x <- 1.0
##   pracma::erf(x)
 phi(x)
phiinv( phi(x) )


Run the code above in your browser using DataLab