Skip to Content

T.INV

Returns the left-tailed inverse of the Student's t-distribution

Syntax

T.INV(probability, deg_freedom)

Parameters

  • probability: Required. The probability associated with the Student's t-distribution
  • deg_freedom: Required. The number of degrees of freedom

Example

=T.INV(0.975, 60)
Returns: NumberSince: Excel 2010