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
- Chae, Jungwoo - sector.rest@kakaohealthcare.com
Project details
Release history Release notifications | RSS feed
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 details)
File details
Details for the file fisher-test-python-0.2.7.tar.gz.
File metadata
- Download URL: fisher-test-python-0.2.7.tar.gz
- Upload date:
- Size: 40.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8047191ed2f9bc2e08a89bae7376b3b9d2575ad09976c8cb5612e2a82918c2b6
|
|
| MD5 |
50da7f67f291516f4a77ba0afbbd6456
|
|
| BLAKE2b-256 |
9fb4ce148ffdc2d0165c51137eec94172ee9aa481006a0d4c43543dc630e8c36
|