Pattern Rings: Visualizing P
fig-20260131_2-05 | ES transitions as weighted arcs between rings
10%
Outer ring: source ES (prev byte). Inner ring: target ES (next byte). Arc width ∝ log(count).
Reading the Diagram
- Outer ring: Source ES - where we're coming from (previous byte's class)
- Inner ring: Target ES - where we're going (next byte's class)
- Arc width: Proportional to log(count) - thicker = more frequent transition
- Arc length: Spans the target ES segment proportional to probability mass
- Color: Source ES color
Transition Statistics
Loading...
Reproduction
Data: ES transition matrix from ./hutter es
Encoding: Arc width = log₁₀(count), opacity = probability
Note: This is a prototype. Full version will show byte-level patterns within ES arcs.