Returns the Normal cdf of the given value, x. It will return a sequence
of values, if x is a sequence. This is equivalent to R's pnorm function.
Options:
:mean (default 0)
:sd (default 1)
See also:
pdf-normal, quantile-normal, sample-normal
References:
http://incanter.org/docs/parallelcolt/api/cern/jet/random/tdouble/Normal.html
http://en.wikipedia.org/wiki/Normal_distribution
http://en.wikipedia.org/wiki/Cumulative_distribution_function
Example:
(cdf-normal 1.96 :mean -2 :sd (sqrt 0.5))
Comments top
No comments for cdf-normal. Log in to add a comment.