00001 //LabPlot : tests.h 00002 // R tests, check also testsitems.h 00003 00004 #ifndef TESTS_H 00005 #define TESTS_H 00006 00007 // TODO : bartlett, fligner, mood, box, 00008 00009 // one sample : first two 00010 enum RTESTS {T_T,T_WILCOX,T_F,T_KS,T_ANSARI}; 00011 00012 #endif // TESTS_H