Calculates the right-tailed Student's t-distribution evaluated at the given number.
Sample Usage
T.DIST.RT(1,30)
T.DIST.RT(A2,A3)
Syntax
T.DIST.RT(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
T.DIST.RT(1,30) returns a value of 0.1626
T.DIST.RT(A2,A3) returns the right-tailed Student's t-distribution evaluated at the number A2.