Question: Using python programming language and related libraries 1. Generate 500 Random numbers a. Uniformly distributed between [x1:x2] , x1=low(dd , mm) and x2=high(dd , mm)
Using python programming language and related libraries 1. Generate 500 Random numbers a. Uniformly distributed between [x1:x2] , x1=low(dd , mm) and x2=high(dd , mm) , where dd = date of your birthday and mm = month of your birthday. b. Gaussian Normal distributed with mean = day and variance = (month/4) , where day = [ 1,2,3,4,5,6,7] that is Monday = 1 , Tuesday = 2 and so on till Sunday = 7. 2. Plot the random numbers a. Plot graph for 1a. b. Plot graph for 1b. 3. Plot the Probability Density Function ( PDF ) given the random numbers a. Plot the PDF for 1a. b. Plot the PDF for 1b. Give correct code urgent
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
