Matlab AR command for creating the model of predicting kstep ahead prediction

6 ビュー (過去 30 日間)
lily
lily 2014 年 7 月 16 日
コメント済み: Elias Pergantis 2023 年 11 月 14 日
I want to use AR model as a predictor, and for that matlab AR function is used.But there is problem, this function only has the ability to create model for predicting one step ahead directly and for other steps it predicts recursively. If I can use my own pairs of input and output and use the AR it will be solved,but it is not possible for AR function in matlab, because it is capable to have only the time series as an input. IS there any way for solving this problem? Thanks in advance for your suggestions.

採用された回答

Shashank Prasanna
Shashank Prasanna 2014 年 7 月 16 日
Maybe you are looking for ARX (autoregressive with exogenous inputs). You can fit an ARX model using either the Econometrics or the System Id Toolbox:
  5 件のコメント
lily
lily 2014 年 7 月 20 日
You are right. My problem has been solved. Thanks a lot for your help.
Elias Pergantis
Elias Pergantis 2023 年 11 月 14 日
What was the solution for this? Can you provide some code?

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeNonlinear ARX Models についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by