phi {PEIP} | R Documentation |
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
Author(s)
Jonathan M. Lees<jonathan.lees@unc.edu>
See Also
erf
Examples
x <- 1.0
## pracma::erf(x)
phi(x)
phiinv( phi(x) )
[Package PEIP version 2.2-5 Index]