Calculate the sample covariance between two variables X and Y, using the formulas described in lecture or text.
Treat the columns below as expressing data pairs, such that the first value in the X row is paired with the first value in the Y row, and so on.
X: |
20 |
13 |
18 |
20 |
9 |
14 |
Y: |
16 |
3 |
38 |
25 |
46 |
35
|