How can I recognize patterns with different sizes in a time-series? Imagine that I have a template pattern and I need to find that pattern in a symbolic representation of the time-series (stock market prices). However, the pattern can appear with different lengths. I found dynamic time warping here, for example. Is this a possible solution?
Asked
Active
Viewed 149 times
1
-
a naive solution would be to generate several templates in different scales, and convolve with the time series several times. – yoki Dec 11 '14 at 12:35
-
What is a symbolic representation of the time-series? – mpiktas Dec 11 '14 at 12:56
-
The naive solution is my current idea. When I say symbolic representation, something like taking the time derivative of the time-series and mapping the value to a given symbol.Thanks for the help. – rfty Dec 11 '14 at 13:33
-
There are no patterns in stock markets. – Aksakal Dec 11 '14 at 14:41