.coveragerc
.git_archival.txt
.gitattributes
.gitignore
.pylintrc
.travis.yml
LICENSE
README.md
do_cover.sh
pyproject.toml
render_nb.sh
requirements.txt
setup.py
.github/workflows/pypi.yaml
.github/workflows/python-package.yml
docs/.gitignore
docs/Makefile
docs/conf.py
docs/contributing.rst
docs/demo.html
docs/index.rst
docs/install.rst
docs/practical_example.html
docs/qp.rst
docs/tutorials.rst
nb/demo.ipynb
nb/iterator_demo.ipynb
nb/practical_example.ipynb
src/qp/__init__.py
src/qp/_version.py
src/qp/conversion_funcs.py
src/qp/dict_utils.py
src/qp/ensemble.py
src/qp/factory.py
src/qp/hist_pdf.py
src/qp/interp_pdf.py
src/qp/mixmod_pdf.py
src/qp/pdf_gen.py
src/qp/plotting.py
src/qp/quant_pdf.py
src/qp/scipy_pdfs.py
src/qp/sparse_pdf.py
src/qp/sparse_rep.py
src/qp/spline_pdf.py
src/qp/test_data.py
src/qp/test_funcs.py
src/qp/utils.py
src/qp/version.py
src/qp/data/CFHTLens_sample.P.npy
src/qp/data/test.hdf5
src/qp/metrics/__init__.py
src/qp/metrics/array_metrics.py
src/qp/metrics/brier.py
src/qp/metrics/metrics.py
src/qp/metrics/pit.py
src/qp_prob.egg-info/PKG-INFO
src/qp_prob.egg-info/SOURCES.txt
src/qp_prob.egg-info/dependency_links.txt
src/qp_prob.egg-info/requires.txt
src/qp_prob.egg-info/top_level.txt
tests/qp/.gitignore
tests/qp/benchmark.py
tests/qp/fidelity.py
tests/qp/test_auto.py
tests/qp/test_brier.py
tests/qp/test_ensemble.py
tests/qp/test_eval_funcs.py
tests/qp/test_flex_coefs.npy
tests/qp/test_infrastructure.py
tests/qp/test_metrics.py
tests/qp/test_parallel.py
tests/qp/test_pit.py
tests/qp/test_utils.py