Back to Functions

T.DIST

Returns the right tailed Student distribution for a value x.

StatisticalT.DIST(x, degrees_freedom, cumulative)

T.DIST

The T.DIST function in Google Sheets returns the right-tailed Student distribution for a given value x. It is commonly used in statistical analysis to calculate probabilities associated with the Student's t-distribution.

Function Syntax and Parameters

Syntax: T.DIST(x, degrees_freedom, cumulative)

Parameters:

  • x: The numeric value at which you want to evaluate the distribution.
  • degrees_freedom: The degrees of freedom for the distribution.
  • cumulative: [Optional] A logical value that determines the form of the function:
    • TRUE or 1: Returns the cumulative distribution function (CDF).
    • FALSE or 0: Returns the probability density function (PDF).

Step-by-Step Tutorial

To be added.

Use Cases and Scenarios

To be added.

Related Functions

To be added.

Related Articles

To be added.

Newsletter

More T.DIST examples coming soon.

We are building short, practical updates for Sheets power users.