Difference between revisions of "Documentation/How Tos/Calc: STDEVP function"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Robot: Automated text replacement %s)
m
 
(7 intermediate revisions by 4 users not shown)
Line 1: Line 1:
__NOTOC__
+
{{DISPLAYTITLE:STDEVP function}}
 +
{{Documentation/CalcFunc StatisticalTOC
 +
|ShowPrevNext=block
 +
|PrevPage=Documentation/How_Tos/Calc:_STDEVA_function
 +
|NextPage=Documentation/How_Tos/Calc:_STDEVPA_function
 +
}}__NOTOC__
  
 
== STDEVP ==
 
== STDEVP ==
Line 9: Line 14:
 
: <tt>'''number1'''</tt> to <tt>'''number30'''</tt> are up to 30 numbers or ranges containing numbers.
 
: <tt>'''number1'''</tt> to <tt>'''number30'''</tt> are up to 30 numbers or ranges containing numbers.
  
: <tt>'''STDEVP'''</tt> returns the standard deviation where <tt>'''number1'''</tt> to <tt>'''number30'''</tt> are the entire population. If you only have a sample of the population use <tt>'''STDEV'''</tt> instead. For a population of ''N'' values, the calculation formula is:
+
: <tt>'''STDEVP'''</tt> returns the standard deviation where <tt>'''number1'''</tt> to <tt>'''number30'''</tt> are the entire population. If you only have a sample of the population, use <tt>'''STDEV'''</tt> instead. For a population of ''N'' values, the calculation formula is:
  
 
: [[Image:Calc_pop_stddev_formula.png]].
 
: [[Image:Calc_pop_stddev_formula.png]].
Line 17: Line 22:
 
: returns <tt>'''2'''</tt>.
 
: returns <tt>'''2'''</tt>.
  
{{Documentation/SeeAlso|
+
===Issues: ===
 +
* Calc assumes that logical values are <tt>'''1'''</tt> (<tt>'''TRUE'''</tt>) and <tt>'''0'''</tt> (<tt>'''FALSE'''</tt>). Excel ignores logical values.
  
 +
{{SeeAlso|EN|
 
* [[Documentation/How_Tos/Calc: STDEVPA function|STDEVPA]]
 
* [[Documentation/How_Tos/Calc: STDEVPA function|STDEVPA]]
 
* [[Documentation/How_Tos/Calc: STDEV function|STDEV]]
 
* [[Documentation/How_Tos/Calc: STDEV function|STDEV]]
Line 28: Line 35:
 
* [[Documentation/How_Tos/Calc: Functions listed alphabetically|Functions listed alphabetically]]
 
* [[Documentation/How_Tos/Calc: Functions listed alphabetically|Functions listed alphabetically]]
 
* [[Documentation/How_Tos/Calc: Functions listed by category|Functions listed by category]]}}
 
* [[Documentation/How_Tos/Calc: Functions listed by category|Functions listed by category]]}}
 
+
[[Category: Documentation/Reference/Calc/Statistical functions]]
===Issues: ===
+
* Calc assumes that logical values are <tt>'''1'''</tt> (<tt>'''TRUE'''</tt>) and <tt>'''0'''</tt> (<tt>'''FALSE'''</tt>). Excel ignores logical values.
+

Latest revision as of 13:32, 2 February 2024



STDEVP

Returns the population standard deviation.

Syntax:

STDEVP(number1; number2; ... number30)

number1 to number30 are up to 30 numbers or ranges containing numbers.
STDEVP returns the standard deviation where number1 to number30 are the entire population. If you only have a sample of the population, use STDEV instead. For a population of N values, the calculation formula is:
Calc pop stddev formula.png.

Example:

STDEVP(3; 3; 7; 7)

returns 2.

Issues:

  • Calc assumes that logical values are 1 (TRUE) and 0 (FALSE). Excel ignores logical values.



See Also
Retrieved from "https://wiki.openoffice.org/w/index.php?title=Documentation/How_Tos/Calc:_STDEVP_function&oldid=260026"
Views
Personal tools
Navigation
Tools