The Excel T.DIST Function
Basic DescriptionThe Excel T.DIST function calculates the one-tailed Student's T Distribution, which is a continuous probability distribution that is frequently used for testing hypotheses on small sample data sets. The T.DIST function is new to Excel 2010 and so is not available in earlier versions of Excel. The format of the function is :
T.DIST( x, degrees_freedom, cumulative )
where the function arguments are:
Cumulative Student's T-Distribution with 10 Degrees of Freedom
Example 1The chart on the right shows the one-tailed cumulative Student's T Distribution with 10 degrees of freedom. If you want to calculate the value of this function at x = 1, this can be done using the Excel T.Dist function, as follows: =T.DIST( 1, 10, TRUE )
This gives the result 0.829553434, or 82.96%. Probability Density Function with 10 Degrees of Freedom
Example 2The chart on the right shows the one-tailed probability density function for the Student's T Distribution, with 10 degrees of freedom. If you want to calculate the value of this function at x = -1, this can be done using the Excel T.Dist function, as follows: =T.DIST( -1, 10, FALSE )
This gives the result 0.230361989, or 23.04%. Further information and examples of the Excel T.Dist function can be found on the Microsoft Office website. Common ErrorsIf you get an error from the Excel T.Dist function this is likely to be one of the following: Common Errors
|
|||||||||||||||||||||||||||
|
|
|||||||||||||||||||||||||||
Copyright © 2008-2011 ExcelFunctions.net |