Skip to content

T.DIST

Statistical

T.DIST helps you perform summary and inferential functions for descriptive and statistical analysis.

Overview

Start with "=" then enter T.DIST(x, deg_freedom, cumulative). Keep argument order as shown and use cell ranges where appropriate.

Parser pathComplete docs

Syntax & Arity

=T.DIST(x, deg_freedom, cumulative)

3 required

Arguments

ArgumentRequiredTypeDescription
xRequiredSingleNumeric x value.
deg_freedomRequiredSingleDegrees of freedom parameter.
cumulativeRequiredSingleInput argument used by this function.

Example Inputs & Outputs

Formula

=T.DIST(<x>, <deg_freedom>, <cumulative>)

Example Output

Statistical summary value

Replace placeholders with your worksheet values or ranges to compute a result.

Related Functions