Package jdistlib.disttest.online
Class OnlineFdrDecision
java.lang.Object
jdistlib.disttest.online.OnlineFdrDecision
Immutable record of one online-FDR test.
-
Method Summary
Modifier and TypeMethodDescriptionlonggetIndex()Returns the one-based arrival index.doubleReturns the submitted p-value.doubleReturns the level chosen before this p-value was observed.booleanReturns whether the hypothesis was rejected.
-
Method Details
-
getIndex
public long getIndex()Returns the one-based arrival index. -
getPValue
public double getPValue()Returns the submitted p-value. -
getTestLevel
public double getTestLevel()Returns the level chosen before this p-value was observed. -
isRejected
public boolean isRejected()Returns whether the hypothesis was rejected.
-