Predict function from system identification toolbox, which algorithm is it?

조회 수: 12 (최근 30일)
Hi,
Using System Identification Toolbox I have generated an ARMAX polynomial model. I want to use this to predict a state and compare them to some measurements in order to generate residuals. I found the predict function and it seems like it does what I want.
I have two questions:
Which method does the predict function use to predict?
How do I know that I'm using the correct predict function? I found a lot of others, and they're all called just predict. (I'm coming from python, so this is a bit confusing for me)

채택된 답변

Star Strider
Star Strider 2022년 4월 10일
The documentation does not go into any details as to how it works.
Aniother function that could be worth considreing is the forecast function.
To see how well the estimated system fits the data, use the compare function. I would do that first, to be certain that the identified system is appropriate.
  댓글 수: 8
Star Strider
Star Strider 2022년 4월 13일
편집: Star Strider 2022년 4월 13일
Thank you!
EDIT — (13 Apr 2022 at 19:36)
It turns out that my interpretation is correct.
MathWorks reply (in part):
So predict is the time-domain equivalent of compare, and forecast extends the model response to future values of the independent variable.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Time Series Analysis에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by