calibr8 icon indicating copy to clipboard operation
calibr8 copied to clipboard

Toolbox for non-linear calibration modeling.

Results 8 calibr8 issues
Sort by recently updated
recently updated
newest added

Our CI pipelines were starting to fail from incompatibilities of our dependencies. PyMC already requires Python >=3.10 so I think we should do the same.

dependencies

The example notebooks and the [documentation](https://calibr8.readthedocs.io/en/latest/) are not up to date. We should make some changes to ensure that the code runs as advertised.

documentation
good first issue

![output](https://user-images.githubusercontent.com/97220522/191747415-464d626e-3ce4-4cf9-a722-fb34c34f16a7.png) Extend success condition of calibration model fits utilizing fit_scipy_global().

enhancement

When printed on paper, the contrast between the green areas is hard to see. A thin gray or dark-green edgeline could help.

enhancement
good first issue

- Add general explanation or link a good page to explain student-t and its parameters - Add hints on model complexity (first using linear, then exponential, then logistic) - Add...

documentation

- We could add some hints how to improve the fits. - Make warnings generally more descriptive.

enhancement

Working on #12 I started changing the broadcasting behavior of `CalibrationModel.likelihood` and `CalibrationModel.loglikelihood`, but it's not as simple and deserves it's very own issue & PR. What needs to be...

enhancement

While working on #12 I added tests and came up with one to check if `calibr8.core._get_hdi` is doing a good job. __It does not.__ I believe the `scipy.optimize.fmin` doesn't cope...

bug
help wanted