Returns a Chi-square distribution that implements the incanter.distributions.Distribution protocol.
Arguments:
df (default 1)
See also:
Distribution, pdf, cdf, draw, support
References:
http://incanter.org/docs/parallelcolt/api/cern/jet/random/tdouble/ChiSquare.html
http://en.wikipedia.org/wiki/Chi_square_distribution
Example:
(pdf (chisq-distribution 2) 5.0)
Comments top
No comments for chisq-distribution. Log in to add a comment.