SourceXtractorPlusPlus
0.12
Please provide a description of the project.
|
Data vs model comparator which computes a modified \(\chi^2\) residual, using asinh. More...
#include <AsinhChiSquareComparator.h>
Public Member Functions | |
AsinhChiSquareComparator (double u0=10) | |
double | operator() (double real, double model, double weight) const |
Returns the modified \(\chi^2\) residual. More... | |
Private Attributes | |
double | m_u0 |
Data vs model comparator which computes a modified \(\chi^2\) residual, using asinh.
Definition at line 40 of file AsinhChiSquareComparator.h.
|
inline |
Definition at line 44 of file AsinhChiSquareComparator.h.
|
inline |
Returns the modified \(\chi^2\) residual.
Definition at line 47 of file AsinhChiSquareComparator.h.
References std::asinh(), and m_u0.
|
private |
Definition at line 54 of file AsinhChiSquareComparator.h.
Referenced by operator()().