Package jdistlib.disttest.online
Interface OnlineFdrController
- All Known Implementing Classes:
LordPlusPlus,Saffron
public interface OnlineFdrController
A stateful controller for hypotheses arriving in a fixed sequential order.
-
Method Details
-
test
Tests the next p-value and advances the controller exactly once. -
getTestCount
long getTestCount()Returns the number of p-values processed. -
getRejectionCount
int getRejectionCount()Returns the number of rejections so far. -
reset
void reset()Restores the controller to its newly constructed state.
-