Stats 0.3.0 fisherexact - CyrilB1531/lodestar GitHub Wiki
Lodestar.Stats 0.3.0. This page is frozen at that release. Read the current documentation for what
mainsays now. A link to a decision or a migration page followsmain, and leaves the archive.
FisherExact
Fisher's exact test on a 2x2 contingency table.
Exact rather than asymptotic: the p-value is a sum of hypergeometric probabilities over the tables with the same margins, so it is right at any sample size, where the chi-square approximation needs the cells to be large.
Members
| Member | What it does |
|---|---|
FisherExact.Test |
Tests a 2x2 table for association. |