R/RcppExports.R
fast_pnorm.Rd
Computes the cumulative distribution function of the normal distribution for a numeric vector using a fast approximation.
fast_pnorm(x)
A numeric vector for which the CDF should be computed.
A numeric vector of CDF values for each element in x.
x