| New Reply |
What is Var(X) for my defined X? |
Share Thread | Thread Tools |
| Jan11-13, 01:20 PM | #1 |
|
|
What is Var(X) for my defined X?
This applies to natural numbers [itex]n[/itex] and [itex]N[/itex] where [itex]n<N[/itex].
We have [itex]N[/itex] balls representing numbers [itex]1,2,...,N[/itex]. We randomly choose [itex]n[/itex] of those balls which happen to represent numbers [itex]{k_1},{k_2},...,{k_n}[/itex]. We then define a random variable [itex]X = {k_1} + {k_2} + ... + {k_n}[/itex]. What is the mean and variation of [itex]X[/itex]? Well there are [itex]\left( {\begin{array}{*{20}{c}}N\\n\end{array}} \right)[/itex] equally likely combinations and every one of them brings [itex]n[/itex] summands. So we get [itex]\left( {\begin{array}{*{20}{c}} N\\ n \end{array}} \right) \cdot n[/itex] summands overall. Since there is no bias towards any particular number it means that every number is added [itex]\left( {\begin{array}{*{20}{c}} N\\ n \end{array}} \right) \cdot \frac{n}{N}[/itex] times hence our mean: [itex]E\left( X \right) = \frac{{\left( {\begin{array}{*{20}{c}} N\\ n \end{array}} \right) \cdot \frac{n}{N} \cdot \left( {1 + 2 + ... + N} \right)}}{{\left( {\begin{array}{*{20}{c}} N\\ n \end{array}} \right)}} = \frac{n}{N} \cdot \frac{{N\left( {N + 1} \right)}}{2} = \frac{{n\left( {N + 1} \right)}}{2}[/itex]. Unfortunately variance seems to be an entirely different animal since I cannot just rip sums apart and add numbers in a different order. Any ideas? |
| PhysOrg.com |
science news on PhysOrg.com >> Hong Kong launches first electric taxis >> Morocco to harness the wind in energy hunt >> Galaxy's Ring of Fire |
| Jan11-13, 03:28 PM | #2 |
|
Recognitions:
|
It is a straightforward, but messy, calculation.
Let X = ∑ ki. mean = E(X), var = E(X2) - (E(X))2 To compute E(X) all you need is E(ki) = N/2. To compute E(X2), some work is required. You need (a) E(kikj) for i ≠ j, and (b) E(ki2). For (a) I got N(N+1)/4 - (2N+1)/6, for (b) I got (N+1)(2N+1)/6. To get the final answers you need to multiply the mean by n. For the second moment {E(X2)}, there are n(n-1) (a) terms and n (b) terms. Good luck! |
| Jan14-13, 04:18 PM | #3 |
|
Recognitions:
|
In case you weren't able to work it out, I got the following:
E(X) = n(N+1)/2 Var(X) = n(N+1)(N-n)/12 See if you get same. |
| Jan17-13, 09:16 AM | #4 |
|
|
What is Var(X) for my defined X?So for i≠j you apparently got E(kikj) = N(N+1)/4 - (2N+1)/6. Meanwhile I got [tex]E({k_i}{k_j}) = \frac{1}{{\left( {\begin{array}{*{20}{c}} N\\ 2 \end{array}} \right)}}\sum\limits_{i = 1}^{N - 1} {i \cdot \sum\limits_{j = i + 1}^N j } = \frac{2}{{N(N - 1)}}\sum\limits_{i = 1}^{N - 1} {i \cdot \frac{{(N + i + 1)(N - i)}}{2}} = \frac{{N(N + 1)}}{2} + \frac{{1 - 2N}}{6} + \frac{{N(1 - N)}}{4}[/tex] Is my logic flawed here? Also I checked the literature for answers and can confirm that your conclusion about mean and variation is correct. |
| Jan17-13, 03:57 PM | #5 |
|
Recognitions:
|
i(N-i+1)(N-i)/2. I'll let you finish from there. In any case I got E(X2) = n(n-1)(N+1)(3N+2)/12 + n(N+1)(2N+1)/6, where the first term is the contribution of all products of different numbers and the second term is the contribution of all the squares. |
| Jan17-13, 04:58 PM | #6 |
|
|
(i+1)+(i+2)+(i+3)...+(N-2)+(N-1)+N = (N+i+1)(N-i)/2 Sorry if I missed something. P.S. http://www.wolframalpha.com/input/?i...i%3D1%2CN-1%29 it gives the same result as mine so I'm confused now, is it the wrong way to calculate E(kikj) ? |
| Jan18-13, 07:10 PM | #7 |
|
Recognitions:
|
Sorry - I sometimes get sloppy in my arithmetic (Jan. 11 - my error was in dividing by N(N+1) when I should have
divided by (N-1)N), including my comment saying you had an error. However the calculation on Jan. 14 was done very carefully (where I divided by N(N-1)). This included the result I mentioned yesterday. I can't figure out why yours comes out differently. My calculation - E(XiXj) = {(∑i)2 - ∑i2}/N(N-1), where the sums are i = (1,N). |
| Jan18-13, 07:35 PM | #8 |
|
Recognitions:
|
One quick check, for N = 2, the product of different x's ≡ 2, so the expectation is obviously 2.
In any case, your result is the same as mine. |
| Jan20-13, 03:22 PM | #9 |
|
|
Thanks for all the help.
To sum things up I'd just like to say that I almost got it right after your first post. Unfortunately I made a very silly mistake at the very end. Which in turn led to a whole phase of contemplation and doubts. I attach that almost-correct handwritten solution just for fun. Differences in notation: E(X)=M(X), Var(X)=D(X), X=W. |
| New Reply |
| Thread Tools | |
Similar Threads for: What is Var(X) for my defined X?
|
||||
| Thread | Forum | Replies | ||
| how is 12 am defined? | General Discussion | 9 | ||
| Show that matrices of defined form have inverse of the same same defined form | Calculus & Beyond Homework | 2 | ||
| Well-defined map | Calculus & Beyond Homework | 2 | ||
| how is 0^0 defined? | General Math | 15 | ||
| 1/0 defined | General Math | 2 | ||