tBuLi / symfit

Symbolic Fitting; fitting as it should be.
http://symfit.readthedocs.org
MIT License
234 stars 17 forks source link

Hypothesis tests #353

Open pckroon opened 1 year ago

pckroon commented 1 year ago

This adds hypothesis tests (again, this is a continuation of #224). They're quite slow to run, but it's not prohibitive.

This tests the following hypotheses:

Still TODO in future iterations:

Constraints are hard, since we'll need to whether the best answer we have is still the best given the constraints. Fixed parameters have the same issue, unless you fix one (or more) at the optimum. ODE Models shouldn't be too bad. I still don't understand loglikelihood well enough to implement a test for it.