Returns the Chi Square pdf of the given value of x. It will return a sequence
of values, if x is a sequence. Same as R's dchisq function.
Options:
:df (default 1)
See also:
cdf-chisq and sample-chisq
References:
http://incanter.org/docs/parallelcolt/api/cern/jet/random/tdouble/ChiSquare.html
http://en.wikipedia.org/wiki/Chi_square_distribution
http://en.wikipedia.org/wiki/Probability_density_function
Example:
(pdf-chisq 5.0 :df 2)
Comments top
No comments for pdf-chisq. Log in to add a comment.