T.DIST.2T
Applies to: Calculated column Calculated table Measure Visual calculation
Returns the two-tailed Student's t-distribution.
Syntax
T.DIST.2T(X,Deg_freedom)
Parameters
Term | Definition |
---|---|
X | The numeric value at which to evaluate the distribution. |
Deg_freedom | An integer indicating the number of degrees of freedom. |
Return value
The two-tailed Student's t-distribution.
Remarks
This function is not supported for use in DirectQuery mode when used in calculated columns or row-level security (RLS) rules.
Example
EVALUATE { T.DIST.2T(1.959999998, 60) }
Returns
[Value] |
---|
0.054644929975921 |