#include <libfit1D.h>
|
| Zero () |
|
void | setData (const std::vector< double > &, const std::vector< double > &) |
|
bool | fit () |
|
double | f (const double &) const |
|
| 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 |
|
◆ Zero()
◆ f()
double mio::Zero::f |
( |
const double & |
| ) |
const |
|
inlinevirtual |
◆ fit()
◆ setData()
void mio::Zero::setData |
( |
const std::vector< double > & |
, |
|
|
const std::vector< double > & |
|
|
) |
| |
|
inlinevirtual |
The documentation for this class was generated from the following file: