pnorm {stats} | R Documentation |
Density, distribution function, quantile function and random generation
for the normal distribution with mean equal to mean and standard deviation
equal to sd.
pnorm(q,
mean = 0,
sd = 1,
lower.tail = TRUE,
log.p = FALSE,
resolution = 97);
For pnorm, based on Cody, W. D. (1993) Algorithm 715 SPECFUN – A portable FORTRAN package of special function routines And test drivers. ACM Transactions on Mathematical Software 19, 22–32.