lsst.jointcal 22.0.1-26-g6000b2f+cc219f2c90
|
Base class for Chi2Statistic and Chi2List, to allow addEntry inside Fitter for either class. More...
#include <Chi2.h>
Public Member Functions | |
virtual void | addEntry (double inc, std::size_t dof, std::shared_ptr< BaseStar > star)=0 |
virtual | ~Chi2Accumulator () |
Base class for Chi2Statistic and Chi2List, to allow addEntry inside Fitter for either class.
Essentially a mixin.
|
inlinevirtual |
|
pure virtual |
Implemented in lsst::jointcal::Chi2List, and lsst::jointcal::Chi2Statistic.