TRUECALC
Functions

T.INV.2T

Student's t two-tailed inverse

Try it

When to use it

When should I use T.INV.2T?

Use T.INV.2T when you need the two-tailed critical value of the Student's t distribution — it returns the t-score such that the probability of exceeding it in absolute value equals p, which is the standard critical value for two-tailed hypothesis tests and confidence intervals.

Used in

science · operations

Syntax

T.INV.2T(p,df)

Examples

=T.INV.2T(0.35,1) // => 1.6318516871287878

On this page