.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/deploy-book.yml
.github/workflows/python-package.yml
.github/workflows/python-publish.yml
docs/_config.yml
docs/_toc.yml
docs/api.rst
docs/references.bib
docs/requirements-doc.txt
docs/assets/green-channel-rating-plot.png
docs/meta/background.md
docs/meta/implementation.md
docs/meta/installation.md
docs/meta/intro.md
docs/meta/troubleshooting.md
docs/meta/tutorials.md
docs/notebooks/getting-started-tutorial.ipynb
docs/notebooks/model-selection-tutorial.ipynb
docs/notebooks/segmented-power-law-tutorial.ipynb
docs/notebooks/spline-tutorial.ipynb
ratingcurve/__init__.py
ratingcurve/_version.py
ratingcurve/experimental_ratings.py
ratingcurve/model_builder.py
ratingcurve/plot.py
ratingcurve/ratingmodel_builder.py
ratingcurve/ratings.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/chalk_artificial.md
ratingcurve/data/co_channel.csv
ratingcurve/data/co_channel.md
ratingcurve/data/green_channel.csv
ratingcurve/data/green_channel.md
ratingcurve/data/provo_natural.csv
ratingcurve/data/provo_natural.md
ratingcurve/data/simulated_rating.csv
ratingcurve/data/simulated_rating.md
ratingcurve/tests/__init__.py
ratingcurve/tests/test_data.py
ratingcurve/tests/test_fitting.py
ratingcurve/tests/test_transform.py