SHORE API
|
Multiple testing correction. More...
Public Types | |
enum | mtcmethod { FDR_BH =0, FWER_BONFERRONI =1, FWER_HOLM =2, FWER_HOCHBERG =3, FWER_SIDAK_SS =4, FWER_SIDAK_SD =5, FDR_BY =6 } |
Enumeration of available correction methods. | |
Public Member Functions | |
template<class Iter > | |
mtc (Iter rawp_start, Iter rawp_end) | |
void | addRawValue (const double val) |
template<class Iter > | |
void | correctPvalues (const mtcmethod m, Iter result) |
size_t | size () const |
Multiple testing correction.