Returns the Student's t pdf for the given value of x. It will return a sequence
of values, if x is a sequence. Same as R's dt function.
Options:
:df (default 1)
See also:
cdf-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/Probability_density_function
Example:
(pdf-t 1.2 :df 10)
Comments top
No comments for pdf-t. Log in to add a comment.