lsst.meas.algorithms
14.0-21-ge7d40960+3
|
Public Member Functions | |
MinimizeChi2 (evalChi2Visitor< PixelT > &chi2Visitor, afwMath::Kernel *kernel, afwMath::SpatialCellSet const &psfCells, int nStarPerCell, int nComponents, int nSpatialParams) | |
double | Up () const |
Error definition of the function. More... | |
double | operator() (const std::vector< double > &coeffs) const |
void | setErrorDef (double def) |
Definition at line 569 of file SpatialModelPsf.cc.
|
inlineexplicit |
Definition at line 571 of file SpatialModelPsf.cc.
|
inline |
Definition at line 594 of file SpatialModelPsf.cc.
|
inline |
Definition at line 602 of file SpatialModelPsf.cc.
|
inline |
Error definition of the function.
MINUIT defines Parameter errors as the change in Parameter Value required to change the function Value by up. Normally, for chisquared fits it is 1, and for negative log likelihood, its Value is 0.5. If the user wants instead the 2-sigma errors for chisquared fits, it becomes 4,
Definition at line 591 of file SpatialModelPsf.cc.