T.DIST.RT
Returns the right-tailed Student's t-distribution.
Syntax
T.DIST.RT(X,Deg_freedom)
Parameters
Term | Definition |
---|---|
X | The numeric value at which to evaluate the distribution. |
Deg_freedom | An integer indicating the number of degrees of freedom. |
Return value
The right-tailed Student's t-distribution.
Example
EVALUATE { T.DIST.RT(1.959999998, 60) }
Returns
[Value] |
---|
0.0273224649879605 |
See also
T.DIST function
T.DIST.2T function
T.INV function
T.INV.2t function