WorksheetFunction.T_Dist_2T Method (Excel)
Returns the two-tailed Student t-distribution.
Version Information
추가된 버전: Excel 2010
Syntax
식 .T_Dist_2T(Arg1, Arg2)
식 A variable that represents a WorksheetFunction object.
Parameters
Name |
Required/Optional |
Data Type |
Description |
---|---|---|---|
Arg1 |
필수 |
Double |
X - The numeric value at which to evaluate the distribution. |
Arg2 |
필수 |
Double |
Deg_freedom - An integer that indicates the number of degrees of freedom. |
Return Value
Double
Remarks
If any argument is non-numeric, T_DIST_2T returns the #VALUE! error value.
If deg_freedom < 1, T_DIST_2T returns the #NUM! error value.
If x < 0, then T_DIST_2T returns the #NUM! error value.