phi: Integral of Normal Distribution

View source: R/phi.R

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



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