seasonality_decomposition
Decompose time series into trend, seasonal, and residual components to remove seasonal cycles and reveal underlying trends. Returns per-timepoint components and amplitude summary.
Instructions
Additive decomposition Y = trend + seasonal + residual. Use this to strip the seasonal cycle from a series and reveal the underlying trend | great for monthly or quarterly data (retail sales, unemployment). Returns per-timepoint components + summary amplitude.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| indicator | Yes | ||
| entity | Yes | ||
| period | No | Seasonal period in time steps (12=monthly, 4=quarterly, 7=weekly). Auto-inferred from indicator frequency if omitted. | |
| time | No |