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
Release files for fisher-test-python 0.2.7
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| fisher-test-python-0.2.7.tar.gz | 40.2 kB | Details |
Release files / fisher-test-python-0.2.7.tar.gz
| Download URL | fisher-test-python-0.2.7.tar.gz |
|---|---|
| Size | 40.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8047191ed2f9bc2e08a89bae7376b3b9d2575ad09976c8cb5612e2a82918c2b6
|
|
BLAKE2b-256 checksum How to use checksums |
9fb4ce148ffdc2d0165c51137eec94172ee9aa481006a0d4c43543dc630e8c36
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.8.13
|