Returns the Exponential cdf of the given value of x. It will return a sequence
of values, if x is a sequence. Same as R's pexp
Options:
:rate (default 1)
See also:
pdf-exp and sample-exp
References:
http://incanter.org/docs/parallelcolt/api/cern/jet/random/tdouble/Exponential.html
http://en.wikipedia.org/wiki/Exponential_distribution
http://en.wikipedia.org/wiki/Cumulative_distribution_function
Example:
(cdf-exp 2.0 :rate 1/2)
Comments top
No comments for cdf-exp. Log in to add a comment.