Skip to main content
Workday User Guide
Last Updated: 2023-06-23
T.DIST

T.DIST

Description

Returns the t-distribution at a specified value. Similar to TDIST() but T.DIST() enables you to select the type of distribution instead of the number of tails.

Syntax

T.DIST(
x
,
deg_freedom
,
cumulative
)
  • x
    : The input value.
  • deg_freedom
    : The number of degrees of freedom.
  • cumulative
    : The type of distribution to use. FALSE = probability density function; TRUE = cumulative distribution function.