T-distribution functions
PDFStudentT(x,df)
PDFStudentT(x,df) returns the probability density at the value x of a Student's t distribution with degrees of freedom df.
Calculator
Graph
CDFStudentT(x,df)
CDFStudentT(x,df) returns the value at x of the Student's t cumulative distribution with degrees of freedom df.
Calculator
RndStudentT(df)
RndStudentT(df) returns a random value of a Student's t distribution with degrees of freedom df.
Calculator