#include <PolynomialFit.h>

Public Member Functions | |
| void | fit () |
| Actually does the fit. Should be reimplemented in derived classes. | |
| LinearFit (ApplicationWindow *parent, Graph *g, const QString &curveTitle, double start, double end) | |
| LinearFit (ApplicationWindow *parent, Graph *g, const QString &curveTitle) | |
| LinearFit (ApplicationWindow *parent, Graph *g) | |
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 () |
| LinearFit::LinearFit | ( | ApplicationWindow * | parent, | |
| Graph * | g | |||
| ) |
| LinearFit::LinearFit | ( | ApplicationWindow * | parent, | |
| Graph * | g, | |||
| const QString & | curveTitle | |||
| ) |
| LinearFit::LinearFit | ( | ApplicationWindow * | parent, | |
| Graph * | g, | |||
| const QString & | curveTitle, | |||
| double | start, | |||
| double | end | |||
| ) |
| void LinearFit::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 LinearFit::fit | ( | ) | [virtual] |
| void LinearFit::init | ( | ) | [private] |
Reimplemented from Filter.
1.5.3