WorksheetFunction.T_Inv Method (Excel)
Office 2010
Returns the left-tailed inverse of the Student t-distribution.
expression .T_Dist_2T(Arg1, Arg2)
expression A variable that represents a WorksheetFunction object.
Parameters
Name | Required/Optional | Data Type | Description |
|---|---|---|---|
Arg1 | Required | Double | Probability - The probability associated with the Student t-distribution. |
Arg2 | Required | Double | Deg_freedom - The number of degrees of freedom with which to characterize the distribution. |
Return Value
Double