29 #ifndef STATISTICTEST_H
30 #define STATISTICTEST_H
51 if (s < 0.0 || s > 1.0)
58 virtual double pValue(){
return 0.0;};
60 virtual double lcl(
double){
return 0.0;};
62 virtual double ucl(
double){
return 0.0;};
virtual void outputResultsTo(Table *)
Definition: StatisticTest.cpp:41
Tail
Definition: StatisticTest.h:42
StatisticTest(ApplicationWindow *parent, double testValue=0.0, double level=0.05, const QString &sample=QString())
Definition: StatisticTest.cpp:32
virtual double pValue()
Definition: StatisticTest.h:58
Definition: StatisticTest.h:43
TestType
Definition: StatisticTest.h:43
void setSignificanceLevel(double s)
Definition: StatisticTest.h:50
virtual double statistic()
Definition: StatisticTest.h:57
Definition: StatisticTest.h:42
Abstract base class for data analysis operations.
Definition: Statistics.h:38
void showDescriptiveStatistics(bool show=true)
Definition: StatisticTest.h:48
bool d_descriptive_statistics
Definition: StatisticTest.h:72
Definition: StatisticTest.h:43
QString logInfo(bool header=true)
Definition: Statistics.cpp:120
double d_significance_level
Definition: StatisticTest.h:70
void setTail(const Tail &tail)
Definition: StatisticTest.h:46
void setTestValue(double val)
Definition: StatisticTest.h:47
QtiPlot's main window.
Definition: ApplicationWindow.h:133
virtual QString logInfo()
Definition: StatisticTest.h:56
Definition: StatisticTest.h:43
int d_tail
Definition: StatisticTest.h:71
virtual Table * resultTable(const QString &name=QString())
Returns a pointer to the table created to display the results.
Definition: StatisticTest.cpp:67
double d_test_val
Definition: StatisticTest.h:69
virtual double lcl(double)
Lower Confidence Limit.
Definition: StatisticTest.h:60
Chi-Square test for variance.
Definition: ChiSquareTest.h:35
Definition: StatisticTest.h:42
MDI window providing a spreadsheet table with column logic.
Definition: Table.h:57
Abstract base class for statistic tests.
Definition: StatisticTest.h:37
Definition: StatisticTest.h:42
virtual double ucl(double)
Upper Confidence Limit.
Definition: StatisticTest.h:62