Returns the Beta pdf of the given value of x. It will return a sequence
of values, if x is a sequence. This is equivalent to R's dbeta function.
Options:
:alpha (default 1)
:beta (default 1)
See also:
cdf-beta and sample-beta
References:
http://incanter.org/docs/parallelcolt/api/cern/jet/random/tdouble/Beta.html
http://en.wikipedia.org/wiki/Beta_distribution
http://en.wikipedia.org/wiki/Probability_density_function
Example:
(pdf-beta 0.5 :alpha 1 :beta 2)
Comments top
No comments for pdf-beta. Log in to add a comment.