This function returns the t-value of the student's t-distribution as a function of the probability and the degrees of freedom.
T.INV(prog,deg)
This function has these arguments:
| Argument | Description |
|---|---|
| prog | Probability of the student’s t-distribution |
| deg | Number of degrees of freedom to characterize the distribution; if not an integer, the number is truncated |
Accepts numeric data for all arguments. Returns numeric data.
T.INV(A4,2)
T.INV(0.68,4)gives the result 0.5051744394100004