Returns the inverse of the Student's t-distribution for the specified degrees of freedom.
Syntax
TINV(probability,degrees_freedom)
Probability is the probability associated with the two-tailed Student's t-distribution.
Degrees_freedom is the number of degrees of freedom to characterize the distribution.
Remarks
TINV uses an iterative technique for calculating the function. Given a probability value, TINV iterates until the result is accurate to within ± 3x10^-7. If TINV does not converge after 100 iterations, the function returns the #N/A error value.
Example
TINV(0.054645,60)
equals 1.96