Uses of Class
org.apache.commons.statistics.inference.UnconditionedExactTest.XYList
Packages that use UnconditionedExactTest.XYList
-
Uses of UnconditionedExactTest.XYList in org.apache.commons.statistics.inference
Methods in org.apache.commons.statistics.inference with parameters of type UnconditionedExactTest.XYListModifier and TypeMethodDescriptionprivate 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 DoubleUnaryOperatorUnconditionedExactTest.createBinomialModel(UnconditionedExactTest.XYList tableList) Creates the binomial model p-value function for the nuisance parameter.private doubleUnconditionedExactTest.findExtremeTables(int a, int b, UnconditionedExactTest.XYList tableList) Find all tables that are as or more extreme than the observed table.private doubleUnconditionedExactTest.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 doubleUnconditionedExactTest.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.