pnorm_nimble | R Documentation |
For internal use only.
pnorm_nimble(x)
x |
standard Gaussian quantile |
A numeric value of the CDF. For internal use only.
Aritra Halder <aritra.halder@drexel.edu>,
Sudipto Banerjee <sudipto@ucla.edu>
#####################
# Internal use only #
#####################
# Example usage inside of nimblewomble::wombling_gaussian()
require(nimble)
require(nimblewomble)
cPnorm_nimble = compileNimble(pnorm_nimble)
cPnorm_nimble(1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.