Python 3 tkinter graphical statistical distributions fitter

zunzun.com at gmail.com zunzun.com at gmail.com
Sat Aug 13 06:46:03 EDT 2016


I created a Python 3 tkinter graphical statistical distributions fitting application that will fit a 1D data set to all of the continuous statistical distributions in scipy.stats, with graphical display of the distributions plotted against normalized histograms of the data.  Fitted results can be sorted by nnlf, AIC or AIC_BA.  The URL on GitHub is:

https://github.com/zunzun/tkInterStatsDistroFit

James Phillips


More information about the Python-announce-list mailing list