Question 4: Assume that there is a problem in your computer and the random number generator generates numbers with an Ex
Posted: Fri May 20, 2022 1:16 pm
Question 4: Assume that there is a problem in your computer and the random number generator generates numbers with an Exp(2) distribution instead of uniform random numbers. Describe how to construct a U(0, 1) random variable Y from an Exp(2) distributed X. Write a Matlab code to implement the process and show that the code can generate the uniform random numbers from an Exp(2) distributed X.