pnormApprox | R Documentation |
Approximate calculation of CDF of normal distribution.
pnormApprox(q, pNormVal, mean = 0, oneOverSd = 1, oneOverH = 10)
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 |
(numeric) vector of approximate CDFs of normal distribution.
Christopher Rank christopher.rank@roche.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.