Difference between revisions of "NL/Documentation/How Tos/Calc: functie CHI.KWADRAAT"
From Apache OpenOffice Wiki
		< NL | Documentation | How Tos
		
		
|  (New page: __NOTOC__  == CHI.KWADRAAT == Berekent waarden voor een χ<sup>2</sup>-verdeling.   === Syntaxis: === <tt>'''CHI.KWADRAAT(x; k)'''</tt> : <tt>'''k'''</tt> zijn de (positieve gehele) vri...) | m | ||
| (5 intermediate revisions by 3 users not shown) | |||
| Line 15: | Line 15: | ||
| === Problemen: === | === Problemen: === | ||
| − | |||
| * Het concept voor de internationale standaard ODFF heeft geen beperking voor x, maar definieert dat <tt>'''LEGACY.CHIDIST'''</tt> 1 voor x ≤ 0 teruggeeft. | * Het concept voor de internationale standaard ODFF heeft geen beperking voor x, maar definieert dat <tt>'''LEGACY.CHIDIST'''</tt> 1 voor x ≤ 0 teruggeeft. | ||
| − | |||
| === Voorbeeld: === | === Voorbeeld: === | ||
| Line 23: | Line 21: | ||
| : geeft bij benadering 0,5724 terug. | : geeft bij benadering 0,5724 terug. | ||
| − | {{Documentation | + | {{NL/Documentation/ZieOok| | 
| − | * [[Documentation | + | * [[NL/Documentation/How_Tos/Calc: functie CHI.KWADRAAT.INV|CHI.KWADRAAT.INV]] | 
| − | * [[Documentation | + | * [[NL/Documentation/How_Tos/Calc: functie CHI.TOETS|CHI.TOETS]] | 
| − | * [[Documentation | + | * [[NL/Documentation/How_Tos/Calc: Statistische functies|Statistische functies]] | 
| − | * [[Documentation | + | * [[NL/Documentation/How_Tos/Calc: Functies alfabetisch gesorteerd|Functies - alfabetisch gesorteerd]] | 
| − | * [[Documentation | + | * [[NL/Documentation/How_Tos/Calc: Functies gesorteerd per categorie|Functies - gesorteerd per categorie]]}} | 
| + | [[Category: NL/Documentation/Reference/Calc]] | ||
Latest revision as of 15:43, 28 January 2024
CHI.KWADRAAT
Berekent waarden voor een χ2-verdeling.
Syntaxis:
CHI.KWADRAAT(x; k)
- k zijn de (positieve gehele) vrijheidsgraden voor de χ2-verdeling.
- x is een getal >=0.
- CHI.KWADRAAT geeft de waarschijnlijkheid voor de rechter staart voor de χ2-verdeling:
Problemen:
- Het concept voor de internationale standaard ODFF heeft geen beperking voor x, maar definieert dat LEGACY.CHIDIST 1 voor x ≤ 0 teruggeeft.
Voorbeeld:
CHI.KWADRAAT(2; 3)
- geeft bij benadering 0,5724 terug.
Zie ook


