I have three variables Min=0.29, Max=6.52 and center = 2.10. I wish to create a table that distributes this data into 100 values in a table format in the following fashion:
Here, this image can be split into two parts 0 to 50 and 50 to 100.
In the first part, there are more values between 40 to 50 than between 30 to 40 and there are more values between 30 to 40 than between 20 to 30 and so on. In the second part, there are more values between 50 to 60 than between 60 to 70 and there are more values between 60 to 70 than between 70 to 80 and so on.
Now, I don't have high proficiency in statistics hence was unable to figure out which distribution to use here and how to implement it in python.
I tried using solution given in link, but coudnt get it to work for my case. Any help will be appreciated.
from Exponential distribution of values between a given range in Python
No comments:
Post a Comment