TRUECALC
Functions

T.INV

Student's t inverse CDF

Try it

When to use it

When should I use T.INV?

Use T.INV when you need the left-tail critical value of the Student's t distribution for a given probability and degrees of freedom — for example, to find the t-score that cuts off the bottom 5% of the distribution when constructing confidence intervals.

Used in

science · operations

Syntax

T.INV(p,df)

Examples

=T.INV(0.05757,45) // => -1.6065883170805806

On this page