Upload data, choose period, and reveal hidden structure. Visualize components and check diagnostic metrics instantly. Download reports, share results, and tune decisions faster now.
This sample shows a weekly seasonal pattern with a rising trend.
| Date | Value |
|---|---|
| 2026-01-01 | 120 |
| 2026-01-02 | 126 |
| 2026-01-03 | 132 |
| 2026-01-04 | 128 |
| 2026-01-05 | 124 |
| 2026-01-06 | 130 |
| 2026-01-07 | 138 |
| 2026-01-08 | 142 |
Strength metrics use variance ratios in an additive space (log space for multiplicative) to summarize how dominant trend and seasonality are.
It separates observed values into trend, seasonal behavior, and a remainder. This helps you explain changes, detect anomalies, and prepare features for modeling with clearer structure.
Use additive when seasonal swings stay about the same size. Use multiplicative when the seasonal swing grows as the series level rises. Auto mode selects a safer model when values are nonpositive.
Pick the length of one repeating cycle. Examples include 7 for daily data with weekly patterns, 12 for monthly data with yearly patterns, and 24 for hourly data with daily patterns.
Centered moving windows need future and past points, so the first and last few positions cannot be computed. “Extend trend to edges” fills those ends using the nearest available trend value.
It clamps extreme outliers using a robust scale estimate from the median absolute deviation. This reduces distortion without deleting points, improving stability in trend and seasonal estimates.
It checks whether the remainder is still autocorrelated at one step. Large positive correlation may suggest missing structure, wrong period, or a trend window that is too small.
Multiplicative uses ratios and log-based diagnostics, which break for zero or negative numbers. If your series contains nonpositive values, use additive or transform the data before decomposing.
Yes. Trend, seasonal, and remainder components often improve forecasting and anomaly detection. Export the CSV and feed the components into your pipeline, then validate performance with backtesting.
Important Note: All the Calculators listed in this site are for educational purpose only and we do not guarentee the accuracy of results. Please do consult with other sources as well.