How rough is the signal's path, as characterized by the critical exponent where cumulative variation transitions from finite to infinite.
Computes the sum of |increments|^p for multiple values of p. For smooth signals, all p-variations are finite. For Brownian motion, the 2-variation is finite but the 1-variation diverges. For rougher paths (Levy flights), even the 2-variation diverges. The variation index — the critical p at the transition — is a fundamental path invariant that characterizes roughness independently of amplitude.
The 2-variation (sum of squared increments, normalized). Fibonacci Word (0.764) scores highest: its binary substitution sequence produces increments of size 1 at almost every step, maximizing the normalized quadratic variation. Thue-Morse (0.667) and Collatz Parity (0.663) are similar — all are binary-valued with frequent transitions. Persistent fBm scores 0.000005 (nearly zero — its smooth, correlated increments have tiny squared variation). This metric separates "jumpy" binary signals from "smooth" continuous ones.
The estimated critical p. Accelerometer Jog, Accelerometer Walk, and Wind Speed all hit 4.0 (maximum — their paths are extremely rough, with variation diverging even at high p). Mu-law Sine scores 1.0 (smooth path with finite 1-variation — the slope transition happens at p=1). The variation index is invariant under affine transformations (shift and scale) of the signal but not under general monotone transforms.
| Source | Domain | Value |
|---|---|---|
| Fibonacci Word | exotic | 0.7639 |
| Thue-Morse | exotic | 0.6666 |
| Collatz Parity | number_theory | 0.6627 |
| ··· | ||
| Constant 0xFF | noise | 0.0000 |
| Constant 0x00 | noise | 0.0000 |
| fBm (Persistent) | noise | 0.0000 |
| Source | Domain | Value |
|---|---|---|
| Accel Jog | motion | 4.0000 |
| Accel Walk | motion | 4.0000 |
| Wind Speed | climate | 4.0000 |
| ··· | ||
| Constant 0xFF | noise | 0.0000 |
| Constant 0x00 | noise | 0.0000 |
| μ-law Sine | waveform | 1.0001 |
p-Variation captures path roughness in a way that's complementary to Holder Regularity. Holder measures local smoothness point by point; p-Variation measures global path roughness as a summability property. In the atlas, var_p2 strongly separates binary/symbolic signals (Fibonacci, Thue-Morse, Collatz Parity: high var_p2) from continuous oscillations (fBm, sine waves: near-zero var_p2). The variation_index provides the roughness invariant that connects the framework to stochastic analysis: Brownian motion has index 2, and deviations from 2 indicate either smoother-than-Brownian (index < 2) or rougher-than-Brownian (index > 2) dynamics.