Skip to Content

T.DIST

Returns the Student's t-distribution

Syntax

T.DIST(x, deg_freedom, cumulative)

Parameters

  • x: Required. The numeric value at which to evaluate the distribution
  • deg_freedom: Required. An integer indicating the number of degrees of freedom
  • cumulative: Required. TRUE for cumulative, FALSE for probability density

Example

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