Crate faster_fishers

Source

Enums§

Alternative

Functions§

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