Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

predictive ability of matlab

1 visualización (últimos 30 días)
jenka
jenka el 2 de Nov. de 2016
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
I have original time series that experienced as some point in time abnormal values. I would like then to compare it to 12 other time series and learn which of these 12 most likely caused the abnormal values of original time series. I then need to store the "pattern" associated with abnormal values and if in the future that "pattern" starts appearing again, I will know what caused it. Are there techniques within Matlab that will allow me to do such thing?
  1 comentario
Greg Heath
Greg Heath el 3 de Nov. de 2016
Unclear
What and how long is the original?
How many abnormal patterns and how long are they?
Are the abnormal patterns similar?
Why would any of the other 12 series be the cause of
abnormal values in the 1st?
Hope this helps
Greg

Respuestas (1)

John D'Errico
John D'Errico el 2 de Nov. de 2016
This has absolutely nothing to do with the predictive ability of MATLAB. It is entirely to the ability of any code that you will write. Yes, it can be done in MATLAB. Virtually anything can. But no, I'm pretty sure that there is no explicit code that does exactly what you want. You need to write it.
I will say that a colleague of mine tried something like this many years ago, but with relatively little success.
You are essentially looking for a pattern recognition code. So I would do some reading in that area, were I you.
  1 comentario
Greg Heath
Greg Heath el 3 de Nov. de 2016
The answers to the questions I asked would be necessary for formulating a pattern recognition code.
Greg

La pregunta está cerrada.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by