Returns a sample of the given size from a Student's t distribution.
Same as R's rt function.
Options:
:df (default 1)
See also:
pdf-t, cdf-t, and quantile-t
References:
http://incanter.org/docs/parallelcolt/api/cern/jet/random/tdouble/StudentT.html
http://en.wikipedia.org/wiki/Student-t_distribution
Example:
(cdf-t 1000 :df 10)
Comments top
No comments for sample-t. Log in to add a comment.