Difference between revisions of "Manuals/calci/COVAR"

From ZCubes Wiki
Jump to navigation Jump to search
Line 56: Line 56:
 
  =COVAR(A2:A6,B2:B6) : Returns ''4'' as the output.
 
  =COVAR(A2:A6,B2:B6) : Returns ''4'' as the output.
 
  =COVAR(A2:A5,[12,13,14,15]) : Returns ''2.5'' as the output.
 
  =COVAR(A2:A5,[12,13,14,15]) : Returns ''2.5'' as the output.
 +
 +
==Related Videos==
 +
 +
{{#ev:youtube|ualmyZiPs9w|280|center|Covariance}}
  
 
== See Also ==
 
== See Also ==

Revision as of 15:59, 9 May 2015

COVAR(a1,a2)

where,

  • is the first array of integers or reference to the cells containing array
  • is the second array of integers or reference to the cells containing array

COVAR calculates the covariance, the average of the products of deviations for each data point pair in two arrays.

Description

COVAR(a1,a2)

  • COVAR is used to determine the relationship between two data sets.
  • Arguments , can be numbers or can be names, arrays or references containing numbers.
  • Values containing text, logical values or empty cells are ignored.
  • If either or is empty, Calci displays a NaN error message.
  • The number of data points in and should be same, else Calci displays a #N/A error message.

Examples

Array 1 Array 2
2 21
4 22
6 23
8 24
10 25
=COVAR(A2:A6,B2:B6) : Returns 4 as the output.
=COVAR(A2:A5,[12,13,14,15]) : Returns 2.5 as the output.

Related Videos

Covariance

See Also

References