Metadata-Version: 2.1
Name: combine_pvalues_discrete
Version: 1.2.2
Summary: A Python toolbox for combining p values from tests with a discrete statistics
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.7
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: scipy>=1.8.1
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: statsmodels; extra == "test"
Requires-Dist: pytest-rng; extra == "test"

A Python module for combining *p* values of discrete tests.

* Install with:

  * ``pip install combine-pvalues-discrete``
  * ``pip3 install git+git://github.com/BPSB/combine-p-values-discrete``
  * or similar.

* Install requirements for testing with `pip install ".[test]"` (or similar). Run the test with `pytest` (or similar) in the source directory. Run `pytest -m "not slow"` to exclude some particularly time-consuming tests.
* `Documentation <https://combine-p-values-discrete.rtfd.io>`_
* `Issue Tracker <https://github.com/BPSB/combine-p-values-discrete/issues>`_ – Please use this if you need any help with this module, in particular if you are facing any bugs or require features (in particular support for tests).
* Contributions are welcome. Feel free to discuss them on the issue tracker or just file a pull request.
* DOI for citing: `10.5281/zenodo.8338798 <https://dx.doi.org/10.5281/zenodo.8338798>`_
