ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
These are the results of a statistical study I carried out on all possible EO->DR states.
2
The sheet named 'average optimal' is a 2D table where columns represent the DRM state and the rows represent the possible ARM states.
3
In the table stands the average optimal value for every specific DRM/ARM combination (11 is above god's number and means the DRM/ARM combination isn't achievable on a solvable cube).
4
The 'Sub-6 probability' and 'Sub-7 probability' tables display the probability of each DRM/ARM combo having sub-6 and sub 7 moves optimal
5
The sheet named 'Number of cases' has the same structure but instead stores the number of total cases with each DRM/ARM combination. (Symmetries and rotations not counted)
6
The EO->DR distribution shows the number of cases having optimal 'depth' ? I put it here as a check of correctness so if you know other sources please compare my results to them
7
8
Feel free to tell me about any result that may seem strange to you and I will try to fix it.
9
10
Code available at https://github.com/LouisSart/DRM-ARM-stats
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