Approximation algorithms for confidence bands for time series
Nikolaj Tatti

TL;DR
This paper introduces approximation algorithms for computing confidence bands in time series data, addressing the NP-hardness of the problem and proposing methods for optimal and approximate solutions with theoretical guarantees.
Contribution
It presents the first exact solutions for certain confidence band problems and introduces approximation algorithms with provable guarantees for more complex variants.
Findings
Exact solutions for regularized confidence bands using minimum cut.
An $O( oot n)$ approximation algorithm for the general problem.
A 2-approximation algorithm for minimizing maximum width.
Abstract
Confidence intervals are a standard technique for analyzing data. When applied to time series, confidence intervals are computed for each time point separately. Alternatively, we can compute confidence bands, where we are required to find the smallest area enveloping time series, where is a user parameter. Confidence bands can be then used to detect abnormal time series, not just individual observations within the time series. We will show that despite being an NP-hard problem it is possible to find optimal confidence band for some . We do this by considering a different problem: discovering regularized bands, where we minimize the envelope area minus the number of included time series weighted by a parameter . Unlike normal confidence bands we can solve the problem exactly by using a minimum cut. By varying we can obtain solutions for various . If we have…
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
TopicsMachine Learning and Algorithms · Algorithms and Data Compression · Advanced Database Systems and Queries
