#include <stdio.h>
#include <stdlib.h>
#include <iostream>
#include <qstring.h>
#include <qlabel.h>
#include <qfiledialog.h>
#include <qcolordialog.h>
#include <klocale.h>
#include <kmessagebox.h>
#include "RegressionListDialog.h"
Enumerations | |
enum | Weight { WEQUAL, WY, WYY, W1Y, W1YY } |
enum | Model { MLINEAR, MQUADRATIC, MCUBIC, M4ORDER, M5ORDER, M6ORDER, M7ORDER, M8ORDER, M9ORDER, M10ORDER } |
Variables | |
const char * | weightitems [] |
const char * | modelitems [] |
|
|
|
|
|
Initial value: {I18N_NOOP("linear"),I18N_NOOP("quadratic"),I18N_NOOP("cubic"), I18N_NOOP("4-th order"),I18N_NOOP("5-th order"),I18N_NOOP("6-th order"),I18N_NOOP("7-th order"), I18N_NOOP("8-th order"),I18N_NOOP("9-th order"),I18N_NOOP("10-th order"),0} |
|
Initial value: {I18N_NOOP("equal"),I18N_NOOP("y"),I18N_NOOP("y^2"), I18N_NOOP("1/y"),I18N_NOOP("1/y^2"),0} |