I\'m new to Python and coming from the R world. I\'m trying to fit distributions to sample data using SciPy and having good success. I can make distribution.fit(data)<
distribution.fit(data)<
There's also statmodels goodness of fit tests.
See the scipy.stats library: http://docs.scipy.org/doc/scipy/reference/stats.html
It contains K-S and Anderson-Darling, although apparently not Cramer-von Mises.