#include <RegressionListDialog.h>
Inheritance diagram for RegressionListDialog:

Public Slots | |
| void | setRegion (double a, double b) |
| void | setModel (int m) |
| set model for regression | |
| void | setWeight (int w) |
| set weight | |
| void | setWeightFunction (QString w) |
| set weight function | |
| void | setNumber (int nr) |
| set number of points for regression function | |
| void | setRange (double a, double b) |
| void | setNegateRegion (bool b=true) |
| set and use negated region | |
| void | showInfo (bool v=true) |
| show info dialog | |
| void | showResiduals (bool v=true) |
| show residuals instead of function | |
| void | setGraceStyle (bool v=true) |
| set grace style regression | |
| QString | Result () |
| get result of regression | |
| int | Apply () |
Public Member Functions | |
| RegressionListDialog (MainWin *mw, const char *name) | |
Private Slots | |
| void | weightChanged () |
| void | saveSettings () |
| int | apply_clicked () |
Private Member Functions | |
| void | linearRegression (double *xdata, double *ydata, int N, QString *info, double *c0, double *c1) |
Private Attributes | |
| QString | result |
| KComboBox * | modelcb |
| KComboBox * | weightcb |
| QCheckBox * | infocb |
| QCheckBox * | regioncb |
| QCheckBox * | negate_regioncb |
| QCheckBox * | rescb |
| QCheckBox * | gracecb |
| KLineEdit * | regionminle |
| KLineEdit * | regionmaxle |
| KLineEdit * | numberle |
| KLineEdit * | minle |
| KLineEdit * | maxle |
| KLineEdit * | weightle |
|
||||||||||||
|
|
|
|
Reimplemented from ListDialog. |
|
|
Implements ListDialog. |
|
||||||||||||||||||||||||||||
|
|
|
|
get result of regression
|
|
|
|
|
|
set grace style regression
|
|
|
set model for regression
|
|
|
set and use negated region
|
|
|
set number of points for regression function
|
|
||||||||||||
|
< set range of regression function |
|
||||||||||||
|
< set region to use |
|
|
set weight
|
|
|
set weight function
|
|
|
show info dialog
|
|
|
show residuals instead of function
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from Dialog. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.4