Manuals/calci/COVAR

From ZCubes Wiki
Revision as of 21:32, 24 October 2013 by MassBot1 (talk | contribs) (Created page with "<div id="6SpaceContent" class="zcontent" align="left"> <font size="3"><font face="Times New Roman">COVAR (a1, a2)</font></font> <font size="3"><font face="Times New Roma...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

COVAR (a1, a2)

Where a1 is the first cell range and a2 is the second cell range of integers.


Covariance calculates as, the average of the products of deviations for each data point pair. It is to determine the relationship between two data sets.

 


·        Arguments can be numbers, names, arrays, or references.

·        Logical values and text representations of numbers are calculated but if an array or reference argument contains text, logical values, empty cells which are ignored

·        If either array1 or array2 is empty, COVAR calculates error value.

·        The covariance is:

where x and y are the sample means AVERAGE(a1) and AVERAGE(a2), and n is the sample size.


COVAR

Syntax

Remarks

Examples

Description

AVEDEV (N1, N2...) Where N1, N 2 ...   are positive integers.

Let’s see an example in (Column1 Row 1, Column2Row1)

COVAR (a1, a2)

B C

5 8

6 9

7 15

8 17

9 20

=COVAR (B2:B6, C2:C6) is 6.4


Column1 Column2 Column3 Column4
Row1 5 8 6.4
Row2 6 9
Row3 7 15
Row4 8 17
Row5 9 20
Row6