Can you use a matrix profile for prediction? Is there a function (in the package) that helps to implement prediction based on motifs. For example, let's say I want to predict the values of the time series for the next 3 periods based on the 30-period window. I would search for similar (based on euclidian distance) 30-period window in the series and predict future n values. Is it possible to implement this approach with your package?
Thanks for the great package!
Can you use a matrix profile for prediction? Is there a function (in the package) that helps to implement prediction based on motifs. For example, let's say I want to predict the values of the time series for the next 3 periods based on the 30-period window. I would search for similar (based on euclidian distance) 30-period window in the series and predict future n values. Is it possible to implement this approach with your package?