The TINV function is one of the statistical functions. Returns the two-tailed inverse of the Student's t-distribution.
Syntax
TINV(probability, deg_freedom)
The TINV function has the following arguments:
Argument | Description |
---|
probability | The probability associated with the two-tailed Student's t-distribution. A numeric value greater than 0 but less than or equal to 1. |
deg_freedom | The number of degrees of freedom, an integer greater than or equal to 1. |
Notes
How to apply the TINV function.
Examples
The figure below displays the result returned by the TINV function.
