Package jdistlib.disttest
Class MultipleTesting.GroupedFdrResult
java.lang.Object
jdistlib.disttest.MultipleTesting.GroupedFdrResult
- Enclosing class:
MultipleTesting
Result of the two-level Benjamini-Bogomolov grouped procedure.
-
Method Summary
Modifier and TypeMethodDescriptionint[]Returns the sorted group labels corresponding to the group arrays.double[]Returns one Simes p-value per group.boolean[]Returns hypothesis-level rejection flags in input order.intReturns the number of selected groups.boolean[]Returns group-selection flags ingetGroupLabels()order.doubleReturns the BH level used inside every selected group.
-
Method Details
-
getRejected
public boolean[] getRejected()Returns hypothesis-level rejection flags in input order. -
getGroupLabels
public int[] getGroupLabels()Returns the sorted group labels corresponding to the group arrays. -
getGroupPValues
public double[] getGroupPValues()Returns one Simes p-value per group. -
getSelectedGroups
public boolean[] getSelectedGroups()Returns group-selection flags ingetGroupLabels()order. -
getSelectedGroupCount
public int getSelectedGroupCount()Returns the number of selected groups. -
getWithinGroupLevel
public double getWithinGroupLevel()Returns the BH level used inside every selected group.
-