66 QString
logInfo(
bool header =
true);
double * data()
Returns the y values of the input data set.
Definition: Statistics.h:59
Table * d_table
A table source of data.
Definition: Statistics.h:82
~Statistics()
Definition: Statistics.cpp:191
double mean()
Definition: Statistics.h:61
Abstract base class for data analysis operations.
Definition: Statistics.h:38
double standardError()
Definition: Statistics.h:64
double d_variance
Definition: Statistics.h:86
Statistics(ApplicationWindow *parent, const QString &name=QString())
Definition: Statistics.cpp:38
double d_se
Definition: Statistics.h:87
QString logInfo(bool header=true)
Definition: Statistics.cpp:120
QtiPlot's main window.
Definition: ApplicationWindow.h:133
QString d_col_name
The name of the source data set.
Definition: Statistics.h:74
QString sampleName()
Definition: Statistics.h:51
unsigned int d_n
The size of the data set to be analyzed.
Definition: Statistics.h:78
double * d_data
y data set to be analysed
Definition: Statistics.h:80
double d_mean
Definition: Statistics.h:84
double standardDeviation()
Definition: Statistics.h:63
virtual int dof()
Returns the degrees of freedom.
Definition: Statistics.h:56
virtual void freeMemory()
Frees the memory allocated for the X and Y data sets.
Definition: Statistics.cpp:182
MDI window providing a spreadsheet table with column logic.
Definition: Table.h:57
bool setData(const QString &)
Definition: Statistics.cpp:64
void memoryErrorMessage()
Definition: Statistics.cpp:174
bool d_result_log
Flag specifying if the results should be displayed in the results log.
Definition: Statistics.h:76
unsigned int dataSize()
Returns the size of the input data set.
Definition: Statistics.h:54
double variance()
Definition: Statistics.h:62
double d_sd
Definition: Statistics.h:85
void showResultsLog(bool show=true)
Definition: Statistics.h:49
virtual bool run()
Actually does the job. Should be reimplemented in derived classes.
Definition: Statistics.cpp:49