What is the Unclear Step in this Random Sampling Proof?

  • Context: Graduate 
  • Thread starter Thread starter rwinston
  • Start date Start date
  • Tags Tags
    Proof
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
rwinston
Messages
36
Reaction score
0
Hi

I may be missing something obvious here, but I am reading a paper on random sampling, and in one of the proofs, two consecutive steps run like this:

[tex] = \sum_{d=0}^m \left[ {{m}\choose{d}} \left(\frac{1}{n}\right)^d \left(\frac{n-1}{n}\right)^{m-d} \right] \left( \frac{m-d}{m}\right)[/tex]
[tex] = \sum_{d=0}^{m-1} {{m}\choose{d}} \left(\frac{1}{n}\right)^d \left(\frac{n-1}{n}\right)^{m-d} \ \left( \frac{m-d}{m}\right)[/tex]

I can't see how the second step works ... the summation index is decreased by one, but nothing obvious changes inside the summation...is there an assumption or step i am missing? Any help appreciated!
 
Physics news on Phys.org
The (m-d)/m term is in the summation right? At d=m, that term will become 0, and so d=m doesn't contribute to the sum.