TDIST
Name
T-distribution
Description
Returns the probability for the t-distribution.
Syntax
TDIST(x,deg,tails)
Remarks
This function has these arguments:
Argument | Description |
---|---|
x | Probability of the two-tailed student's t-distribution |
deg | Number of degrees of freedom to characterize the distribution; if not an integer, the number is truncated |
tails | Number of tails to return; if not an integer, the number is truncated; for 1, returns one-tailed distribution; for 2, returns two-tailed distribution |
Data Type
Accepts numeric data for all arguments. Returns numeric data. For more information, see Data Type for Each Cell Type.
Example
TDIST(R1C2,R3C3,2)
TDIST(A1,B3,2)
TDIST(0.245,2,1)=0.414651