Learn R Programming

PEIP (version 2.2-5)

phi: Integral of Normal Distribution

Description

normal distribution and returns the value of the integral

Usage

phi(x)

Value

value of integral

Arguments

x

endpoint of integration (scalar)

Author

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

See Also

erf

Examples

Run this code

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


Run the code above in your browser using DataLab