#include <NonLinearFit.h>
Public Member Functions | |
double | eval (double *par, double x) |
Calculates the data for the output fit curve. | |
NonLinearFit (ApplicationWindow *parent, Table *t, const QString &xCol, const QString &yCol, int startRow=1, int endRow=-1) | |
NonLinearFit (ApplicationWindow *parent, Graph *g, const QString &curveTitle, double start, double end) | |
NonLinearFit (ApplicationWindow *parent, Graph *g, const QString &curveTitle) | |
NonLinearFit (ApplicationWindow *parent, Graph *g) | |
virtual void | setFormula (const QString &s) |
virtual void | setParametersList (const QStringList &lst) |
Private Member Functions | |
void | calculateFitCurveData (double *X, double *Y) |
Calculates the data for the output fit curve and store itin the X an Y vectors. | |
void | init () |
NonLinearFit::NonLinearFit | ( | ApplicationWindow * | parent, | |
Graph * | g | |||
) |
NonLinearFit::NonLinearFit | ( | ApplicationWindow * | parent, | |
Graph * | g, | |||
const QString & | curveTitle | |||
) |
NonLinearFit::NonLinearFit | ( | ApplicationWindow * | parent, | |
Graph * | g, | |||
const QString & | curveTitle, | |||
double | start, | |||
double | end | |||
) |
NonLinearFit::NonLinearFit | ( | ApplicationWindow * | parent, | |
Table * | t, | |||
const QString & | xCol, | |||
const QString & | yCol, | |||
int | startRow = 1 , |
|||
int | endRow = -1 | |||
) |
void NonLinearFit::calculateFitCurveData | ( | double * | X, | |
double * | Y | |||
) | [private, virtual] |
Calculates the data for the output fit curve and store itin the X an Y vectors.
Reimplemented from Fit.
double NonLinearFit::eval | ( | double * | , | |
double | ||||
) | [virtual] |
void NonLinearFit::init | ( | ) | [private] |
Reimplemented from Fit.
void NonLinearFit::setFormula | ( | const QString & | s | ) | [virtual] |
Reimplemented from Fit.
void NonLinearFit::setParametersList | ( | const QStringList & | lst | ) | [virtual] |
Reimplemented from Fit.