TDIST function
From Apache OpenOffice Wiki
< Documentation | How Tos
Spreadsheet Lookup functions
Measures of dispersion / spread
Probability and statistics
Correlation and line fitting
See also (in the Arrays Functions category); GROWTH, LINEST, LOGEST, TREND
Ranking
TDIST
Calculates values for a Student's t-distribution.
Syntax:
TDIST(x; r; mode)
- x is the value at which the distribution is calculated.
- r, an integer >=1, is the degrees of freedom parameter for the t-distribution.
- mode may be 1 or 2, to calculate the one or two-tailed probability.
- TDIST returns the probability density function for the t-distribution, calculating:
Example:
TDIST(0.5; 2; 2)
- returns approximately 0.666.
See Also
