#include <libfit1D.h>
|
| NoisyLinear () |
|
bool | fit () override |
|
| SimpleLinear () |
|
| SimpleLinear (const std::string &i_regname) |
|
void | setData (const std::vector< double > &in_X, const std::vector< double > &in_Y) override |
|
bool | fit () override |
|
double | f (const double &x) const override |
|
void | setLapseRate (const double &in_lapse_rate) override |
|
| FitModel (const std::string &i_regname, const size_t &i_nParam, const size_t &i_min_nb_pts) |
|
virtual | ~FitModel () |
|
virtual void | setData (const std::vector< double > &in_X, const std::vector< double > &in_Y)=0 |
|
void | setGuess (const std::vector< double > &lambda_in) |
|
virtual void | setLapseRate (const double &) |
|
virtual void | setDegree (const size_t &) |
|
virtual bool | fit ()=0 |
|
virtual double | f (const double &x) const =0 |
|
double | operator() (const double &x) const |
|
std::vector< double > | getParams () const |
|
std::string | getName () const |
|
std::string | getInfo () const |
|
void | setInfo (const std::string &info) |
|
FitModel & | operator= (const FitModel &source) |
|
bool | isReady () const |
|
std::string | toString () const |
|
◆ NoisyLinear()
mio::NoisyLinear::NoisyLinear |
( |
| ) |
|
|
inline |
◆ fit()
bool mio::NoisyLinear::fit |
( |
| ) |
|
|
overridevirtual |
The documentation for this class was generated from the following files: