|
SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
|
Data vs model comparator which computes the \(\chi^2\) residual. More...
#include <ChiSquareComparator.h>
Public Member Functions | |
| double | operator() (double real, double model, double weight) const |
| Returns the \(\chi^2\) residual. | |
Data vs model comparator which computes the \(\chi^2\) residual.
The residual is computed as:
\[\chi = w*(r-m)\]
where:
Definition at line 42 of file ChiSquareComparator.h.
|
inline |
Returns the \(\chi^2\) residual.
Definition at line 47 of file ChiSquareComparator.h.