Returns the Gamma pdf for the given value of x. It will return a sequence
of values, if x is a sequence. This is equivalent to R's dgamma function.
Options:
:shape (default 1)
:rate (default 1)
See also:
cdf-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/Probability_density_function
Example:
(pdf-gamma 10 :shape 1 :rate 2)
Comments top
No comments for pdf-gamma. Log in to add a comment.