lsst.jointcal
master-gc5b79683b0+3
|
Simple structure to accumulate chi2 and ndof. More...
#include <Chi2.h>
Public Member Functions | |
Chi2Statistic () | |
void | addEntry (double inc, unsigned dof, std::shared_ptr< BaseStar >) override |
Chi2Statistic & | operator+= (Chi2Statistic const &rhs) |
Public Attributes | |
double | chi2 |
unsigned | ndof |
Friends | |
std::ostream & | operator<< (std::ostream &s, Chi2Statistic const &chi2) |
|
inlineoverridevirtual |
Implements lsst::jointcal::Chi2Accumulator.
|
inline |
|
friend |