NonLinearFit Class Reference

#include <NonLinearFit.h>

Inheritance diagram for NonLinearFit:

Fit Filter

List of all members.

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 ()


Constructor & Destructor Documentation

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 
)


Member Function Documentation

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]

Calculates the data for the output fit curve.

Reimplemented from Fit.

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.


The documentation for this class was generated from the following files:
Generated on Thu Feb 7 13:59:28 2008 for QtiPlot by  doxygen 1.5.4