Returns the Chi Square cdf of the given value of x. It will return a sequence
of values, if x is a sequence. Same as R's pchisq function.
Options:
:df (default 1)
:lower-tail (default true)
See also:
pdf-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/Cumulative_distribution_function
Example:
(cdf-chisq 5.0 :df 2)
(cdf-chisq 5.0 :df 2 :lower-tail false)
Comments top
No comments for cdf-chisq. Log in to add a comment.