|
SourceXtractorPlusPlus
0.10
Please provide a description of the project.
|
Data vs model comparator which computes the
residual.
More...
#include <ChiSquareComparator.h>
Public Member Functions | |
| double | operator() (double real, double model, double weight) const |
Returns the residual. More... | |
Data vs model comparator which computes the
residual.
The residual is computed as:
where:
: is the weight of the residual
: is the real value of the data
: is the corresponding model value Definition at line 42 of file ChiSquareComparator.h.
|
inline |
Returns the
residual.
Definition at line 47 of file ChiSquareComparator.h.
1.8.5