lsst.meas.algorithms
14.0-10-g59393990+1
|
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 570 of file SpatialModelPsf.cc.
|
inlineexplicit |
Definition at line 572 of file SpatialModelPsf.cc.
|
inline |
Definition at line 595 of file SpatialModelPsf.cc.
|
inline |
Definition at line 603 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 592 of file SpatialModelPsf.cc.