Optimal Segmented Linear Regression for Financial Time Series Segmentation
Chi-Jen Wu, Wei-Sheng Zeng, Jan-Ming Ho

TL;DR
This paper introduces an optimal algorithm for segmenting financial time series using multi-segment linear regression, minimizing mean square error and aiding in trading strategy development.
Contribution
It defines the Multi-Segment Linear Regression problem and proposes an efficient two-level dynamic programming algorithm for optimal segmentation.
Findings
Algorithm guarantees optimal segmentation minimizing mean square error.
Two-level DP reduces complexity for financial market analysis.
Runs in O(kn^2) time, scalable for large data sets.
Abstract
Given a financial time series data, one of the most fundamental and interesting challenges is the need to learn the stock dynamics signals in a financial time series data. A good example is to represent the time series in line segments which is often used as a pre-processing step for learning marketing signal patterns in financial computing. In this paper, we focus on the problem of computing the optimal segmentations of such time series based on segmented linear regression models. The major contribution of this paper is to define the problem of Multi-Segment Linear Regression (MSLR) of computing the optimal segmentation of a financial time series, denoted as the MSLR problem, such that the global mean square error of segmented linear regression is minimized. We present an optimum algorithm with two-level dynamic programming (DP) design and show the optimality of OMSLR algorithm. The…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsStock Market Forecasting Methods · Time Series Analysis and Forecasting · Complex Systems and Time Series Analysis
