How to fit the best probability distribution model to my data in python?
问题 i have about 20,000 rows of data like this,, Id | value 1 30 2 3 3 22 .. n 27 I did statistics to my data,, the average value 33.85, median 30.99, min 2.8, max 206, 95% confidence interval 0.21.. So most values around 33, and there are some outliers (a little).. So it seems like a distribution with long tail. I am new to both distribution and python,, i tried class fitter https://pypi.org/project/fitter/ to try many distribution from Scipy package,, and loglaplace distribution showed the