T.DIST.RT
Applies to: Calculated column Calculated table Measure Visual calculation
Returns the right-tailed Student's t-distribution.
Syntax
T.DIST.RT(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 right-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.RT(1.959999998, 60) }
Returns
[Value] |
---|
0.0273224649879605 |