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

From Apache OpenOffice Wiki
Jump to: navigation, search
(Initial content)
 
(Syntax:: rewording)
Line 6: Line 6:
 
=== Syntax: ===
 
=== Syntax: ===
 
<tt>'''FDIST(x; r1; r2)'''</tt>
 
<tt>'''FDIST(x; r1; r2)'''</tt>
: Degrees of freedom parameters for the F-distribution are <tt>'''r1'''</tt> and <tt>'''r2'''</tt>, which are positive integers.
+
: <tt>'''r1'''</tt> and <tt>'''r2'''</tt>, which are positive integers, are the degrees of freedom parameters for the F-distribution.
  
 
: <tt>'''x'''</tt> must be greater than or equal to 0.
 
: <tt>'''x'''</tt> must be greater than or equal to 0.

Revision as of 23:31, 12 June 2008


FDIST

Calculates values for an F-distribution.

Syntax:

FDIST(x; r1; r2)

r1 and r2, which are positive integers, are the degrees of freedom parameters for the F-distribution.
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