The T.DIST function returns the left-tailed Student's t-distribution.
Syntax
T.DIST(
x,
Deg_freedom,
Cumulative
)
Parameters
- x: Value for which to calculate the Student's t-distribution.
- Deg_freedom: Number of degrees of freedom to consider in the distribution.
- Cumulative: Logical value that determines the form of the function: True returns the cumulative distribution function and False returns the probability density function.
Returned value
The T.DIST function returns a real number.
Examples
Category
Statistical