Difference between revisions of "NL/Documentation/How Tos/Calc: functie STDEVPA"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Robot: Automated text replacement %s)
m (Probleem:)
 
(3 intermediate revisions by 2 users not shown)
Line 26: Line 26:
 
: waar de cellen <tt>'''B1'''</tt>, <tt>'''B2'''</tt>, <tt>'''B3'''</tt>, <tt>'''B4'''</tt> <tt>'''rood'''</tt>, <tt>'''ONWAAR'''</tt>, <tt>'''4'''</tt> en <tt>'''4'''</tt> bevatten geeft <tt>'''2'''</tt> terug, de populatie standaard afwijking van <tt>'''0'''</tt>, <tt>'''0'''</tt>, <tt>'''4'''</tt> en <tt>'''4'''</tt>.
 
: waar de cellen <tt>'''B1'''</tt>, <tt>'''B2'''</tt>, <tt>'''B3'''</tt>, <tt>'''B4'''</tt> <tt>'''rood'''</tt>, <tt>'''ONWAAR'''</tt>, <tt>'''4'''</tt> en <tt>'''4'''</tt> bevatten geeft <tt>'''2'''</tt> terug, de populatie standaard afwijking van <tt>'''0'''</tt>, <tt>'''0'''</tt>, <tt>'''4'''</tt> en <tt>'''4'''</tt>.
  
===Problemen: ===
+
===Probleem: ===
* Calc evalueert tekstwaarden altijd als <tt>'''0'''</tt>. De aanstaande internationale standaard ODFF staat optioneel toe dat numerieke tekst wordt geconverteerd naar de getalsvorm. Portabiliteit tussen werkbladen die zich aan ODFF conformeren, kan daarom een probleem zijn.
+
* Calc evalueert tekstwaarden altijd als <tt>'''0'''</tt>. De internationale standaard ODFF staat optioneel toe dat numerieke tekst wordt geconverteerd naar de getalvorm. Portabiliteit tussen werkbladen die zich aan ODFF conformeren, kan daarom een probleem zijn.
  
* Tekst die is opgegeven als parameter faalt: <tt>'''STDEVPA("rood";1;2)'''</tt> geeft Fout:504 terug ([http://www.openoffice.org/issues/show_bug.cgi?id=87855 issue 87855], doel OOo3.0).
+
{{NL/Documentation/ZieOok|
 +
* [[NL/Documentation/How_Tos/Calc: functie STDEVP|STDEVP]]
 +
* [[NL/Documentation/How_Tos/Calc: functie STDEV|STDEV]]
 +
* [[NL/Documentation/How_Tos/Calc: functie STDEVA|STDEVA]]
 +
* [[NL/Documentation/How_Tos/Calc: functie VARP|VARP]]
 +
* [[NL/Documentation/How_Tos/Calc: functie VARPA|VARPA]]
  
{{Documentation/nl/ZieOok|
+
* [[NL/Documentation/How_Tos/Calc: Statistische functies|Statistische functies]]
* [[Documentation/nl/How_Tos/Calc: functie STDEVP|STDEVP]]
+
* [[Documentation/nl/How_Tos/Calc: functie STDEV|STDEV]]
+
* [[Documentation/nl/How_Tos/Calc: functie STDEVA|STDEVA]]
+
* [[Documentation/nl/How_Tos/Calc: functie VARP|VARP]]
+
* [[Documentation/nl/How_Tos/Calc: functie VARPA|VARPA]]
+
  
* [[Documentation/nl/How_Tos/Calc: Statistische functies|Statistische functies]]
+
* [[NL/Documentation/How_Tos/Calc: Functies alfabetisch gesorteerd|Functies - alfabetisch gesorteerd]]
 
+
* [[NL/Documentation/How_Tos/Calc: Functies gesorteerd per categorie|Functies - gesorteerd per categorie]]}}
* [[Documentation/nl/How_Tos/Calc: Functies alfabetisch gesorteerd|Functies - alfabetisch gesorteerd]],
+
* [[Documentation/nl/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:35, 28 January 2024


STDEVPA

Geeft de populatie standaard afwijking terug (staat tekst en logische waarden toe).

Syntaxis:

STDEVPA(getal1; getal2; ... getal30)

getal1 tot en met getal30 zijn maximaal 30 getallen of bereiken die getallen bevatten. Logische waarden en tekst mogen ook worden opgenomen.
STDEVPA geeft de standaard afwijking terug waar getal1 tot en met getal30 de gehele populatie zijn. Als u alleen een steekproef van de populatie heeft gebruikt u in plaats hiervan STDEVA.
Logische waarden worden beschouwd als 1 (WAAR) en 0 (ONWAAR).
Tekstwaarden worden altijd als nul beschouwd.
Voor een populatie van N waarden is de formule voor de berekening:
Calc pop stddev formula.png.

Voorbeeld:

STDEVPA(3; 3; 7; 7)

geeft 2 terug.

STDEVPA(B1:B4)

waar de cellen B1, B2, B3, B4 rood, ONWAAR, 4 en 4 bevatten geeft 2 terug, de populatie standaard afwijking van 0, 0, 4 en 4.

Probleem:

  • Calc evalueert tekstwaarden altijd als 0. De internationale standaard ODFF staat optioneel toe dat numerieke tekst wordt geconverteerd naar de getalvorm. Portabiliteit tussen werkbladen die zich aan ODFF conformeren, kan daarom een probleem zijn.

Zie ook

Personal tools