Question: Assignment 1 (1) Write a script that allows you to obtain 104 random variables (r.v.) exponentially distributed with parameter 2 (e.g., 1 = 0.5), using
Assignment 1 (1) Write a script that allows you to obtain 104 random variables (r.v.) exponentially distributed with parameter 2 (e.g., 1 = 0.5), using a generator of uniformly distributed r.v. (eg., "numpy.random.uniform'). You are not allowed to use a function that directly generates exponentially distributed r.v. (e.g., numpy.random.exponential). You answer must include: Your code. 1 Graphical evidence showing that your output r.v. are exponentially distributed. What quantitative evidence can you provide to support that your results are correct
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
