use one uniform random variable to simulate another?

79 Views Asked by At

I ws given a question: Use 1000 simulations of uniform random variable U[0,1] to simulate 1000 simulations of another uniform random variable U[-3,7], how can I do that in Excel using rand() command?

1

There are 1 best solutions below

2
On BEST ANSWER

If $X\sim U([0,1])$, it follows that $10X-3\sim U([-3,7])$.