T.INV.2T

Returns the two-tailed inverse of the Student's t-distribution.

Syntax

T.INV.2T(Probability,Deg_freedom)

Parameters

Term Definition
Probability The probability associated with the Student's t-distribution.
Deg_freedom The number of degrees of freedom with which to characterize the distribution.

Return value

The two-tailed inverse of the 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.INV.2T(0.546449, 60) }

Returns

[Value]
0.606533075825759

T.INV
T.DIST
T.DIST.2T
T.DIST.RT