Calculates the right-tailed Student's t-distribution evaluated at the given number.
Sample Usage
TDISTRT(1,30)
TDISTRT(A2,A3)
Syntax
TDISTRT(number, degrees_freedom)
- number - The value at which to evaluate the t-distribution function.
- degrees_freedom - An integer indicating the degrees of freedom for the t-distribution.
Examples
TDISTRT(1,30) returns a value of 0.1626
TDISTRT(A2,A3) returns the right-tailed Student's t-distribution evaluated at the number A2.