public class FDR
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected double[] |
data |
Constructor and Description |
---|
FDR(double[] p,
double q)
Create a new FDR object.
|
Modifier and Type | Method and Description |
---|---|
double |
getNThreshold() |
double |
getThreshold() |
double[] |
getThresholdedArray() |
double[] |
getThresholdedArrayNP() |
public FDR(double[] p, double q)
p
- a double array, the vector of p-valuesq
- a double, the False Discovery Rate level (e.g., 0.05)public double getThreshold()
public double[] getThresholdedArray()
public double getNThreshold()
public double[] getThresholdedArrayNP()