Lottery-type stochastics question

  • Thread starter Thread starter sunrah
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
sunrah
Messages
191
Reaction score
22

Homework Statement



n balls, numbered from 1 to n, are drawn randomly from an urn one after the other (whilst returning each ball before drawing the next). The random variable Tk represents the number of draws until k different balls have been drawn, where k = 1,..., n.

calculate:
a) P[T1 = m1 ^ T2 - T1 = m2 ^ . . . ^ Tn - Tn-1 = mn]

for mi in N.

b) show that random variables T1, T2 - T1, . . . , Tn - Tn-1 are independent

Homework Equations



The Attempt at a Solution



a)
P[T1 = m1 ^ T2 - T1 = m2 ^ . . . ^ Tn - Tn-1 = mn]

= P[m1 ^ m2 ^ . . . ^ mn] = P(m1)P(m2)...P(mn) = [itex]\prod^{n}_{i=1} P(m_{i})[/itex]

ok so i think I have to work out the product from i = 1,..,n of the probabilities P(mi) but how I don't even know what the mi are.

b) I guess this means linearly independent, I don't know?
 
Last edited:
Physics news on Phys.org
sunrah said:

Homework Statement



n balls, numbered from 1 to n, are drawn randomly from an urn one after the other (whilst returning each ball before drawing the next). The random variable Tk represents the number of draws until k different balls have been drawn, where k = 1,..., n.

calculate:
a) P[T1 = m1 ^ T2 - T1 = m2 ^ . . . ^ Tn - Tn-1 = mn]

for mi in N.

b) show that random variables T1, T2 - T1, . . . , Tn - Tn-1 are independent

Homework Equations



The Attempt at a Solution



a)
P[T1 = m1 ^ T2 - T1 = m2 ^ . . . ^ Tn - Tn-1 = mn]

= P[m1 ^ m2 ^ . . . ^ mn] = P(m1)P(m2)...P(mn) = [itex]\prod^{n}_{i=1} P(m_{i})[/itex]

ok so i think I have to work out the product from i = 1,..,n of the probabilities P(mi) but how I don't even know what the mi are.

b) I guess this means linearly independent, I don't know?

Presumably, [itex]T_1=1,[/itex] because the definition you gave would be "[itex]T_1 =[/itex] the number of draws until 1 ball is obtained". Is that correct? (Of course, a deterministic quantity is a random variable with a degenerate probability distribution.) So, translating: [itex]T_2-1[/itex] is the number of draws until we get a ball different from the first one, [itex]T_3-T_2[/itex] is the number of draws until we get a ball different from the first two, etc. The problem is asking for the joint probability distribution of these numbers, and is then asking you to prove that these numbers are independent random variables. Linear independence has absolutely nothing to do with the problem.

To get started, I suggest you look first at the distribution of [itex]T_2-1[/itex] (it is a distribution you should have seen already!), then look at the distribution of [itex]T_3 - T_2,[/itex] given a value [itex]\{T_1-1 = m_2\},[/itex]; that is, you need to get
[tex]P\{T_3 - T_2 = m_3 | T_2 - 1 = m_2\}[/tex] This should be a very familiar distribution. Note: here, [itex]m_2, \, m_3 = 1, 2, 3, \ldots[/itex] are not specified; you need to work out what happens for any possible values of [itex]m_2, \, m_3.[/itex]

After you have done these two steps you should see the pattern that emerges.

RGV