-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnextstep_comparison.json
More file actions
111 lines (111 loc) · 2.47 KB
/
nextstep_comparison.json
File metadata and controls
111 lines (111 loc) · 2.47 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"next_step_correlations": {
"OTOC_vs_next_phys_grad": {
"pearson": 0.23846501485187685,
"spearman": -0.39999999999999997
},
"OTOC_vs_next_mu_grad": {
"pearson": 0.10170349875727157,
"spearman": -0.39999999999999997
},
"OTOC_vs_next_sigma_grad": {
"pearson": 0.005052204543404645,
"spearman": -0.7
},
"OTOC_vs_next_variance": {
"pearson": 0.005845101548291766,
"spearman": 0.09999999999999999
}
},
"delta_correlations": {
"delta_OTOC_vs_delta_phys": {
"pearson": -0.6091494719616863,
"spearman": -0.3
},
"delta_OTOC_vs_delta_mu": {
"pearson": -0.5597912193339791,
"spearman": -0.3
},
"delta_OTOC_vs_delta_sigma": {
"pearson": -0.5425959648641314,
"spearman": -0.39999999999999997
}
},
"raw_arrays": {
"mu": [
0.2916906476020813,
0.2941913306713104,
0.40113356709480286,
0.368595153093338,
0.3862665295600891,
0.42346030473709106
],
"sigma": [
0.19438427686691284,
0.21728071570396423,
0.3637973964214325,
0.3124869465827942,
0.26001447439193726,
0.3399283289909363
],
"phys_grad": [
0.3505262914413043,
0.3657313883972543,
0.5415317943511845,
0.4832292195930823,
0.46562791878463494,
0.5430192432488928
],
"variance": [
0.020421353234380907,
0.02929378076953386,
0.036311348464942966,
0.020548617002511094,
0.009063666321564056,
0.027595605942519676
],
"otoc": [
0.8300000000000001,
0.5760000000000001,
0.6300000000000001,
-0.16,
0.5940000000000002,
0.10000000000000002
],
"d_mu": [
0.002500683069229126,
0.10694223642349243,
0.032538414001464844,
0.0176713764667511,
0.03719377517700195
],
"d_sigma": [
0.02289643883705139,
0.14651668071746826,
0.051310449838638306,
0.052472472190856934,
0.07991385459899902
],
"d_phys": [
0.01520509695594996,
0.1758004059539302,
0.05830257475810219,
0.01760130080844735,
0.0773913244642579
],
"d_variance": [
0.008872427535152952,
0.007017567695409108,
0.015762731462431873,
0.011484950680947037,
0.018531939620955618
],
"d_otoc": [
0.254,
0.05400000000000005,
0.7900000000000001,
0.7540000000000002,
0.49400000000000016
]
}
}