public final class FisherExactTest
extends java.lang.Object
Constructor and Description |
---|
FisherExactTest() |
Modifier and Type | Method and Description |
---|---|
static double |
twoSidedPValue(int[][] normalizedTable)
Computes the 2-sided pvalue of the Fisher's exact test on a normalized table that ensures that the sum of
all four entries is less than 2 * 200.
|