|
Returns the Percentage Points (probability) for the Student t-distribution where a numeric value (x) is a calculated value of t for which the Percentage Points are to be computed. The t-distribution is used in the hypothesis testing of small sample data sets. Use this function in place of a table of critical values for the t-distribution.
Parameters :
 | X | is the numeric value at which to evaluate the distribution. |  | Degrees_freedom | is an integer indicating the number of degrees of freedom.(>0) |  | tails | specifies the number of distribution tails to return. If tails = 1, TDIST returns the one-tailed distribution. If tails = 2, TDIST returns the two-tailed distribution. |
|