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

From Apache OpenOffice Wiki
Jump to: navigation, search
(See also:)
m (Robot: Automated text replacement %s)
Line 13: Line 13:
  
 
: <i>Advanced topic:</i>
 
: <i>Advanced topic:</i>
: The parameters <tt>'''x'''</tt> and <tt>'''y'''</tt> are always evaluated as [[Documentation/How_Tos/Using Arrays|array formulas]].
+
: The parameters <tt>'''x'''</tt> and <tt>'''y'''</tt> are always evaluated as * [[Documentation/How_Tos/Using Arrays|array formulas]].
  
 
=== Example: ===
 
=== Example: ===
Line 19: Line 19:
 
: returns the covariance of the two sets of data in A1:A30 and B1:B30.
 
: returns the covariance of the two sets of data in A1:A30 and B1:B30.
  
=== See also: ===
+
{{Documentation/SeeAlso|
[[Documentation/How_Tos/Calc: CORREL function|'''CORREL''']],
+
* [[Documentation/How_Tos/Calc: CORREL function|CORREL]],
[[Documentation/How_Tos/Calc: PEARSON function|'''PEARSON''']]
+
* [[Documentation/How_Tos/Calc: PEARSON function|PEARSON]]
  
[[Documentation/How_Tos/Using Arrays|'''Array formulas''']]
+
* [[Documentation/How_Tos/Using Arrays|Array formulas]]
  
[[Documentation/How_Tos/Calc: Statistical functions|'''Statistical functions''']]
+
* [[Documentation/How_Tos/Calc: Statistical functions|Statistical functions]]
  
[[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]]}}

Revision as of 13:39, 25 February 2009


COVAR

Returns the covariance of two sets of data.

Syntax:

COVAR(x; y)

where x and y are ranges or arrays containing the two sets of data.
COVAR calculates:
Calc covar equation.png
where Calc xymean.png are the averages of x,y.
Advanced topic:
The parameters x and y are always evaluated as * array formulas.

Example:

COVAR(A1:A30; B1:B30)

returns the covariance of the two sets of data in A1:A30 and B1:B30.

Template:Documentation/SeeAlso

Personal tools