35 #ifndef OPENMS_ANALYSIS_OPENSWATH_MRMRTNORMALIZER_H 
   36 #define OPENMS_ANALYSIS_OPENSWATH_MRMRTNORMALIZER_H 
   44 #include <boost/math/special_functions/erf.hpp> 
   76     static int outlier_candidate(std::vector<double>& x, std::vector<double>& y);
 
   93     static std::vector<std::pair<double, double> > rm_outliers(std::vector<std::pair<double, double> >& pairs,
 
   95                                                                double coverage_limit);
 
  103     static double chauvenet_probability(std::vector<double>& residuals, 
int pos);
 
  112     static bool chauvenet(std::vector<double>& residuals, 
int pos);
 
The MRMRTNormalizer will find retention time peptides in data. 
Definition: MRMRTNormalizer.h:60