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

From Apache OpenOffice Wiki
Jump to: navigation, search
Line 129: Line 129:
  
  
{{Documentation/SeeAlso|  
+
{{SeeAlso|EN|  
 
* [[Documentation/How_Tos/Calc: CHISQDIST function|CHISQDIST]]
 
* [[Documentation/How_Tos/Calc: CHISQDIST function|CHISQDIST]]
 
* [[Documentation/How_Tos/Calc: CHIDIST function|CHIDIST]]
 
* [[Documentation/How_Tos/Calc: CHIDIST function|CHIDIST]]

Revision as of 09:25, 17 July 2018


CHISQINV

Calculates the inverse of the CHISQDIST function.

Syntax

CHISQINV(p; k)

k is the degrees of freedom for the χ2-distribution.
Constraint: k must be a positive integer
p is the given probability
Constraint: 0 ≤ p < 1

Semantic

CHISQINV(p; k) returns the value x, such that CHISQDIST(x; k;TRUE()) = p.

Example

CHISQINV(0.5; 9)

returns approximately 8.342832692

.

Remarks

If you need CHISQINV(p;k) for a non interger parameter k, then use GAMMAINV(p;k/2;2) instead.

Issues




See Also
Retrieved from "https://wiki.openoffice.org/w/index.php?title=Documentation/How_Tos/Calc:_CHISQINV_function&oldid=243575"
Views
Personal tools
Navigation
Tools