37 #include <OpenMS/config.h> 73 static int jackknifeOutlierCandidate_(
const std::vector<double>& x,
const std::vector<double>& y);
86 static int residualOutlierCandidate_(
const std::vector<double>& x,
const std::vector<double>& y);
115 static std::vector<std::pair<double, double> > removeOutliersRANSAC(
const std::vector<std::pair<double, double> >& pairs,
117 double coverage_limit,
118 size_t max_iterations,
119 double max_rt_threshold,
120 size_t sampling_size);
148 static std::vector<std::pair<double, double> > removeOutliersIterative(
const std::vector<std::pair<double, double> >& pairs,
150 double coverage_limit,
152 const std::string& method);
160 static double chauvenet_probability(
const std::vector<double>& residuals,
int pos);
168 static bool chauvenet(
const std::vector<double>& residuals,
int pos);
182 static bool computeBinnedCoverage(
const std::pair<double,double> & rtRange,
183 const std::vector<std::pair<double, double> > & pairs,
185 int minPeptidesPerBin,
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
The MRMRTNormalizer will find retention time peptides in data.
Definition: MRMRTNormalizer.h:57