- Home
- T.DIST Function
T.DIST Function
The T.DIST function is one of the statistical functions. Returns the Student's left-tailed t-distribution. The t-distribution is used in the hypothesis testing of small sample data sets. Use this function in place of a table of critical values for the t-distribution.
Syntax
T.DIST(x, deg_freedom, cumulative)
The T.DIST function has the following arguments:
Argument | Description |
---|---|
x | The value at which the function should be calculated. |
deg_freedom | The number of degrees of freedom, an integer greater than or equal to 1. |
cumulative | A logical value (TRUE or FALSE) that determines the function form. If it is TRUE, the function returns the cumulative distribution function. If it is FALSE, the function returns the probability density function. |
Notes
How to apply the T.DIST function.
Examples
The figure below displays the result returned by the T.DIST function.
Host ONLYOFFICE Docs on your own server or use it in the cloud
Article with the tag:
Browse all tags