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

From Apache OpenOffice Wiki
Jump to: navigation, search
(See also:)
m (Robot: Automated text replacement %s)
Line 18: Line 18:
 
: returns approximately 0.485657.
 
: returns approximately 0.485657.
  
=== See also: ===
+
{{Documentation/SeeAlso|
[[Documentation/How_Tos/Calc: FINV function|'''FINV''']]
+
* [[Documentation/How_Tos/Calc: FINV function|FINV]]
  
[[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 alphabetically|Functions listed alphabetically]]
[[Documentation/How_Tos/Calc: Functions listed by category|'''Functions listed by category''']]
+
* [[Documentation/How_Tos/Calc: Functions listed by category|Functions listed by category]]}}
  
 
=== Issues: ===
 
=== Issues: ===
 
* The forthcoming international standard ODFF calls this function <tt>'''LEGACY.FDIST'''</tt>, and defines a new <tt>'''FDIST'''</tt> function.
 
* The forthcoming international standard ODFF calls this function <tt>'''LEGACY.FDIST'''</tt>, and defines a new <tt>'''FDIST'''</tt> function.

Revision as of 13:48, 25 February 2009


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.

Template:Documentation/SeeAlso

Issues:

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