Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1.08 KB

t-inv-2t-function-dax.md

File metadata and controls

49 lines (33 loc) · 1.08 KB
description title
Learn more about: T.INV.2T
T.INV.2T function (DAX) | Microsoft Docs

T.INV.2T

[!INCLUDEapplies-to-measures-columns-tables-visual-calculations]

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

[!INCLUDE function-not-supported-in-directquery-mode]

Example

EVALUATE { T.INV.2T(0.546449, 60) }

Returns

[Value]
0.606533075825759

Related content

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