Class MultipleTesting.GroupedFdrResult

java.lang.Object
jdistlib.disttest.MultipleTesting.GroupedFdrResult
Enclosing class:
MultipleTesting

public static final class MultipleTesting.GroupedFdrResult extends Object
Result of the two-level Benjamini-Bogomolov grouped procedure.
  • 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 in getGroupLabels() order.
    • getSelectedGroupCount

      public int getSelectedGroupCount()
      Returns the number of selected groups.
    • getWithinGroupLevel

      public double getWithinGroupLevel()
      Returns the BH level used inside every selected group.