Skip to main content
map_causal_chains maps the trajectory of directional signals as they emerge at the microscale and propagate through a hierarchy of increasing timeframes. By identifying the origin of a change, it constructs causal chains to quantify how micro-scale shifts evolve into structural change across expanding time scales.

Function Parameters

ParameterTypeRequiredDescription
data_inputlist[tuple]TrueA list of tuples containing the source (URL or local path) and the associated timeframe label e.g. (‘path/to/file.csv’, ‘1m’).

Supported Time Resolutions

UnitSymbolSeconds (ss)
Planck Timept5.39×10445.39 \times 10^{-44}
Yoctosecondys102410^{-24}
Zeptosecondzs102110^{-21}
Attosecondas101810^{-18}
Femtosecondfs101510^{-15}
Picosecondps101210^{-12}
Nanosecondns10910^{-9}
Microsecondus10610^{-6}
Millisecondms10310^{-3}
Seconds11
Minutem6060
Hourh3,6003,600
Dayd86,40086,400
Weekw604,800604,800

Python Code Example