-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathParsedData.txt
86 lines (86 loc) · 1.51 KB
/
ParsedData.txt
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"]=>
int(6)
["Max"]=>
int(11)
["Min"]=>
int(1)
["Variance"]=>
int(10)
["StandardDeviation"]=>
float(3.1622776601683795)
}
["y"]=>
array(5) {
["Mean"]=>
int(5)
["Max"]=>
int(11)
["Min"]=>
int(1)
["Variance"]=>
float(10.181818181818182)
["StandardDeviation"]=>
float(3.1908961408698624)
}
["Covariance"]=>
float(5.181818181818182)
["CorrelationCoefficient"]=>
float(0.5135343537364686)
["RegressionLineFormula"]=>
array(2) {
["a"]=>
float(0.5181818181818182)
["b"]=>
float(1.8909090909090907)
}
}
["Jake"]=>
array(6) {
["count"]=>
int(11)
["x"]=>
array(5) {
["Mean"]=>
int(6)
["Max"]=>
int(11)
["Min"]=>
int(1)
["Variance"]=>
int(10)
["StandardDeviation"]=>
float(3.1622776601683795)
}
["y"]=>
array(5) {
["Mean"]=>
int(6)
["Max"]=>
int(11)
["Min"]=>
int(1)
["Variance"]=>
int(10)
["StandardDeviation"]=>
float(3.1622776601683795)
}
["Covariance"]=>
float(-9.454545454545455)
["CorrelationCoefficient"]=>
float(-0.9454545454545453)
["RegressionLineFormula"]=>
array(2) {
["a"]=>
float(-0.9454545454545455)
["b"]=>
float(11.672727272727274)
}
}
}