Goodness of fit tests in SciPy

前端 未结 2 738
孤街浪徒
孤街浪徒 2020-12-16 15:31

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)<

相关标签:
2条回答
  • 2020-12-16 15:44

    There's also statmodels goodness of fit tests.

    0 讨论(0)
  • 2020-12-16 15:45

    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.

    0 讨论(0)
提交回复
热议问题