ibab / python-mle

A Python package for performing Maximum Likelihood Estimates
MIT License
126 stars 31 forks source link

Implement statistical tests #3

Open ibab opened 9 years ago

ibab commented 9 years ago

We should implement various ways to test for goodness of fit.

maxnoe commented 9 years ago

■ Kolmogorow-Smirnoff □ run test ■ χ²-Test

maxnoe commented 9 years ago

I started implementing the three tests but #13 or #16 are blocking the implementations of the cdf, needed e.g. for the kolmogorow smirnoff test