phiinv {PEIP}R Documentation

Inverse Normal Distribution Integral

Description

Calculates the inverse normal distribution from the value of the integral

Usage

phiinv(x)

Arguments

x

endpoint value of integration (scalar)

Value

value of integral (scalar)

Author(s)

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

See Also

phi

Examples


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



[Package PEIP version 2.2-5 Index]