.gitignore
CONTRIBUTING.md
DISCLAIMER.md
LICENSE.md
MANIFEST.in
README.md
code.json
environment.yml
pyproject.toml
requirements-dev.txt
requirements.txt
setup.py
.devcontainer/Dockerfile
.devcontainer/devcontainer.json
.devcontainer/noop.txt
.github/ISSUE_TEMPLATE/feature_request.md
.github/ISSUE_TEMPLATE/review-checklist.md
.github/workflows/python-package.yml
.github/workflows/python-publish.yml
notebooks/model-evaluation-demo.ipynb
notebooks/segmented-power-law-demo.ipynb
notebooks/spline-demo.ipynb
paper/green_example.png
ratingcurve/__init__.py
ratingcurve/_version.py
ratingcurve/plot.py
ratingcurve/ratingmodel.py
ratingcurve/transform.py
ratingcurve.egg-info/PKG-INFO
ratingcurve.egg-info/SOURCES.txt
ratingcurve.egg-info/dependency_links.txt
ratingcurve.egg-info/requires.txt
ratingcurve.egg-info/top_level.txt
ratingcurve/data/__init__.py
ratingcurve/data/chalk_artificial.csv
ratingcurve/data/co_channel.csv
ratingcurve/data/green_channel.csv
ratingcurve/data/provo_natural.csv
ratingcurve/data/simulated_rating.csv
ratingcurve/tests/__init__.py
ratingcurve/tests/test_ratingmodel.py
ratingcurve/tests/test_transform.py