Returns a Student-t 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/StudentT.html
http://en.wikipedia.org/wiki/Student-t_distribution
Example:
(pdf (t-distribution 10) 1.2)
Comments top
No comments for t-distribution. Log in to add a comment.