Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 614 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 614 Bytes

chiborg

Bayesian jackknife test for investigating biased measurements, coded in Python. A scientific journal article explaining this test is available at https://arxiv.org/abs/2210.17351.

Documentation

There is an example notebook in the notebooks directory that serves as a group of tutorials. There are also docstrings attached to most of the functions that users will interact with.

Dependencies

numpy, scipy, more_itertools (available from pip as more-itertools), setuptools_scm

Installation

Navigate to the top directory of this package and call pip install .