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

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Syntax:)
(See also:)
Line 23: Line 23:
  
 
[[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 by category|'''Functions listed by category''']]
  
 
=== Issues: ===
 
=== Issues: ===
 
* The draft international standard ODFF calls this function <tt>'''LEGACY.CHIDIST'''</tt>, and defines a new <tt>'''CHISQDIST'''</tt> function.
 
* The draft international standard ODFF calls this function <tt>'''LEGACY.CHIDIST'''</tt>, and defines a new <tt>'''CHISQDIST'''</tt> function.

Revision as of 13:59, 13 September 2008


CHIDIST

Calculates values for a χ2-distribution.

Syntax:

CHIDIST(x; k)

k is the (positive integer) degrees of freedom for the χ2-distribution.
x is a number >=0.
CHIDIST returns the right tail probability for the χ2-distribution:
Calc chidist equation.png

Example:

CHDIST(2; 3)

returns approximately 0.5724.

See also:

CHIINV, CHITEST

Statistical functions

Functions listed alphabetically, Functions listed by category

Issues:

  • The draft international standard ODFF calls this function LEGACY.CHIDIST, and defines a new CHISQDIST function.
Personal tools