SourceXtractorPlusPlus
0.10
Please provide a description of the project.
|
Data vs model comparator which computes a modified 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 ![]() | |
Private Attributes | |
double | m_u0 |
Data vs model comparator which computes a modified residual, using asinh.
Definition at line 40 of file AsinhChiSquareComparator.h.
|
inline |
Definition at line 44 of file AsinhChiSquareComparator.h.
|
inline |
Returns the modified 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()().