Question 228:
You are a machine learning specialist working for a research lab that is studying the crime rates in various cities across Europe. Your task is to project if the crime rate, or number of crimes per day, in the cities in your study group will rise in the next month. You have crime per day data for the cities in your study going back 100 years. You have calculated the mean for each city and most cities present a distribution that looks like the following when you visualize your data in a plot: In order to create a proper repository for your machine learning model, you need to understand the distribution of your data. Based on your data source and your visualization, which type of distribution do you have?
Answer options:
A.Binomial distribution B.Poisson distribution C.Normal distribution D.Gaussian distribution