필터 지우기
필터 지우기

How to estimate conditional Vector autoregression matlab

조회 수: 1 (최근 30일)
ABDULAZIZ ALTUN
ABDULAZIZ ALTUN 2020년 4월 10일
편집: ABDULAZIZ ALTUN 2020년 4월 10일
I know that there is a way to generate a var model and to estimate a var model in matlab. It is mainly using built in function varm. However, I want to fit a model such as the significant parameters are to stay an the rest to be zero such as constraint var model.
Can we do so in matlab?
This can be done in R using the following
% Estimate the var model of order one as may be observed from the AIC
t=VAR(y, p=1, type="const")
summary(t)
t1=restrict(t, method = "ser", thresh = 2.0, resmat = NULL)
summary(t1)

답변 (0개)

카테고리

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