Show the two forms of the sample variance are equivalent

TeenieBopper
Messages
27
Reaction score
0

Homework Statement


Showthe two forms of the sample variance are equivalent:
[itex]\frac{1}{n-1}[/itex][itex]\sum_{i=1}^\n (Y<sub>i</sub>-Ybar)<sup>2</sup>[/itex] = [itex]\frac{1}{n(n-1)}[/itex][itex]\sum_{i=1}^\n \sum_{j>i}\n (Y<sub>i</sub>-Y<sub>j</sub>)<sup>2</sup>[/itex]

The first summation is from i=1 to n, the second is i=1 to n and the third is j>i to n. Sorry, I don't know how to format those.

Homework Equations





The Attempt at a Solution


I don't really know where to begin, so I tried just expanding and cancelling where I could. I know the (n-1) in the denominator on both sides cancel, and then after expanding I get

[itex]\sum (Y<sub>i</sub><sup>2</sup>-2Y<sub>i</sub>Ybar + Ybar<sup>2</sup>[/itex] = [itex]\frac{1}{n}[/itex][itex]\sum \sum (Y<sub>i</sub><sup>2</sup>-2Y<sub>i</sub>Y<sub>j</sub>+Y<sub>j</sub><sup>2</sup>)[/itex]

Then, I can distribute the 1/n and the summations on the right side. If I do that, and I have a term that does not have j (such as Yi), I can essentially drop the j summation from that term, correct? After I do that, I have the following:

[itex]\sum Y<sub>i</sub><sup>2</sup>[/itex] -2[itex]\sum Y<sub>i</sub>Ybar[/itex] + [itex]\sum Ybar<sup>2</sup>[/itex] = [itex]\frac{1}{n}[/itex][itex]\sum Y<sub>i</sub><sup>2</sup> - \frac{2}{n}[/itex][itex]\sum \sum Y<sub>i</sub>Y<sub>j</sub>[/itex]+[itex]\sum \sum Y<sub>j</sub><sup>2</sup>[/itex]

And here's where I'm stuck (assuming I even did everything right to get here, which I doubt). I don't know how to deal with the Yj, among other things. Any help would be greatly appreciated.

edit: I'm sorry about the terrible formatting. I tried using the LaTex tag buttons and I've looked at the FAQ; not sure what I'm doing wrong.
 
Last edited:
on Phys.org
TeenieBopper said:

Homework Statement


Showthe two forms of the sample variance are equivalent:
[itex]\frac{1}{n-1}[/itex][itex]\sum_{i=1}^\n (Y<sub>i</sub>-Ybar)<sup>2</sup>[/itex] = [itex]\frac{1}{n(n-1)}[/itex][itex]\sum_{i=1}^\n \sum_{j>i}\n (Y<sub>i</sub>-Y<sub>j</sub>)<sup>2</sup>[/itex]

The first summation is from i=1 to n, the second is i=1 to n and the third is j>i to n. Sorry, I don't know how to format those.

Homework Equations





The Attempt at a Solution


I don't really know where to begin, so I tried just expanding and cancelling where I could. I know the (n-1) in the denominator on both sides cancel, and then after expanding I get

[itex]\sum (Y<sub>i</sub><sup>2</sup>-2Y<sub>i</sub>Ybar + Ybar<sup>2</sup>[/itex] = [itex]\frac{1}{n}[/itex][itex]\sum \sum (Y<sub>i</sub><sup>2</sup>-2Y<sub>i</sub>Y<sub>j</sub>+Y<sub>j</sub><sup>2</sup>)[/itex]

Then, I can distribute the 1/n and the summations on the right side. If I do that, and I have a term that does not have j (such as Yi), I can essentially drop the j summation from that term, correct? After I do that, I have the following:

[itex]\sum Y<sub>i</sub><sup>2</sup>[/itex] -2[itex]\sum Y<sub>i</sub>Ybar[/itex] + [itex]\sum Ybar<sup>2</sup>[/itex] = [itex]\frac{1}{n}[/itex][itex]\sum Y<sub>i</sub><sup>2</sup> - \frac{2}{n}[/itex][itex]\sum \sum Y<sub>i</sub>Y<sub>j</sub>[/itex]+[itex]\sum \sum Y<sub>j</sub><sup>2</sup>[/itex]

And here's where I'm stuck (assuming I even did everything right to get here, which I doubt). I don't know how to deal with the Yj, among other things. Any help would be greatly appreciated.

edit: I'm sorry about the terrible formatting. I tried using the LaTex tag buttons and I've looked at the FAQ; not sure what I'm doing wrong.

What you wrote is very hard to read. The problem you're having with formatting comes from mixing HTML tags (e.g., and ) with LaTeX script. Use one or the other, but not both.

Here's your first equation, cleaned up:
[itex]\frac{1}{n-1} \sum_{i=1}^n (Y_i - Ybar)^2 = \frac{1}{n(n-1)}\sum_{i=1}^n \sum_{j>i}^n (Y_i-Y_j)^2[/itex]
 
  • Like
Likes   Reactions: 1 person
Mark44 said:
What you wrote is very hard to read. The problem you're having with formatting comes from mixing HTML tags (e.g., and ) with LaTeX script. Use one or the other, but not both.

Here's your first equation, cleaned up:
[itex]\frac{1}{n-1} \sum_{i=1}^n (Y_i - Ybar)^2 = \frac{1}{n(n-1)}\sum_{i=1}^n \sum_{j>i}^n (Y_i-Y_j)^2[/itex]


Even better:
[tex]\frac{1}{n-1} \sum_{i=1}^n (Y_i - \bar{Y})^2 = \frac{1}{n(n-1)}\sum_{i=1}^{n-1} \sum_{j=i+1}^n (Y_i-Y_j)^2[/tex]
Note that in the second form, if we have j>i with j going up to n, then i can only go up to (n-1).
 
  • Like
Likes   Reactions: 1 person
Ah, I see. I was just using the buttons at the top and side. Hopefully I'll get this right this time.

The original equation.

[tex]\frac{1}{n-1} \sum_{i=1}^n (Y_i - \bar{Y})^2 = \frac{1}{n(n-1)}\sum_{i=1}^{n-1} \sum_{j=i+1}^n (Y_i-Y_j)^2[/tex]

Like I said, the (n-1) from both sides cancel, and then I expand both sides

[tex]\sum_{i=1}^n(Y_i^2 -2Y_i \bar{Y} + \bar{Y}^2 = \frac{1}{n}\sum_{i=1}^{n-1} \sum_{j=i+1}^n(Y_i^2 - 2Y_iY_j + 2Y_j^2)[/tex]

I then distribute the summations to all the terms

[itex]\sum_{i=1}^nY_i^2-2 \sum_{i=1}^nY_i\bar{Y} + \sum_{i=1}^n\bar{Y}^2 = \frac{1}{n}\sum_{i=1}^{n-1} \sum_{j=i+1}^nY_i^2 - \frac{2}{n}\sum_{i=1}^{n-1} \sum_{j=i+1}^n Y_iY_j + \frac{1}{n}\sum_{i=1}^{n-1} \sum_{j=i+1}^nY_j^2[/itex]

I don't really know where to go from here. I know that [itex]\frac{1}{n}\sum_{i=1}^nY_i=\bar{Y}[/itex], but I'm not sure what that does from me. I'll still have the j summations to worry about on the right hand side, as well as the Yj terms.
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 15 ·
Replies
15
Views
3K
Replies
0
Views
1K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K