ReferenceFunctionsStatistics Functions
T.INV
T.INV: Returns the t-value whose left-tail probability equals `probability`.
Summary
T.INV is the inverse of T.DIST(x, deg_freedom, TRUE).
Remarks
probabilitymust be strictly between0and1.deg_freedommust be at least1.- Returns
#NUM!for out-of-range probability or invalid degrees of freedom. - Invalid numeric coercions propagate as spreadsheet errors.
Examples
Median t quantile
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
0
Upper-tail 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(arg1: Number, arg2: Number)Arity
min 2, max 2
Arguments
arg1Number · Scalar · coercion NumberLenientText
arg2Number · Scalar · coercion NumberLenientText
Caps
PURE
Source