Hello,
updated description of my effective algorithm for constant state detection in time series is here:
The effective algorithm for constant state detection in time series.
The article introduces simple and effective algorithm for constant state detection in time series. The algorithm, based on sliding window of variable length, searches a sections of time series with some given minimal length, that have all the values in some given range. It is shown that the computational complexity of aforementioned algorithm is O(N log N), where N is the length of time series.
Thank you,
Andrei Keino
Top comments (0)