<< Click to Display Table of Contents >> T.DIST.RT (t-distribution right-tailed) |
Syntax:
T.DIST.RT(X, DegreesFreedom)
Description:
This returns the probability of the right-tailed Student's t-distribution.
X is the value whose probability is to be calculated. X must be ≥ 0.
DegreesFreedom is the number of degrees of freedom. This value must be ≥ 1. Integers are expected; if this is not the case, PlanMaker automatically truncates the decimal places.
Note:
The T.DIST.RT, T.DIST.2T and T.DIST functions supplement the previous TDIST function, whereby T.DIST.RT returns the same result as TDIST with the argument Tails=1.
Compatibility notes:
Microsoft Excel supports this function only in version 2010 or later. The function is unknown in older versions.
See also: