pnormApprox {refineR} | R Documentation |
Approximate calculation of CDF of normal distribution.
Description
Approximate calculation of CDF of normal distribution.
Usage
pnormApprox(q, pNormVal, mean = 0, oneOverSd = 1, oneOverH = 10)
Arguments
q |
(numeric) vector of quantiles of data points |
pNormVal |
(numeric) vector of lookup table for pNorm |
mean |
(numeric) vector of mean values |
oneOverSd |
(numeric) reciprocal vector of sd values |
oneOverH |
(numeric) defining the precision of the approximation |
Value
(numeric) vector of approximate CDFs of normal distribution.
Author(s)
Christopher Rank christopher.rank@roche.com
[Package refineR version 1.6.1 Index]