TDIST
The TDIST
function in Google Sheets calculates the probability for Student's t-distribution with a given input (x).
Function Syntax and Parameters
Syntax: TDIST(x, degrees_freedom, tails)
Parameters:
x
: The input value for which to calculate the probability.degrees_freedom
: The degrees of freedom for the t-distribution.tails
: The number of tails for the t-distribution.
Step-by-Step Tutorial
- Using
TDIST
with example values:- Example:
=TDIST(2, 5, 2)
- Result:
0.053262
- Example:
Use Cases and Scenarios
The TDIST
function can be used in various scenarios, such as:
- Statistical analysis.
- Hypothesis testing.
- Confidence interval calculations.
Related Functions
There are no directly related functions to TDIST
in Google Sheets.
Related Articles
There are no related articles available for the TDIST
function.