How your signal behaves when fed into the Mandelbrot iteration as a starting condition -- does it escape, get trapped, or linger at the boundary?
Takes consecutive byte pairs, maps them to the complex plane as the parameter c, and iterates z -> z^2 + c starting from z = 0. For each c, it records how many iterations before the orbit escapes (or whether it stays trapped). The distribution of escape times, the fraction of trapped orbits, and the entropy of the escape-time histogram characterize how the signal's byte-pair distribution intersects the Mandelbrot set's boundary structure.
Shannon entropy of the escape-time histogram. Human Proteome (4.21) has the richest distribution -- its byte pairs map to c-values that scatter across the boundary region, producing many different escape speeds. Critical Circle Map (3.27) and Classical MIDI (3.23) are close behind. Fibonacci Word and Logistic Period-2 score near zero: their byte pairs map to a narrow region where everything escapes at the same speed or not at all.
How spread out are the escape times? Devil's Staircase (953.8) and ETH/BTC Ratio (951.8) have enormous variance -- their byte pairs hit both deep interior and far exterior of the Mandelbrot set, creating a bimodal distribution. Weierstrass (910.1) follows. Constants and Fibonacci Word score 0.0 -- all their byte pairs land in the same escape-time bin.
Fraction of byte pairs whose orbits never escape (trapped inside the Mandelbrot set). Earthquake P-wave (0.97) and Bearing Inner (0.97) trap almost everything -- their byte-pair distributions map overwhelmingly to the Mandelbrot interior. Divisor Count (0.0) and Prime Gaps (0.0) trap nothing -- their byte pairs all map to the exterior, where orbits escape quickly.
| Source | Domain | Value |
|---|---|---|
| Human Proteome | bio | 4.2116 |
| Critical Circle Map | chaos | 3.2671 |
| Classical MIDI | binary | 3.2254 |
| ··· | ||
| Collatz Parity | number_theory | -0.0000 |
| Logistic r=3.2 (Period-2) | chaos | -0.0000 |
| Fibonacci Word | exotic | -0.0000 |
| Source | Domain | Value |
|---|---|---|
| Devil's Staircase | exotic | 953.8085 |
| ETH/BTC Ratio | financial | 951.8419 |
| Weierstrass | exotic | 910.0571 |
| ··· | ||
| Constant 0xFF | noise | 0.0000 |
| Constant 0x00 | noise | 0.0000 |
| Fibonacci Word | exotic | 0.0000 |
| Source | Domain | Value |
|---|---|---|
| Earthquake P-wave | geophysics | 0.9699 |
| Bearing Inner | bearing | 0.9654 |
| Ambient Microseism | geophysics | 0.9644 |
| ··· | ||
| Divisor Count | number_theory | 0.0000 |
| Prime Gaps | number_theory | 0.0000 |
| Constant 0xFF | noise | 0.0000 |
Fractal (Mandelbrot) is most discriminative for signals whose byte-pair distributions straddle the Mandelbrot set boundary. The escape_entropy metric uniquely identifies Human Proteome at the top -- its amino-acid-derived byte distribution intersects the cardioid boundary in a way no other natural signal does. The interior_fraction metric cleanly separates physical sensor data (seismic, bearing vibration -- high interior fraction) from number-theoretic sequences (prime gaps, divisor counts -- zero interior), reflecting how their value distributions cluster in the complex plane.