|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.ObjectbaseCode.math.MultipleTestCorrection
Methods for p-value correction of sets of hypothesis tests.
Copyright (c) 2004
Institution:: Columbia University
| Constructor Summary | |
MultipleTestCorrection()
|
|
| Method Summary | |
static double |
BenjaminiHochbergCut(cern.colt.list.DoubleArrayList pvalues,
double fdr)
Benjamini-Hochberg method. |
static double |
BonferroniCut(cern.colt.list.DoubleArrayList pvalues,
double fwe)
Determine the Bonferroni pvalue threshold to maintain the family wise error rate (assuming pvalues are independent). |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MultipleTestCorrection()
| Method Detail |
public static double BonferroniCut(cern.colt.list.DoubleArrayList pvalues,
double fwe)
pvalues - The pvaluesfwe - The family wise error rate
public static double BenjaminiHochbergCut(cern.colt.list.DoubleArrayList pvalues,
double fdr)
pvalues - list of pvalues. Need not be sorted.fdr - false discovery rate
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||