T.DIST.2T - The function returns the two-tailed Student distribution in Excel
The following article introduces you to the T.DIST.2T function - one of the functions in the statistical group is very popular in Excel.
Description: The function returns the two- tailed Student's t-distribution . Functions used in testing the hypothesis of small numbers of data sets. Support functions from Excel 2010 onwards.
Syntax: T.DIST.2T (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.
- If x <0 -> the function returns the #NUM! Error value
For example:
Calculate the Student 2 t- tailed distribution as described in the following data table:
- In the cell to calculate, enter the formula : = T.DIST.2T (D6, D7)
- Press Enter -> 2 t Student distribution is:
- If the number of degrees of freedom is less than 1 -> the function returns the #NUM! Error value
- Where the value for distribution distribution is less than 0 -> the function returns the #NUM! Error value
Above are instructions and some specific examples when using T.DIST.2T function in Excel.
Good luck!
You should read it
- T.DIST.RT - The function returns the Student's t-distribution on the right in Excel
- T.DIST - The function returns the Student t-distribution on the left 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
Maybe you are interested
AMD has surpassed Intel in brand value
SQL way to count NULL and NOT NULL values in a column
Comparing Odroid-N2+ and Raspberry Pi 4: Which option offers better value?
How to receive free gifts from IObit with a total value of nearly 150,000 USD
Write a program to find duplicate values in Python
Write a program to check duplicate values in Python