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.