Returns a Normal distribution that implements the
incanter.distributions.Distribution protocol.
Arguments:
mean The mean of the distribution. One of two parameters
that summarize the Normal distribution (default 0).
sd The standard deviation of the distribution.
The second parameter that describes the Normal (default 1).
See also:
Distribution, pdf, cdf, draw, support
References:
http://incanter.org/docs/parallelcolt/api/cern/jet/random/tdouble/Normal.html http://en.wikipedia.org/wiki/Normal_distribution Example:
(pdf (normal-distribution -2 (sqrt 0.5)) 1.96)
Comments top
No comments for normal-distribution. Log in to add a comment.