Simple structure to accumulate Chi2 and Ndof. More...
#include <astromfit.h>
Public Member Functions | |
void | AddEntry (double Inc, unsigned Dof, const MeasuredStar *M) |
void | operator+= (const Chi2 &R) |
Public Attributes | |
double | chi2 |
unsigned | ndof |
Friends | |
std::ostream & | operator<< (std::ostream &s, const Chi2 &C) |
Simple structure to accumulate Chi2 and Ndof.