WorksheetFunction.T_Dist_2T(Double, Double) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the two-tailed Student t-distribution.
public:
double T_Dist_2T(double Arg1, double Arg2);
public double T_Dist_2T (double Arg1, double Arg2);
Public Function T_Dist_2T (Arg1 As Double, Arg2 As Double) As Double
Parameters
- 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.
Returns
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.