필터 지우기
필터 지우기

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 CenterFile Exchange에서 Vector Autoregression Models에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by