フィルターのクリア

Does varm use the current or lagged X

1 回表示 (過去 30 日間)
Martijn Riemers
Martijn Riemers 2020 年 6 月 20 日
回答済み: Pratyush Roy 2021 年 2 月 17 日
I'm trying to fit a yield dataset by means of a VARX model with the following formulation:
where is a vector of yields of different maturities and is a vector of factors from a macroeconomic dataset. Looking at the `varm` documentation leads me to believe only current values of will be used for estimation of .

回答 (1 件)

Pratyush Roy
Pratyush Roy 2021 年 2 月 17 日
Hi Martijn,
For an autoregressive model, the current output is dependent on past outputs and the present input. For the given equation, the present output depends on past output as well as past input.
As a workaround, the VARMA model can be used to model dynamical systems as described in the question. The link here shows functionalities like arma2ar which might be helpful to realise such models.
Hope this helps!

カテゴリ

Help Center および File ExchangeVector Autoregression Models についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by