Skip to main content

Fisher exact test for python

Project description

fisher test python

Python version of Fisher's exact test.

Based on old FORTRAN codes from

Installation

pip install fisher-test-python

Usage

import nump as np
from fisher import fisher_test

ary = np.array([[1,2,3], [2,3,4]])
p_value = fisher_test(ary)

Contact

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fisher-test-python-0.2.7.tar.gz (40.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page