Documentation/How Tos/Calc: FDIST function

From Apache OpenOffice Wiki
< Documentation‎ | How Tos
Revision as of 17:33, 30 April 2008 by Drking (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


FDIST

Calculates values for an F-distribution.

Syntax:

FDIST(x; r1; r2)

Degrees of freedom parameters for the F-distribution are r1 and r2, which are positive integers.
x must be greater than or equal to 0.
FDIST returns the area of the right tail of the probability density function for the F-distribution, calculating:
Calc fdist equation.png

Example:

FDIST(1; 4; 5)

returns approximately 0.485657.

See also:

FINV

Statistical functions

Issues:

  • The forthcoming international standard ODFF calls this function LEGACY.FDIST, and defines a new FDIST function.
Personal tools