-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathParsedData.txt
More file actions
86 lines (86 loc) · 1.5 KB
/
ParsedData.txt
File metadata and controls
86 lines (86 loc) · 1.5 KB
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
array(2) {
'John' =>
array(6) {
'count' =>
int(11)
'x' =>
array(5) {
'Mean' =>
double(6)
'Max' =>
int(11)
'Min' =>
int(1)
'Variance' =>
double(10)
'StandardDeviation' =>
double(3.1622776601683795)
}
'y' =>
array(5) {
'Mean' =>
double(5)
'Max' =>
int(11)
'Min' =>
int(1)
'Variance' =>
double(10.181818181818182)
'StandardDeviation' =>
double(3.1908961408698624)
}
'Covariance' =>
double(5.181818181818182)
'CorrelationCoefficient' =>
double(0.5135343537364686)
'RegressionLineFormula' =>
array(2) {
'a' =>
double(0.5181818181818182)
'b' =>
double(1.8909090909090907)
}
}
'Jake' =>
array(6) {
'count' =>
int(11)
'x' =>
array(5) {
'Mean' =>
double(6)
'Max' =>
int(11)
'Min' =>
int(1)
'Variance' =>
double(10)
'StandardDeviation' =>
double(3.1622776601683795)
}
'y' =>
array(5) {
'Mean' =>
double(6)
'Max' =>
int(11)
'Min' =>
int(1)
'Variance' =>
double(10)
'StandardDeviation' =>
double(3.1622776601683795)
}
'Covariance' =>
double(-9.454545454545455)
'CorrelationCoefficient' =>
double(-0.9454545454545453)
'RegressionLineFormula' =>
array(2) {
'a' =>
double(-0.9454545454545455)
'b' =>
double(11.672727272727274)
}
}
}