private double[] |
UnconditionedExactTest.computePValue(UnconditionedExactTest.XYList tableList) |
Compute the nuisance parameter and p-value for the binomial model given the list
of possible tables.
|
private static java.util.function.DoubleUnaryOperator |
UnconditionedExactTest.createBinomialModel(UnconditionedExactTest.XYList tableList) |
Creates the binomial model p-value function for the nuisance parameter.
|
private double |
UnconditionedExactTest.findExtremeTables(int a,
int b,
UnconditionedExactTest.XYList tableList) |
Find all tables that are as or more extreme than the observed table.
|
private double |
UnconditionedExactTest.findExtremeTablesBoschloo(int a,
int b,
int m,
int n,
UnconditionedExactTest.XYList tableList) |
Find all tables that are as or more extreme than the observed table using the
Fisher's p-value as the statistic (also known as Boschloo's test).
|
private double |
UnconditionedExactTest.findExtremeTablesZ(int a,
int b,
int m,
int n,
boolean pooled,
UnconditionedExactTest.XYList tableList) |
Find all tables that are as or more extreme than the observed table using the Z statistic.
|