This function returns the right-tailed Student’s t-distribution. The t-distribution is used for hypothesis testing with small sample data sets. Use this function instead of referring to a table of critical values for the t-distribution.
Syntax:
T.DIST.RT(x; degrees_freedom)
Arguments:
- x(required): The numeric value at which to evaluate the distribution.
- degrees_freedom(required): An integer indicating the number of degrees of freedom.
Background:
For more details on t-distributed random variables, refer to the documentation for T.TEST().
Example:
For further examples and usage of this function, see the figure below.
