ReferenceFunctionsStatistics Functions
T.DIST.2T
T.DIST.2T: Returns the two-tailed Student's t probability beyond `x`.
Summary
T.DIST.2T computes P(|T| > x) for the specified degrees of freedom.
Remarks
- Requires
x >= 0anddeg_freedom >= 1. - Represents a two-sided tail area.
- Returns
#NUM!when arguments are outside valid ranges. - Invalid numeric coercions propagate as spreadsheet errors.
Examples
Two-tailed t probability at zero
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
1
Two-tailed t probability at x=2
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
0.0733880342639167
Related functions
Runtime metadata
Category
Statistics
Signature
T.DIST.2T(arg1: Number, arg2: Number)Arity
min 2, max 2
Arguments
arg1Number · Scalar · coercion NumberLenientText
arg2Number · Scalar · coercion NumberLenientText
Caps
PURE
Source