The T.DIST.2T function is one of the statistical functions. Returns the two-tailed Student's t-distribution. The Student's 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.2T(x, deg_freedom)
The T.DIST.2T function has the following arguments:
Argument | Description |
---|
x | The value at which the function should be calculated. A numeric value greater than 0. |
deg_freedom | The number of degrees of freedom, an integer greater than or equal to 1. |
Notes
How to apply the T.DIST.2T function.
Examples
The figure below displays the result returned by the T.DIST.2T function.
