# Detecting linear trend changes in data sequences

**Authors:** Hyeyoung Maeng, Piotr Fryzlewicz

arXiv: 1906.01939 · 2023-01-09

## TL;DR

TrendSegment is a new method that detects multiple linear trend change-points in data sequences using a novel wavelet transform, enabling efficient and accurate identification of both short and long trend segments.

## Contribution

It introduces a Tail-Greedy Unbalanced Wavelet transform for multiscale data decomposition, improving change-point detection in linear trends with theoretical consistency guarantees.

## Key findings

- Effective detection of multiple trend change-points demonstrated on real data
- Method shows consistency in estimating number and locations of change-points
- Implementation available as an R package on CRAN

## Abstract

We propose TrendSegment, a methodology for detecting multiple change-points corresponding to linear trend changes in one dimensional data. A core ingredient of TrendSegment is a new Tail-Greedy Unbalanced Wavelet transform: a conditionally orthonormal, bottom-up transformation of the data through an adaptively constructed unbalanced wavelet basis, which results in a sparse representation of the data. Due to its bottom-up nature, this multiscale decomposition focuses on local features in its early stages and on global features next which enables the detection of both long and short linear trend segments at once. To reduce the computational complexity, the proposed method merges multiple regions in a single pass over the data. We show the consistency of the estimated number and locations of change-points. The practicality of our approach is demonstrated through simulations and two real data examples, involving Iceland temperature data and sea ice extent of the Arctic and the Antarctic. Our methodology is implemented in the R package trendsegmentR, available from CRAN.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1906.01939/full.md

## Figures

50 figures with captions in the complete paper: https://tomesphere.com/paper/1906.01939/full.md

## References

33 references — full list in the complete paper: https://tomesphere.com/paper/1906.01939/full.md

---
Source: https://tomesphere.com/paper/1906.01939