Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 6 years ago.
I have a sample data and I want to get the best fit distribution. I have got couple of links which suggest that I can import the distributions from scipy.stats
, but then I am not aware of the type of data before hand. I want something similar to allfitdist()
in MATLAB
which tries to fit data to around 20 distributions and returns the best fit.
Link for allfitdist()
: http://www.mathworks.in/matlabcentral/fileexchange/34943-fit-all-valid-parametric-probability-distributions-to-data
Any help is highly appreciable. Thanks.