Q. 10.7

Question

Let F be the distribution function

 F(x) = xn 0 < x < 1 

(a) Give a method for simulating a random variable having distribution F that uses only a single random number. 

(b) Let U1, ... , Un be independent random numbers. Show that

P{max(U1, ... , Un) … x} = xn 

(c) Use part (b) to give a second method of simulating a random variable having distribution F.

Step-by-Step Solution

Verified
Answer

(a) University of the unform.

(b) The statement is proved below.

(c) The distribution will be followed with the CDF.

1Part (a) Step 1: Given Information

We have to find a method for simulating a random variable having distribution F that uses only a single random number.

2Part(a) Step 2: Explanation

ConsiderFx=xn for 0<x<1, which impliesF1y=y1n . So, taking a random number U0,1 and generating X=U1n. From the universality of the Uniform, we haveXfollows required distribution.

3Part (b) Step 1: Given Information

We need to show that

Pmax(U1,...,Un)x=xn.

4Part (b) Step 2: Simplify

By the independence, we have

Pm U1,,Unx =PU1x,,Unx =PU1xPUnx =xn


5Part (c) Step 1: Given Information

We have to use part (b) to give a second method of simulating a random variable having distribution F.

6Part (c) Step 2: Explanation

Generating independent Uniforms on 0,1 , call them U1,,Un and considering its maximum - call it X.

From the part (b), we haveX=maxU1,,Un follows the distribution with CDF Fx=xn.