Re: Std.dev. for missing digits?



On Mar 10, 1:32 pm, Stig Holmquist <stigfjor...@xxxxxxxxxxx> wrote:
The simple formula m(1-1/m)^n tells me how many digits will be missing
on average when sampling digits from a random numbers table if m=10
and n= number of times drawn. This also applies to random drawing of
digits with replacemant in a lottery game.

But how should I calculate the expected std.dev. for any value of n?

Stig Holmquist


Stig,

I would proceed by

1) setting up a random variable representing the number of digits
absent. This is a sum of Kronecker deltas, K= sum_i=1:m (delta(n_i,0))
where n_i is the number of times digit i occurs

2) the number of times the different digits are present follows a
multinomial distribution; each digit has prob 1/m of being present

3) The expectation of K yields m*E[delta(n_1,0)] which yields
the result you give.

4) E[K^2] = m*E[delta(n_1,0)]+m(m-1)E[delta(n_1,0)delta(n_2,0)]

Doing the remaining algebra should allow you to find the variance.

Inf.

.



Relevant Pages

  • Re: Missing Digits Filter
    ... A simple formula can predict how many digits are likely,on average, ... to be missing when sampling digits at random with replacement from ... which raises the question about standard deviation. ...
    (rec.gambling.lottery)
  • Re: Missing Digits Filter
    ... A simple formula can predict how many digits are likely,on average, ... to be missing when sampling digits at random with replacement from ... for 10 draws with 3.5 ...
    (rec.gambling.lottery)
  • Re: Missing Digits Filter
    ... to be missing when sampling digits at random with replacement from ... a table of random numbers or from an urn with all ten digits 0-9. ... for 10 draws with 3.5 ...
    (rec.gambling.lottery)
  • Re: Missing Digits Filter
    ... to be missing when sampling digits at random with replacement from a table of random numbers or from an urn with all ten digits 0-9. ... for 10 draws with 3.5 ...
    (rec.gambling.lottery)
  • Re: Missing Digits Filter
    ... to be missing when sampling digits at random with replacement from ... a table of random numbers or from an urn with all ten digits 0-9. ... for 10 draws with 3.5 ...
    (rec.gambling.lottery)

Quantcast