Skip to Content

T.DIST.RT

Returns the right-tailed Student's t-distribution

Syntax

T.DIST.RT(x, deg_freedom)

Parameters

  • x: Required. The numeric value at which to evaluate the distribution
  • deg_freedom: Required. An integer indicating the number of degrees of freedom

Example

=T.DIST.RT(1.96, 60)
Returns: NumberSince: Excel 2010