T.DIST.2T
Returns the two-tailed Student's t-distribution
Syntax
T.DIST.2T(x, deg_freedom)
Parameters
- x: Required. The numeric value at which to evaluate the distribution
- deg_freedom: Required. An integer indicating the number of degrees of freedom
Example
=T.DIST.2T(1.96, 60)