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

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

Revision as of 13:48, 25 February 2009


FINV

Calculates the inverse of the FDIST function.

Syntax:

FINV(p; r1; r2)

returns the value x, such that FDIST(x; r1; r2) is p.
Parameters r1 and r2 (degrees of freedom) are positive integers.
p must be greater than 0 and less than or equal to 1.

Example:

FINV(0.485657; 4; 5)

returns approximately 1.

Template:Documentation/SeeAlso

Issues:

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