trendseries
R package trendseries by viniciusoike — release notes from GitHub.
A trend-extraction toolkit grows a full decomposition engine, seasonal components and all.
◆Recent moves
- 15d ago
Decomposition becomes a first-class operation, five methods deep
⚡ SPARKThe package's output type changes: alongside trend columns it now returns seasonal and remainder components, via an exported decompose_series() covering STL, regression, classical moving averages, a state-space basic structural model, and X-13ARIMA-SEATS. It also folds in the 1.3.0 development series that never reached CRAN, so this release carries more than its version gap suggests.
View source ↗ - 3mo ago
Multi-column trends and economically grounded UCM defaults
augment_trends() accepts several value columns at once, naming outputs by method and column, which matters for anyone running the same filter across a panel. The more substantive change is under the hood: the unobserved components model now uses fixed variance components with signal-to-noise ratios derived from Hodrick-Prescott lambdas, so its default trends are smoother and interpretable without tuning. group_vars is deprecated in favour of group_cols.
View source ↗ - 10mo ago
First production release with 21 trend extraction methods
The baseline the later releases build on: 21 methods spanning econometric filters, moving averages, smoothing and signal processing, behind a deliberately small two-function API. The breadth established here is what makes the later work — better defaults, exact identities, side-by-side comparison — the useful next problem.
View source ↗