Variant C ยท Benchmark / dashboard
Live demo / playground
Compare time series and datasets with explainable structural similarity. This page is optimized for technical scanning: switch cases, inspect the artifact, copy the command, and keep the white-background scientific brand consistent with the rest of the ecosystem.
How to use this page
- Open it locally for a zero-install preview.
- Publish it via GitHub Pages for a live shareable demo URL.
- Pass
?case=btc_gold_oil_shocksor another key to deep-link a scenario.
Starter case
Product-style rhythm, trend, and launch bursts.
Copyable command
python -c "from echotime import starter_dataset, profile_dataset; case=starter_dataset('weekly_website_traffic'); print(profile_dataset(case['values'], domain='traffic').to_summary_card_markdown())"
Plain-language summary
# EchoTime summary card
**audience:** general
**domain:** traffic
**observation mode:** dense
**overall reliability:** 0.759 (high)
## Executive summary
This looks like a product, app, or web-traffic time-series dataset with about 1 group(s) and roughly 2 metric channel(s). In plain language, the strongest signals in its structure are that complexity is high, rhythmicity is moderate, and trend strength is moderate. Overall evidence quality for this profile is high.
## Dataset facts
| field | value |
|---|---:|
| n_subjects | 1 |
| n_channels_median | 2 |
| length_median | 84 |
| dominant_axes | complexity, rhythmicity, trendness |
| reliability | 0.759 (high) |
## Top structure axes
| axis | plain-language label | score | level | what it usually means |
|---|---|---:|---|---|
| complexity | complexity | 0.744 | high | the signal contains rich local variation rather than one simple repeating template |
| rhythmicity | rhythmicity | 0.463 | moderate | the data contain repeating or oscillatory patterns that may support seasonal or frequency-aware analysis |
| trendness | trend strength | 0.411 | moderate | there is meaningful slow movement or baseline shift rather than pure fluctuation |
| predictability | predictability | 0.400 | moderate | recent history carries usable information about what comes next |
## Main takeaways
- complexity: the signal contains rich local variation rather than one simple repeating template.
- rhythmicity: the data contain repeating or oscillatory patterns that may support seasonal or frequency-aware analysis.
- trend strength: there is meaningful slow movement or baseline shift rather than pure fluctuation.
## Main watchouts
- Watch heterogeneity: subjects, units, or channels differ enough that one average pattern may be misleading.
- Watch eventness and burstiness: rare bursts or event-like excursions dominate the behavior more than smooth continuous change.
- Watch noise contamination: a noticeable share of the variation looks rough, noisy, or artifact-like.
## Analysis opportunities
- Opportunity in rhythmicity: the data contain repeating or oscillatory patterns that may support seasonal or frequency-aware analysis.
- Opportunity in trend strength: there is meaningful slow movement or baseline shift rather than pure fluctuation.
- Opportunity in predictability: recent history carries usable information about what comes next.
## Recommended next actions
1. Expect single-number summaries to miss part of the structure; representation learning may help.
2. Try frequency-aware, seasonal, or cycle-aware summaries before assuming the data are memoryless.
3. Include detrending or low-frequency structure checks in the workflow and compare trend-aware baselines.
4. Simple baselines and short-horizon forecasting are worth trying before more complex models.
5. No single structure axis dominates; a balanced benchmark with strong classical and modern baselines is appropriate.
## Structural archetypes
mixed_structure
## Interpretation notes
- Sampling irregularity is estimated only from missingness because explicit timestamps were not provided.
- Reliability scores combine proxy coverage and data-support heuristics.
Why this fits the brand
Variant C stays denser than the homepage, but it still uses the same sunny tokens, muted borders, and premium white surfaces. The result feels consistent across docs, dashboards, and demos.