T.DIST
The T.DIST
function in Google Sheets returns the right-tailed Student distribution for a given value x
. It is commonly used in statistical analysis to calculate probabilities associated with the Student's t-distribution.
Function Syntax and Parameters
Syntax: T.DIST(x, degrees_freedom, cumulative)
Parameters:
x
: The numeric value at which you want to evaluate the distribution.degrees_freedom
: The degrees of freedom for the distribution.cumulative
: [Optional] A logical value that determines the form of the function:TRUE
or1
: Returns the cumulative distribution function (CDF).FALSE
or0
: Returns the probability density function (PDF).
Step-by-Step Tutorial
To be added.
Use Cases and Scenarios
To be added.
Related Functions
To be added.
Related Articles
To be added.