/Fisher

Pure Python Fisher's exact test

Primary LanguagePythonMIT LicenseMIT

Fisher

GitHub Workflow Status PyPI

Pure Python realization of Fisher's exact test

Usage example:

from FisherExactTest import FisherExact


print(FisherExact(504, 539,
                  504, 468))  # Decimal('0.1187334465023821683418832686')