4 #include "AnimaStatisticalTestsExport.h" 12 bool operator()(
const std::pair<unsigned int,double> & f,
const std::pair<unsigned int,double> & s)
14 return (f.second < s.second);
25 ANIMASTATISTICALTESTS_EXPORT
void BHCorrection(std::vector <double> &pvalues,
double qValue);
26 ANIMASTATISTICALTESTS_EXPORT
void BYCorrection(std::vector <double> &pvalues,
double qValue);
void BHCorrection(std::vector< double > &pvalues, double qValue)
void BYCorrection(std::vector< double > &pvalues, double qValue)
bool operator()(const std::pair< unsigned int, double > &f, const std::pair< unsigned int, double > &s)