50 void swilk(
int *init,
double *x,
int *n,
int *n1,
int *n2,
double *a,
double *
w,
double *pw,
int *ifault);
51 static double poly(
const double *cc,
int nord,
double x);
static double poly(const double *cc, int nord, double x)
Definition: ShapiroWilkTest.cpp:376
double d_pValue
Definition: ShapiroWilkTest.h:54
void swilk(int *init, double *x, int *n, int *n1, int *n2, double *a, double *w, double *pw, int *ifault)
Definition: ShapiroWilkTest.cpp:134
ShapiroWilkTest(ApplicationWindow *parent, const QString &sample=QString())
Definition: ShapiroWilkTest.cpp:43
double w()
Definition: ShapiroWilkTest.h:42
double statistic()
Definition: ShapiroWilkTest.h:43
double d_w
Definition: ShapiroWilkTest.h:53
Normality test.
Definition: ShapiroWilkTest.h:35
virtual QString logInfo()
Definition: ShapiroWilkTest.cpp:64
double pValue()
Definition: ShapiroWilkTest.h:44
QString infoString(bool header=true)
Definition: ShapiroWilkTest.cpp:76
QtiPlot's main window.
Definition: ApplicationWindow.h:133
QString shortLogInfo()
Definition: ShapiroWilkTest.cpp:71
Abstract base class for statistic tests.
Definition: StatisticTest.h:37