1 #ifndef CHI2FITFIGUREOFMERIT_H 2 #define CHI2FITFIGUREOFMERIT_H 4 #include "IFigureOfMerit.h" 32 void addData(
const std::vector<double> &x,
double y,
double ey);
41 bool isBetterThan(
double scoreToTest,
double referenceScore)
const;
45 std::vector<std::vector<double> >
m_x;
46 std::vector<double>
m_y;
Abstract class describing the interface for a model.