Difference between revisions of "NL/Documentation/How Tos/Calc: functie CHI.KWADR.INV"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Problemen)
m
 
(One intermediate revision by the same user not shown)
Line 20: Line 20:
 
=== Voorbeeld ===
 
=== Voorbeeld ===
 
<tt>'''CHI.KWADR.INV(0,5; 9)'''</tt>
 
<tt>'''CHI.KWADR.INV(0,5; 9)'''</tt>
: geeft bij benadering 8,342832692 terug
+
: geeft bij benadering 8,342832692 terug.
.
+
  
=== Opmerkingen ===
+
{{Note|
Indien u <tt>CHI.KWADR.INV(p;k)</tt> nodig hebt voor een parameter k die niet een geheel getal is, gebruik dan in plaats hiervan <tt>GAMMAINV(p;k/2;2)</tt>.
+
* Indien u <tt>CHI.KWADR.INV(p;k)</tt> nodig hebt voor een parameter k die niet een geheel getal is, gebruik dan in plaats hiervan <tt>GAMMAINV(p;k/2;2)</tt>.}}
  
{{Documentation/nl/ZieOok|  
+
{{NL/Documentation/ZieOok|  
* [[Documentation/nl/How_Tos/Calc: functie CHI.KWADR.VERD|CHI.KWADR.VERD]]
+
* [[NL/Documentation/How_Tos/Calc: functie CHI.KWADR.VERD|CHI.KWADR.VERD]]
* [[Documentation/nl/How_Tos/Calc: functie CHI.KWADRAAT|CHI.KWADRAAT]]
+
* [[NL/Documentation/How_Tos/Calc: functie CHI.KWADRAAT|CHI.KWADRAAT]]
* [[Documentation/nl/How_Tos/Calc: functie CHI.KWADRAAT.INV|CHI.KWADRAAT.INV]]  
+
* [[NL/Documentation/How_Tos/Calc: functie CHI.KWADRAAT.INV|CHI.KWADRAAT.INV]]  
  
* [[Documentation/nl/How_Tos/Calc: Statistische functies|Statistische functies]]
+
* [[NL/Documentation/How_Tos/Calc: Statistische functies|Statistische functies]]
  
* [[NL/Documentation/How_Tos/Calc: Functies alfabetisch gesorteerd|Functies - alfabetisch gesorteerd]],
+
* [[NL/Documentation/How_Tos/Calc: Functies alfabetisch gesorteerd|Functies - alfabetisch gesorteerd]]
* [[Documentation/nl/How_Tos/Calc: Functies gesorteerd per categorie|Functies - gesorteerd per categorie]]}}
+
* [[NL/Documentation/How_Tos/Calc: Functies gesorteerd per categorie|Functies - gesorteerd per categorie]]}}
 
[[Category: NL/Documentation/Reference/Calc]]
 
[[Category: NL/Documentation/Reference/Calc]]

Latest revision as of 15:47, 28 January 2024


CHI.KWADR.INV

Berekent de inverse van de functie CHI.KWADR.VERD.>

Syntaxis

CHI.KWADR.INV(p; k)

k is het aantal vrijheidsgraden voor de χ2-verdeling.
Beperking: k moet een positief geheel getal zijn
p is de opgegeven kans
Beperking: 0 ≤ p < 1

Semantiek

CHI.KWADR.INV(p; k) geeft de waarde x, zodat CHI.KWADR.VERD(x; k;WAAR()) = p.

Voorbeeld

CHI.KWADR.INV(0,5; 9)

geeft bij benadering 8,342832692 terug.
Documentation note.png
  • Indien u CHI.KWADR.INV(p;k) nodig hebt voor een parameter k die niet een geheel getal is, gebruik dan in plaats hiervan GAMMAINV(p;k/2;2).

Zie ook

Personal tools