TDIST function
TDIST(X,
DegreesOfFreedom, IsCumulative) TDIST(X;
DegreesOfFreedom; IsCumulative)
X
Number or { Number }
The value at which to evaluate the function.
DegreesOfFreedom
Number or { Number }
The degrees of freedom parameter for the distribution.
IsCumulative
Logical or { Logical }
FALSE to calculate the probability density function and TRUE to calculate the cumulative distribution function.
Returns
Number or { Number }
A value for a Student's t-distribution.
This function is a compatibility alias for T.DIST. Use T.DIST for new projects.