#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 | showInfo (bool s=true) |
show info dialog | |
void | showResiduals (bool s=true) |
show residuals instead of function | |
QString | Result () |
get result of regression | |
Public Member Functions | |
RegressionListDialog (MainWin *mw, const char *name) | |
Private Slots | |
void | weightChanged () |
int | apply_clicked () |
Private Attributes | |
QString | result |
KComboBox * | modelcb |
KComboBox * | weightcb |
QCheckBox * | infocb |
QCheckBox * | regioncb |
QCheckBox * | rescb |
KLineEdit * | regionminle |
KLineEdit * | regionmaxle |
KLineEdit * | numberle |
KLineEdit * | minle |
KLineEdit * | maxle |
KLineEdit * | weightle |
|
|
|
Implements ListDialog. |
|
get result of regression
|
|
set model for regression
|
|
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. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|