Returns the Gamma cdf for the given value of x. It will return a sequence
of values, if x is a sequence. This is equivalent to R's pgamma function.
Options:
:shape (default 1)
:rate (default 1)
:lower-tail (default true)
See also:
pdf-gamma and sample-gamma
References:
http://incanter.org/docs/parallelcolt/api/cern/jet/random/tdouble/Gamma.html
http://en.wikipedia.org/wiki/Gamma_distribution
http://en.wikipedia.org/wiki/Cumulative_distribution_function
Example:
(cdf-gamma 10 :shape 1 :rate 2)
(cdf-gamma 3 :shape 1 :lower-tail false)
Comments top
No comments for cdf-gamma. Log in to add a comment.