lsst.jointcal
master-ga8493ae4fe+3
|
Structure to accumulate the chi2 contributions per each star (to help find outliers). More...
#include <Chi2.h>
Public Member Functions | |
void | addEntry (double chi2, unsigned ndof, std::shared_ptr< BaseStar > star) override |
std::pair< double, double > | computeAverageAndSigma () |
Compute the average and std-deviation of these chisq values. More... | |
Public Attributes | |
T | elements |
STL member. More... | |
Friends | |
std::ostream & | operator<< (std::ostream &s, Chi2List const &chi2List) |
Structure to accumulate the chi2 contributions per each star (to help find outliers).
|
inlineoverridevirtual |
Implements lsst::jointcal::Chi2Accumulator.
std::pair< double, double > lsst::jointcal::Chi2List::computeAverageAndSigma | ( | ) |
|
friend |
|
inherited |
STL member.