7) In one year, there were 200 homicide deaths in a city. This means the daily average number of homicide deaths is 200/
Posted: Mon Jun 06, 2022 5:37 pm
question. For a randomly selected day, find the probability that the number of homicide deaths is 0 in the city. Make sure you use "stats module in "scipy and provide your Python code as well as the outcome. 8) It is well known that the IQ scores follow the Normal distribution with the mean 100 and the standard deviation 15. What is the probability that a randomly selected person has IQ scores between 110 to 125? Use stats module in 'scipy and provide your Python code as well as its outcome. 9) Find the variance of the Uniform distribution which starts at 2 and ends at 7 (length of 5). Use stats module in `scipy and provide your Python code as well as its outcome.
7) In one year, there were 200 homicide deaths in a city. This means the daily average number of homicide deaths is 200/365 (deaths/day). Using the Poisson distribution with this mean value, asnwer the following