|
lsst.afw g712618294e+4813a5392e
|
Results from minimizing a function. More...
#include <minimize.h>
Public Attributes | |
| bool | isValid |
| true if the fit converged; false otherwise More... | |
| double | chiSq |
| chi squared; may be nan or infinite, but only if isValid false More... | |
| std::vector< double > | parameterList |
| fit parameters More... | |
| std::vector< std::pair< double, double > > | parameterErrorList |
| negative,positive (1 sigma?) error for each parameter More... | |
Results from minimizing a function.
Definition at line 44 of file minimize.h.
| double lsst::afw::math::FitResults::chiSq |
chi squared; may be nan or infinite, but only if isValid false
Definition at line 47 of file minimize.h.
| bool lsst::afw::math::FitResults::isValid |
true if the fit converged; false otherwise
Definition at line 46 of file minimize.h.
| std::vector<std::pair<double, double> > lsst::afw::math::FitResults::parameterErrorList |
negative,positive (1 sigma?) error for each parameter
Definition at line 50 of file minimize.h.
| std::vector<double> lsst::afw::math::FitResults::parameterList |
fit parameters
Definition at line 48 of file minimize.h.