LSSTApplications  10.0-2-g4f67435,11.0.rc2+1,11.0.rc2+12,11.0.rc2+3,11.0.rc2+4,11.0.rc2+5,11.0.rc2+6,11.0.rc2+7,11.0.rc2+8
LSSTDataManagementBasePackage
Public Attributes | List of all members
lsst.afw.math::FitResults Struct Reference

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 51 of file minimize.h.

Member Data Documentation

double lsst.afw.math::FitResults::chiSq

chi squared; may be nan or infinite, but only if isValid false

Definition at line 54 of file minimize.h.

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

true if the fit converged; false otherwise

Definition at line 53 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 56 of file minimize.h.

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

fit parameters

Definition at line 55 of file minimize.h.


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