Student's t Distribution

Distributions associated with the Student's T Equation:

Student's t Equation

dt(x, d) Returns the probability density for value x.

pt(x, d) Returns the cumulative probability distribution for value x.

qt(p, d) Returns the inverse cumulative probability distribution for probability p.

rt(m, d) Returns a vector of m random numbers having the Student's t distribution.

Arguments:

Notes:

QuickSheet