Related Topics: | ||
Description: Returns the probability from the student's t cumulative distribution function evaluated at x.
Syntax: pr_students_t(x, degrees_freedom)
x is the value for which the distribution is evaluated.
degrees_freedom is the number of degrees of freedom.
Remarks:
x and degrees_freedom must be numerical and >= 0.
All parameter values can include:
Numerical values
Standard operands (+, -, *, /)
Predefined mathematical functions (exp, log, sin, etc.)
References to any analysis workbooks
Example:
pr_students_t(3.5, 1.2)
Returns:
0.856631
© 1992-2015. ReliaSoft Corporation. ALL RIGHTS RESERVED.