T.INV()

SyntaxT.INV(probability,degrees_freedom)

Definition. This function returns the left quantile of a Student’s t-distribution.

Arguments

Note

If one of the arguments isn’t a numeric expression, the T.INV() function returns the #VALUE! error.

If probability is less than 0 or greater than 1, the T.INV() function returns the #NUM! error.

If degrees_freedom isn’t an integer, the decimal places are truncated. If degrees_freedom is less than 1, the function returns the #NUM! error.

Background. You will find more information about t-values or critical values in the description of T.INV.2T().

Example. You will find more information about the use of this function in the description of T.INV.2T().

See Also

T.DIST.2T(), T.TEST()