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

From Apache OpenOffice Wiki
Jump to: navigation, search
(Initial content)
 
m
 
(9 intermediate revisions by 5 users not shown)
Line 1: Line 1:
__NOTOC__
+
{{DISPLAYTITLE:VARP function}}
 +
{{Documentation/CalcFunc StatisticalTOC
 +
|ShowPrevNext=block
 +
|PrevPage=Documentation/How_Tos/Calc:_VARA_function
 +
|NextPage=Documentation/How_Tos/Calc:_VARPA_function
 +
}}__NOTOC__
  
 
== VARP ==
 
== VARP ==
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>'''VARP'''</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>'''VAR'''</tt> instead. For a population of ''N'' values, the calculation formula is:
+
: <tt>'''VARP'''</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>'''VAR'''</tt> instead. For a population of ''N'' values, the calculation formula is:
  
 
: [[Image:Calc_pop_var_formula.png]].
 
: [[Image:Calc_pop_var_formula.png]].
Line 16: Line 21:
 
<tt>'''VARP(3; 3; 7; 7)'''</tt>
 
<tt>'''VARP(3; 3; 7; 7)'''</tt>
 
: returns <tt>'''4'''</tt>.
 
: returns <tt>'''4'''</tt>.
 
=== See also: ===
 
[[Documentation/How_Tos/Calc: VAR function|'''VAR''']],
 
[[Documentation/How_Tos/Calc: VARA function|'''VARA''']],
 
[[Documentation/How_Tos/Calc: VARPA function|'''VARPA''']],
 
[[Documentation/How_Tos/Calc: STDEV function|'''STDEV''']]
 
 
[[Documentation/How_Tos/Calc: Statistical functions|'''Statistical functions''']]
 
  
 
===Issues: ===
 
===Issues: ===
 
* Calc assumes that logical values are <tt>'''1'''</tt> (<tt>'''TRUE'''</tt>) and <tt>'''0'''</tt> (<tt>'''FALSE'''</tt>). Excel ignores logical values.
 
* 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: VAR function|VAR]]
 +
* [[Documentation/How_Tos/Calc: VARA function|VARA]]
 +
* [[Documentation/How_Tos/Calc: VARPA function|VARPA]]
 +
* [[Documentation/How_Tos/Calc: STDEV function|STDEV]]
 +
 +
* [[Documentation/How_Tos/Calc: Statistical functions|Statistical functions]]
 +
 +
* [[Documentation/How_Tos/Calc: Functions listed alphabetically|Functions listed alphabetically]]
 +
* [[Documentation/How_Tos/Calc: Functions listed by category|Functions listed by category]]}}
 +
[[Category: Documentation/Reference/Calc/Statistical functions]]

Latest revision as of 13:36, 2 February 2024



VARP

Returns the population variance.

Syntax:

VARP(number1; number2; ... number30)

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

Example:

VARP(3; 3; 7; 7)

returns 4.

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:_VARP_function&oldid=260030"
Views
Personal tools
Navigation
Tools