Package jdistlib.disttest
Class DiscreteFdr
java.lang.Object
jdistlib.disttest.DiscreteFdr
FDR procedures that exploit known heterogeneous discrete null CDFs.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classRejection decisions and level-dependent DBH critical values. -
Method Summary
Modifier and TypeMethodDescriptionstatic DiscreteFdr.ResultdbhStepDown(double[] pValues, DiscretePValueDistribution[] nullDistributions, double level) Runs the DBH step-down procedure of Döhler, Durand, and Roquain.static DiscreteFdr.ResultdbhStepUp(double[] pValues, DiscretePValueDistribution[] nullDistributions, double level) Runs the DBH step-up procedure of Döhler, Durand, and Roquain.
-
Method Details
-
dbhStepDown
public static DiscreteFdr.Result dbhStepDown(double[] pValues, DiscretePValueDistribution[] nullDistributions, double level) Runs the DBH step-down procedure of Döhler, Durand, and Roquain. Its finite-sample FDR guarantee requires independent p-values. -
dbhStepUp
public static DiscreteFdr.Result dbhStepUp(double[] pValues, DiscretePValueDistribution[] nullDistributions, double level) Runs the DBH step-up procedure of Döhler, Durand, and Roquain. Its finite-sample FDR guarantee requires independent p-values.
-