LSSTApplications  10.0+286,10.0+36,10.0+46,10.0-2-g4f67435,10.1+152,10.1+37,11.0,11.0+1,11.0-1-g47edd16,11.0-1-g60db491,11.0-1-g7418c06,11.0-2-g04d2804,11.0-2-g68503cd,11.0-2-g818369d,11.0-2-gb8b8ce7
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: