Difference between revisions of "NL/Documentation/How Tos/Calc: functie WEIBULL"
From Apache OpenOffice Wiki
< NL | Documentation | How Tos
m (moved Documentation/nl/How Tos/Calc: functie WEIBULL to NL/Documentation/How Tos/Calc: functie WEIBULL: Moving NL documentation to the NL NLC section of the Wiki) |
m (→Voorbeeld:) |
||
(One intermediate revision by the same user not shown) | |||
Line 22: | Line 22: | ||
: geeft bij benadering <tt>'''0,2295'''</tt> terug, de waarde van de cumulatieve verdelingsfunctie met <tt>'''k'''</tt> = <tt>'''3'''</tt> en <tt>'''λ'''</tt> = <tt>'''4'''</tt> op <tt>'''x'''</tt> = <tt>'''2,5'''</tt>. | : geeft bij benadering <tt>'''0,2295'''</tt> terug, de waarde van de cumulatieve verdelingsfunctie met <tt>'''k'''</tt> = <tt>'''3'''</tt> en <tt>'''λ'''</tt> = <tt>'''4'''</tt> op <tt>'''x'''</tt> = <tt>'''2,5'''</tt>. | ||
− | {{Documentation | + | {{NL/Documentation/ZieOok| |
− | * [[Documentation | + | * [[NL/Documentation/How_Tos/Calc: functie EXPON.VERD|EXPON.VERD]] |
− | * [[Documentation | + | * [[NL/Documentation/How_Tos/Calc: functie STAND.NORM.VERD|STAND.NORM.VERD]] |
− | * [[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]] | [[Category: NL/Documentation/Reference/Calc]] |
Latest revision as of 16:23, 28 January 2024
WEIBULL
Berekent waarden voor een Weibull-verdeling.
Syntaxis:
WEIBULL(x; k; λ; modus)
- De Weibull-verdeling is een doorgaande kansverdeling, met de parameters k > 0 (vorm) en λ > 0 (schaal).
Voorbeeld:
WEIBULL(2.5; 3; 4; 1)
- geeft bij benadering 0,2166, de waarde van de kansdichtheidsfunctie met k = 3 en λ = 4 op x = 2,5.
WEIBULL(2.5; 3; 4; 0)
- geeft bij benadering 0,2295 terug, de waarde van de cumulatieve verdelingsfunctie met k = 3 en λ = 4 op x = 2,5.
Zie ook