phiinv: Inverse Normal Distribution Integral

View source: R/phiinv.R

phiinvR 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) )



PEIP documentation built on Aug. 21, 2023, 9:10 a.m.