T.INV()

SyntaxT.INV(probability,degrees_freedom)

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

Arguments

  • probability (required). The probability associated with the two-tailed Student’s t-distribution

  • degrees_freedom (required). The number of degrees of freedom with which to characterize the distribution

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()

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.191.176.194