T.DIST.RT - The function returns the Student's t-distribution on the right in Excel
The following article introduces you to the T.DIST.RT function - one of the functions in the statistical function group is very popular in Excel.
T.DIST.RT - The function returns the Student's t-distribution on the right in Excel Picture 1
Description: The function returns the Student's t-distribution on the right. Functions used in testing the hypothesis of small numbers of data sets. Support functions from Excel 2010 onwards.
Syntax: T.DIST.RT (x, deg_freedom)
Inside:
- x: Value used to evaluate the distribution, is a required parameter.
- deg_freedom: Number of degrees of freedom of the distribution, is a required parameter.
Attention:
- Any argument that is not a number -> the function returns the #VALUE! Error value
- If deg_freedom <1 -> the function returns the #NUM! Error value
- The minimum value of deg_freedom must be equal to 1.
For example:
Calculate the Student t- top right distribution of the values in the following data table:
T.DIST.RT - The function returns the Student's t-distribution on the right in Excel Picture 2
- In the cell to calculate enter the formula : = T.DIST.RT (D6, D7)
T.DIST.RT - The function returns the Student's t-distribution on the right in Excel Picture 3
- Press Enter -> Student t right distribution on the right is:
T.DIST.RT - The function returns the Student's t-distribution on the right in Excel Picture 4
- Where the value to evaluate the distribution is less than 0 -> the function still returns the correct results:
T.DIST.RT - The function returns the Student's t-distribution on the right in Excel Picture 5
- If the number of degrees of freedom is less than 1 -> the function returns the #NUM! Error value
T.DIST.RT - The function returns the Student's t-distribution on the right in Excel Picture 6
Above are instructions and some specific examples when using T.DIST.RT function in Excel.
Good luck!
You should read it
- T.DIST - The function returns the Student t-distribution on the left in Excel
- T.DIST.2T - The function returns the two-tailed Student distribution in Excel
- GAMMA.DIST function - The function returns the gamma distribution in Excel
- POISSON.DIST function - The function returns the Poisson distribution in Excel
- BETA.DIST function - The function returns the Beta distribution in Excel
- HYPGEOM.DIST - The function returns the hyperbolic distribution in Excel
- F.DIST - The function returns the probability distribution F in Excel
- LOGNORM.DIST - Function returns the logarithmic distribution of x in Excel
- CHISQ.DIST - Function returns the distribution when squared in Excel
- NORM.S.DIST function - The function returns the normalized distribution with a mean of 0 and a standard deviation of 1 in Excel
- F.DIST.RT function - The function returns the right probability distribution F for 2 data sets in Excel
- The EXPON.DIST function - The function returns the exponential distribution in Excel
May be interested
T.INV function - The function returns the inverse value of the Student t distribution in Excel
T.INV.2T - The function returns the two-sided inverse of the Student's t-distribution in Excel
T.TEST function - The function returns the probability associated with Student's t-Test in Excel
TREND - The function returns values in a linear trend in Excel
TRIMMEAN function - The function returns the average of the inner part of a dataset in Excel
VAR.P function - Function that calculates variance based on the entire set, ignoring logical values and text in Excel