TINV function
Description
Returns the reverse of the Student t distribution.
TINV(P,df) returns the t-value corresponding with the two-tailed probability P (P-value) and the specified degrees of freedom df.
TINV is the inverse function of the TDIST function.
The argument P can be a real number or a matrix. When it is a matrix, the function returns a matrix with the same dimensions and with the TINV function applied to all elements.
Example
TINV(0.05,30) returns 2.0423 (rounded)
Calculator
Graph