Returns the Student's t cdf for the given value of x. It will return a sequence
of values, if x is a sequence. Same as R's pt function.
Options:
:df (default 1)
See also:
pdf-t, quantile-t, and sample-t
References:
http://incanter.org/docs/parallelcolt/api/cern/jet/random/tdouble/StudentT.html
http://en.wikipedia.org/wiki/Student-t_distribution
http://en.wikipedia.org/wiki/Cumulative_distribution_function
Example:
(cdf-t 1.2 :df 10)
Comments top
No comments for cdf-t. Log in to add a comment.