Содержимое еще не переведено на ваш язык. Отображается версия на английском языке.
TINV - script and chart function
TINV() returns the t-value of the Student's
Syntax:
TINV(prob, degrees_freedom)
Return data type: number
Arguments:
Argument | Description |
---|---|
prob | A two-tailed probability associated with the t-distribution. It must be a number between 0 and 1. |
degrees_freedom | An integer stating the number of degrees of freedom. |
Limitations:
All arguments must be numeric,
else
This function is related to the TDIST
function in the following way:
If prob = TDIST(value, df ,2),
then TINV(prob, df) = value.