Learn R Programming

PEIP (version 2.0-1)

phiinv: 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)

See Also

phi

Examples

Run this code
# NOT RUN {
 x <- 1.0
##   pracma::erf(x)
 phi(x)
phiinv( phi(x) )


# }

Run the code above in your browser using DataLab