Metadata-Version: 2.1
Name: calibr8
Version: 6.1.2
Summary: Toolbox for non-linear calibration modeling.
Home-page: https://github.com/JuBiotech/calibr8
Author: Laura Marie Helleckes, Michael Osthege
Author-email: l.helleckes@fz-juelich.de, m.osthege@fz-juelich.de
License: GNU Affero General Public License v3
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Mathematics
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: fastprogress
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: scipy

[![PyPI version](https://img.shields.io/pypi/v/calibr8)](https://pypi.org/project/calibr8)
[![pipeline](https://github.com/jubiotech/calibr8/workflows/pipeline/badge.svg)](https://github.com/jubiotech/calibr8/actions)
[![coverage](https://codecov.io/gh/jubiotech/calibr8/branch/master/graph/badge.svg)](https://codecov.io/gh/jubiotech/calibr8)
[![documentation](https://readthedocs.org/projects/calibr8/badge/?version=latest)](https://calibr8.readthedocs.io/en/latest/?badge=latest)
[![DOI](https://zenodo.org/badge/306862348.svg)](https://zenodo.org/badge/latestdoi/306862348)


# `calibr8`
This package provides templates and functions for performing likelihood-based calibration modeling.
To see implementation examples & excercises, you can go to [notebooks/](notebooks).

# Installation
`calibr8` is released on [PyPI](https://pypi.org/project/calibr8/):

```
pip install calibr8
```
# Documentation
Read the package documentation [here](https://calibr8.readthedocs.io/en/latest/?badge=latest).

# Usage and Citing
`calibr8` is licensed under the [GNU Affero General Public License v3.0](https://github.com/michaelosthege/calibr8/blob/master/LICENSE).

Head over to Zenodo to [generate a BibTeX citation](https://doi.org/10.5281/zenodo.4127012) for the latest release.


