Class Chi2Accumulator

Inheritance Relationships

Derived Types

Class Documentation

class Chi2Accumulator

Base class for Chi2Statistic and Chi2List, to allow addEntry inside Fitter for either class.

Essentially a mixin.

Subclassed by lsst::jointcal::Chi2List, lsst::jointcal::Chi2Statistic

Public Functions

virtual void addEntry(double inc, std::size_t dof, std::shared_ptr<BaseStar> star) = 0
virtual ~Chi2Accumulator()