필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

predictive ability of matlab

조회 수: 1 (최근 30일)
jenka
jenka 2016년 11월 2일
마감: MATLAB Answer Bot 2021년 8월 20일
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
Greg Heath
Greg Heath 2016년 11월 3일
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

답변 (1개)

John D'Errico
John D'Errico 2016년 11월 2일
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
Greg Heath
Greg Heath 2016년 11월 3일
The answers to the questions I asked would be necessary for formulating a pattern recognition code.
Greg

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by