Learn R Programming

PEIP (version 2.0-1)

phi: Integral of Normal Distribution

Description

normal distribution and returns the value of the integral

Usage

phi(x)

Arguments

x

endpoint of integration (scalar)

Value

value of integral

See Also

erf

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