|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.ucla.stat.SOCR.analyses.command.volume.FDR
public class FDR
| Field Summary | |
|---|---|
protected double[] |
data
|
| Constructor Summary | |
|---|---|
FDR(double[] p,
double q)
Create a new FDR object. |
|
| Method Summary | |
|---|---|
double |
getNThreshold()
|
double |
getThreshold()
|
double[] |
getThresholdedArray()
|
double[] |
getThresholdedArrayNP()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected double[] data
| Constructor Detail |
|---|
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)| Method Detail |
|---|
public double getThreshold()
public double[] getThresholdedArray()
public double getNThreshold()
public double[] getThresholdedArrayNP()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||