Skip to Content

TINV

Returns the inverse of the Student's t-distribution. Replaced by T.INV.2T.

Syntax

TINV(probability, degrees_freedom)

Parameters

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

Example

=TINV(0.054645, 60)
Returns: NumberSince: Excel 2003