Calculates the two-tailed inverse of the Student's t-distribution.
Sample Usage
T.INV.2T(0.55,50)
T.INV.2T(A2,A3)
Syntax
T.INV.2T(probability, degrees_freedom)
- probability - The probability associated with the Student's t-distribution.
- degrees_freedom - An integer indicating the degrees of freedom for the t-distribution.
Examples
T.INV.2T(0.55,50) returns a value of 0.60184
T.INV.2T(A2,A3) returns the T-value of the Student's t-distribution for the numbers in cells A2 and A3.
Notes
- probability must be between 0 and 1.
- degrees_freedom must be greater than or equal to 1.
- If degrees_freedom is not an integer, it is truncated.