Returns the Exponential pdf of the given value of x. It will return a sequence
of values, if x is a sequence. Same as R's dexp
Options:
:rate (default 1)
See also:
cdf-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/Probability_density_function
Example:
(pdf-exp 2.0 :rate 1/2)
Comments top
No comments for pdf-exp. Log in to add a comment.