#include <NonLinearFit.h>
Public Member Functions | |
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) | |
void | setFormula (const QString &s) |
void | setParametersList (const QStringList &lst) |
Private Member Functions | |
void | calculateFitCurveData (double *par, 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 | |||
) |
void NonLinearFit::calculateFitCurveData | ( | double * | par, | |
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.
void NonLinearFit::init | ( | ) | [private] |
Reimplemented from Filter.
void NonLinearFit::setFormula | ( | const QString & | s | ) |
void NonLinearFit::setParametersList | ( | const QStringList & | lst | ) |