Skip to main content

Fast Fisher's Exact Test

Project description

Fisher’s Exact Test

Simple, fast implementation of Fisher’s exact test. . For example, for the following table:

o

Having the property

Not having the property

Selected

12

5

Not selected

29

2

Perhaps we are interested in whether there is any difference of property in selected vs. non-selected groups, then we can do the Fisher’s exact test.

Installation

within this folder

easy_install .

from pypi

easy_install fisher

or from github (contributions welcomed)

git clone git://github.com/brentp/fishers_exact_test.git

Usage

fisher.pvalue() accepts 4 values corresponding to the 2-by-2 contingency table, returns an object with attributes for left_tail, right_tail, and two_tail p-values

>>> from fisher import pvalue
>>> mat = [[12, 5], [29, 2]]
>>> p = pvalue(12, 5, 29, 2)
>>> p.left_tail, p.right_tail, p.two_tail
(0.044554737835078267, 0.99452520602190897, 0.08026855207410688)

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-0.1.2.tar.gz (44.7 kB view details)

Uploaded Source

File details

Details for the file fisher-0.1.2.tar.gz.

File metadata

  • Download URL: fisher-0.1.2.tar.gz
  • Upload date:
  • Size: 44.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for fisher-0.1.2.tar.gz
Algorithm Hash digest
SHA256 90e85900084d2109f1b57d81e6387d5f8cdb7a6b14069703797d9b5b29ed7030
MD5 90fbbee27763605809825e4fb3be702f
BLAKE2b-256 cae479fc81c44b0c72ebcee5fec2c234bef98db25af093faccac2ea9e8135041

See more details on using hashes here.

Supported by

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