SourceXtractorPlusPlus  0.12
Please provide a description of the project.
LeastSquareSummary.h
Go to the documentation of this file.
1 
23 #ifndef MODELFITTING_LEASTSQUARESUMMARY_H
24 #define MODELFITTING_LEASTSQUARESUMMARY_H
25 
26 #include <vector>
27 #include <boost/any.hpp>
28 
29 namespace ModelFitting {
30 
39 
41  bool success_flag = true;
42 
44  size_t iteration_no {0};
45 
46  // 1-sigma margin of error for all the parameters
48 
57 
58 };
59 
60 } // end of namespace ModelFitting
61 
62 #endif /* MODELFITTING_LEASTSQUARESUMMARY_H */
63 
std::vector< double > parameter_sigmas
Class containing the summary information of solving a least square minimization problem.
size_t iteration_no
The number of iterations.
bool success_flag
Flag indicating if the minimization was successful.