TINV
Name
T-distribution
Description
Returns the t-value of the student's t-distribution as a function of the probability and the degrees of freedom.
Syntax
TINV(prog,deg)
Remarks
This function has these arguments:
Argument | Description |
---|---|
prog | Probability of the two-tailed student's t-distribution |
deg | Number of degrees of freedom to characterize the distribution; if not an integer, the number is truncated |
Data Type
Accepts numeric data for all arguments. Returns numeric data. For more information, see Data Type for Each Cell Type.
Example
TINV(R1C2,2)
TINV(A4,2)
TINV(0.68,4)=0.444006