Module fisher

Source

Enums§

FishersExactTestError

Functions§

fishers_exact
Perform a Fisher exact test on a 2x2 contingency table. Based on scipy’s fisher test: https://docs.scipy.org/doc/scipy/reference/generated/scipy.stats.fisher_exact.html#scipy-stats-fisher-exact Expects a table in row-major order Returns only the p_value
fishers_exact_with_odds_ratio
Perform a Fisher exact test on a 2x2 contingency table. Based on scipy’s fisher test: https://docs.scipy.org/doc/scipy/reference/generated/scipy.stats.fisher_exact.html#scipy-stats-fisher-exact Expects a table in row-major order Returns the odds ratio and p_value