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

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Robot: Automated text replacement %s)
m
Line 24: Line 24:
 
* [[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]]}}
[[Category: Documentation/Reference/Calc]]
+
[[Category: Documentation/Reference/Calc/Statistical functions]]

Revision as of 12:01, 17 May 2010


CHIINV

Calculates the inverse of the CHIDIST function.

Syntax:

CHIINV(p; k)

k is the (positive integer) degrees of freedom for the χ2-distribution.
CHIINV(p; k) returns the value x, such that CHIDIST(x; k) is p.

Example:

CHIINV(0.5724; 3)

returns approximately 2.

Issues:

  • The draft international standard ODFF calls this function LEGACY.CHIINV, and defines a new CHISQINV function.

Template:Documentation/SeeAlso

Personal tools