Class Chi2Statistic

Inheritance Relationships

Base Type

Class Documentation

class Chi2Statistic : public lsst::jointcal::Chi2Accumulator

Simple structure to accumulate chi2 and ndof.

Public Functions

Chi2Statistic()
void addEntry(double inc, std::size_t dof, std::shared_ptr<BaseStar>)
Chi2Statistic &operator+=(Chi2Statistic const &rhs)

Public Members

double chi2
std::size_t ndof

Friends

std::ostream &operator<<(std::ostream &s, Chi2Statistic const &chi2)