Compare time series and datasets with explainable structural similarity.
EchoTime compares time series and time-series datasets, explains why they match or differ, and emits compact JSON plus shareable HTML reports. The homepage is intentionally short. Tutorials, API material, and ecosystem detail now live in dedicated docs pages with a left sidebar.
Designed for human intuition and agent reasoning
Stop trusting black-box scalars. EchoTime breaks down structural similarity into explainable components.
Explainable by default
Similarity is shown as components a person can inspect, not just one opaque score.
Domain agnostic
The same workflow fits finance, healthcare, traffic, climate, logs, and research cohorts.
Agent ready
Compact outputs let tool-calling agents carry the result without dragging around oversized reports.
The first interaction is obvious
pip install echotime
python -c "import numpy as np; from echotime import compare_series; x=np.sin(np.linspace(0,8*np.pi,128)); y=np.sin(np.linspace(0,8*np.pi,128)+0.2); print(compare_series(x,y).to_summary_card_markdown())"
# EchoTime similarity summary
overall similarity: ...
top components: shape similarity, trend similarity, spectral similarity
One strong example, then deeper material in docs
The homepage only needs enough proof to earn a click into the docs. It should not carry the whole manual.
Built to travel beyond the docs
Find durable patterns versus viral spikes by comparing growth curves.
See how BTC, gold, and oil become similar or diverge during market shocks.
Watch how load curves drift or stabilize when extreme weather hits.
Use the docs like a docs site, not like a landing page appendix
If you want tutorials, API detail, or ecosystem guidance, go to the left-sidebar docs area. That separation is what makes the site easier to scan and easier to trust.