ReferenceFunctionsStatistics Functions
T.INV.2T
T.INV.2T: Returns the positive t critical value for a two-tailed probability.
Summary
T.INV.2T solves for t such that P(|T| > t) = probability.
Remarks
probabilitymust satisfy0 < probability <= 1.deg_freedommust be at least1.- Returns
#NUM!for invalid probability or degree-of-freedom arguments. - Alias
TINVis supported.
Examples
Maximum two-tailed probability
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
0
95% two-sided critical value
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
2.228138851986273
Related functions
Runtime metadata
Category
Statistics
Signature
T.INV.2T(arg1: Number, arg2: Number)Arity
min 2, max 2
Arguments
arg1Number · Scalar · coercion NumberLenientText
arg2Number · Scalar · coercion NumberLenientText
Caps
PURE
Source