Question 11.EX.16: Suppose n balls having weights w1, w2, . . . , wn are in an ......

Suppose n balls having weights w1, w2, . . . , wn are in an urn. These balls are sequentially removed in the following manner: At each selection, a given ball in the urn is chosen with a probability equal to its weight divided by the sum of the weights of the other balls that are still in the urn. Let I1, I2, . . . , In denote the order in which the balls are removed—thus I1, . . . , In is a random permutation with weights.

(a) Give a method for simulating I1, . . . , In.
(b) Let Xi be independent exponentials with rates wi , i = 1, . . . , n. Explain how Xi can be utilized to simulate I1, . . . , In.

The blue check mark means that this solution has been answered and checked by an expert. This guarantees that the final answer is accurate.
Learn more on how we answer questions.

(a) They can be simulated in the same sequential fashion in which they are defined. That is, first generate the value of a random variable I1 such that

P\left\{I_{1}=i\right\}=\frac{w_{i}}{\sum_{j=1}^{n} w_{j}}, \quad i=1, \ldots, n

Then, if I1 = k, generate the value of I2 where

P\left\{I_{2}=i\right\}=\frac{w_{i}}{\sum_{j \neq k} w_{j}}, \quad i \neq k

and so on. However, the approach given in part (b) is more efficient.
(b) Let Ij denote the index of the j th smallest Xi

Related Answered Questions

Question: 11.EX.32

Verified Answer:

\begin{aligned}\operatorname{Var}[(X+Y) / 2...
Question: 11.EX.23

Verified Answer:

Let m(t)=\int_{0}^{t} \lambda(s)\, d s[/lat...
Question: 11.EX.6

Verified Answer:

Let \begin{aligned}& c(\lambda)=\max _{...
Question: 11.EX.3

Verified Answer:

If a random sample of size n is chosen from a set ...
Question: 11.EX.1

Verified Answer:

(a) Let U be a random number. If \sum_{j=1}...