Approximate calculation of CDF of normal distribution.
pnormApprox(q, pNormVal, mean = 0, oneOverSd = 1, oneOverH = 10)(numeric) vector of approximate CDFs of normal distribution.
(numeric) vector of quantiles of data points
(numeric) vector of lookup table for pNorm
(numeric) vector of mean values
(numeric) reciprocal vector of sd values
(numeric) defining the precision of the approximation
Christopher Rank christopher.rank@roche.com