43 std::vector < std::vector < double > >
m_alpha;
75 virtual bool calcBestFit ();
79 virtual bool calcStep ();
82 virtual void calcAlpha ();
87 virtual int calcCovariance ( std::vector< std::vector < double > >& cov );
90 virtual bool solveSystem ();
101 #endif // _LMFitter_H_
#define MDL_HIPPOPLOT_API
double m_start_lambda
The starting lambda factor.
double m_lambda_expand_factor
The factor by which lambda is divided if it is too small.
The base class for fitters.
numeric::array clone(numeric::array arr)
double m_chi_cutoff
The Chi Squared cut-off parameter.
hippodraw::Fitter class interface
std::vector< double > m_beta
The beta vector.
double m_lambda_shrink_factor
The factor by which lambda is divided if it is too large.
double m_lambda
The current lambda factor.
A derived class for FCNBase class.
std::vector< std::vector< double > > m_alpha
The alpha matrix.