Saladsamurai
- 3,009
- 7
Homework Statement
I have this nasty summation and I am close to finding a way to calculate it with my graphing calculator. I just need to iron out the details. If I can rewrite the summation on terms of \bar{x}, \bar{y} and \sum x_iy_i I will be all set. I will explain these terms in a moment. First, here is the sum:
S_{xy} = \sum_{i=1}^n (x_i - \bar{x})(y_i - \bar{y})
Where x_i and y_i are the x and y (sample) averages.
If I do out the multiplication I get S_{xy} = <br /> \sum_{i=1}^n (x_i - \bar{x})(y_i - \bar{y})
= \sum x_iy_i - x_i\bar{y} - y_i\bar{x} + \bar{x}\bar{y}
= \sum x_iy_i - \bar{y}\sum x_i - \bar{x}\sum y_i +\sum\bar{x}\bar{y}
Now I it is just the last term \sum\bar{x}\bar{y} that is bothering me. I think the answer is obvious, but I would like confirmation: is the expression \sum\bar{x}\bar{y} identical to n*(\bar{x}\bar{y}) ?It must be. I don't know why I am doubting this.
