blob: d211639967dbf764b83b979edfd5f89e8b8b3c2e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
|
--- ./qtiplot/src/scripting/qti.sip.orig 2011-02-08 15:33:02.000000000 +0300
+++ ./qtiplot/src/scripting/qti.sip 2011-03-19 00:06:07.578146696 +0300
@@ -3390,57 +3390,6 @@
double pValue();
};
-class Anova : StatisticTest
-{
-%TypeHeaderCode
-#include <Anova.h>
-%End
-public:
- Anova(ApplicationWindow * /TransferThis/, bool twoWay = false, double level = 0.05);
- Anova(bool twoWay = false, double level = 0.05) /NoDerived/;
-%MethodCode
- SIPQTI_APP(new sipAnova(app, a0, a1))
-%End
-
- bool run();
- bool addSample(const QString& colName, int aLevel = 1, int bLevel = 1);
- void setAnovaTwoWayModel(int);
-
- virtual QString logInfo();
- double fStat();
- double statistic();
- double pValue();
- //! Sum of squares
- double ssm();
- double sse();
- double sst();
- //! Mean square value
- double mse();
- //! F statistic for factor A
- double fStatA();
- //! F statistic for factor B
- double fStatB();
- //! F statistic for the interaction
- double fStatAB();
- //! P value for factor A
- double pValueA();
- //! P value for factor B
- double pValueB();
- //! P value for the interaction
- double pValueAB();
- //! Sum of squares for factor A
- double ssa();
- //! Sum of squares for factor B
- double ssb();
- //! Sum of squares for the interaction
- double ssab();
- //! Mean square value for factor A
- double msa();
- //! Mean square value for factor B
- double msb();
- //! Mean square value for the interaction
- double msab();
-};
// used for output redirection
class PythonScripting
|