WorksheetFunction.T_Dist_2T Method (Excel)

Returns the two-tailed Student t-distribution.

Version Information

Version Added: Excel 2010

Syntax

expression .T_Dist_2T(Arg1, Arg2)

expression A variable that represents a WorksheetFunction object.

Parameters

Name

Required/Optional

Data Type

Description

Arg1

Required

Double

X - The numeric value at which to evaluate the distribution.

Arg2

Required

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.

See Also

Concepts

WorksheetFunction Object Members

WorksheetFunction Object