Difference between revisions of "Documentation/How Tos/Calc: TDIST function"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Example:)
(See also:)
Line 25: Line 25:
  
 
[[Documentation/How_Tos/Calc: Statistical functions|'''Statistical functions''']]
 
[[Documentation/How_Tos/Calc: Statistical functions|'''Statistical functions''']]
 +
 +
[[Documentation/How_Tos/Calc: Functions listed alphabetically|'''Functions listed alphabetically''']],
 +
[[Documentation/How_Tos/Calc: Functions listed by category|'''Functions listed by category''']]

Revision as of 14:05, 13 September 2008


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:
Calc tdist equation.png

Example:

TDIST(0.5; 2; 2)

returns approximately 0.666.

See also:

TINV, TTEST

Statistical functions

Functions listed alphabetically, Functions listed by category

Personal tools