← Tools

Universal Sensor

Paste any numbers. Get K (coupling), R (synchronization), E (entropy), and T (tension). Four quantities that describe any signal.

PASTE NUMBERS (any signal: heart rate, temperature, sales, steps, stock prices)
Loading runtime...
Paste numbers and press Run.
Everything is free. If this helped → support GUMP

HOW IT WORKS

K measures coupling (autocorrelation at lag 1 — how strongly each value predicts the next). R measures synchronization (spectral coherence — how peaked the frequency spectrum is). E measures information content (Shannon entropy of the value distribution). T measures tension (K minus R — what wants to couple but hasn’t yet). Same four quantities across all 20 domains.

INSTALL

pip install begump
from gump.sensor import measure_kret

r = measure_kret([72, 75, 71, 74, 73, 76])
print(r['K'], r['R'], r['verdict'])

Your data stays on your machine. No cloud. No API keys. Deterministic.