Fractal (Mandelbrot)

Escape rate, fractal dimension, boundary complexity
topologicaldim 23 metrics

What It Measures

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.

Metrics

escape_entropy

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.

escape_time_variance

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.

interior_fraction

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.

Atlas Rankings

escape_entropy
SourceDomainValue
Human Proteomebio4.2116
Critical Circle Mapchaos3.2671
Classical MIDIbinary3.2254
···
Collatz Paritynumber_theory-0.0000
Logistic r=3.2 (Period-2)chaos-0.0000
Fibonacci Wordexotic-0.0000
escape_time_variance
SourceDomainValue
Devil's Staircaseexotic953.8085
ETH/BTC Ratiofinancial951.8419
Weierstrassexotic910.0571
···
Constant 0xFFnoise0.0000
Constant 0x00noise0.0000
Fibonacci Wordexotic0.0000
interior_fraction
SourceDomainValue
Earthquake P-wavegeophysics0.9699
Bearing Innerbearing0.9654
Ambient Microseismgeophysics0.9644
···
Divisor Countnumber_theory0.0000
Prime Gapsnumber_theory0.0000
Constant 0xFFnoise0.0000

When It Lights Up

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.

Open in Atlas
← Persistent HomologyVisibility Graph →