T.DIST.2T is a DAX function that returns the two-tailed Student’s t-distribution.
Syntax
T.DIST.2T(
X,
Deg_freedom
)
Argument | Properties | Description |
---|---|---|
X | The numeric value at which to evaluate the distribution. | |
Deg_freedom | An integer indicating the number of degrees of freedom. |