Difference between revisions of "NL/Documentation/How Tos/Calc: functie PHI"
From Apache OpenOffice Wiki
< NL | Documentation | How Tos
(New page: __NOTOC__ == PHI == Berekent waarden voor een standaard normale verdeling. === Syntaxis: === <tt>'''PHI(x)'''</tt> : De standaard normale verdeling is een normale verdeling met gemiddel...) |
m (→Voorbeeld:) |
||
| (4 intermediate revisions by 3 users not shown) | |||
| Line 17: | Line 17: | ||
: geeft bij benadering 0,35206 terug. | : geeft bij benadering 0,35206 terug. | ||
| − | {{Documentation | + | {{NL/Documentation/ZieOok| |
| − | * [[Documentation | + | * [[NL/Documentation/How_Tos/Calc: functie NORM.VERD|NORM.VERD]] |
| − | * [[Documentation | + | * [[NL/Documentation/How_Tos/Calc: functie NORM.INV|NORM.INV]] |
| − | * [[Documentation | + | * [[NL/Documentation/How_Tos/Calc: functie STAND.NORM.VERD|STAND.NORM.VERD]] |
| − | * [[Documentation | + | * [[NL/Documentation/How_Tos/Calc: functie STAND.NORM.INV|STAND.NORM.INV]] |
| − | * [[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 16:15, 28 January 2024
PHI
Berekent waarden voor een standaard normale verdeling.
Syntaxis:
PHI(x)
- De standaard normale verdeling is een normale verdeling met gemiddelde μ = 0 en standaard afwijking σ = 1.
- PHI berekent de kansdichtheidsfunctie van de standaard normale verdeling; met andere woorden: het geeft NORM.VERD(x; 0; 1; 0) terug.
Voorbeeld:
PHI(0,5)
- geeft bij benadering 0,35206 terug.
NORM.VERD(0,5; 0; 1; 0)
- geeft bij benadering 0,35206 terug.
Zie ook