#include <libfit1D.h>
Public Member Functions | |
| Quadratic () | |
| void | setDefaultGuess () |
| double | f (const double &x) const |
Public Member Functions inherited from mio::FitLeastSquare | |
| FitLeastSquare () | |
| void | setData (const std::vector< double > &in_X, const std::vector< double > &in_Y) |
| bool | fit () |
Public Member Functions inherited from mio::FitModel | |
| FitModel () | |
| virtual | ~FitModel () |
| void | setGuess (const std::vector< double > &lambda_in) |
| virtual void | setLapseRate (const double &) |
| void | getParams (std::vector< double > &o_coefficients) const |
| std::string | getName () const |
| std::string | getInfo () const |
| void | setInfo (const std::string &info) |
| FitModel & | operator= (const FitModel &source) |
| std::string | toString () const |
Additional Inherited Members | |
Protected Member Functions inherited from mio::FitModel | |
| virtual bool | checkInputs () |
Protected Attributes inherited from mio::FitModel | |
| std::vector< double > | Lambda |
| std::vector< double > | X |
| std::vector< double > | Y |
| std::string | infoString |
| std::string | regname |
| size_t | nPts |
| size_t | nParam |
| size_t | min_nb_pts |
| bool | fit_ready |
|
inline |
|
virtual |
Implements mio::FitLeastSquare.
|
virtual |
Reimplemented from mio::FitLeastSquare.