T.INV is a DAX function that returns the left-tailed inverse of the Student’s t-distribution.
Syntax
T.INV(
Probability,
Deg_freedom
)
Argument | Properties | Description |
---|---|---|
Probability | The probability associated with the Student’s t-distribution. | |
Deg_freedom | The number of degrees of freedom with which to characterize the distribution. |