lsst.afw g44befd6440+dd219f3bc1
Public Attributes | List of all members
lsst::afw::math::FitResults Struct Referencefinal

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...
 

Detailed Description

Results from minimizing a function.

Definition at line 44 of file minimize.h.

Member Data Documentation

◆ chiSq

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.

◆ isValid

bool lsst::afw::math::FitResults::isValid

true if the fit converged; false otherwise

Definition at line 46 of file minimize.h.

◆ parameterErrorList

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.

◆ parameterList

std::vector<double> lsst::afw::math::FitResults::parameterList

fit parameters

Definition at line 48 of file minimize.h.


The documentation for this struct was generated from the following file: