A function of the incanter.distribution.Distribution protocol.
Returns the value of the cumulative density function for the
distribution d at support v.
See also:
Distribution, pdf, draw, support
References:
http://en.wikipedia.org/wiki/Cumulative_distribution_function Examples:
(cdf [2 1 2 3] 2) ; returns the value 3/4
Comments top
No comments for cdf. Log in to add a comment.