필터 지우기
필터 지우기

var2vec standard errors

조회 수: 3 (최근 30일)
Folmer
Folmer 2015년 11월 7일
답변: Hang Qian 2015년 11월 25일
Hi all,
I'm trying to estimate a VECM model, and I understand the easiest way is to first estimate a VAR model and then to use var2vec. However, var2vec doesn't have the option to return the estimated standard errors, so how should I go about figuring out the significance of the VECM coefficients?

답변 (1개)

Hang Qian
Hang Qian 2015년 11월 25일
Hi Folmer,
When we convert a VAR to VEC, using VEC = var2vec(VAR), we assume that the VAR coefficients are known, so that the VEC coefficients do not carry standard errors. If VAR coefficients are estimated with standard errors, we may assume normality and consider generating random draws centered on the point estimator. Then we set up a FOR loop and apply var2vec(...) for each coefficient draw, the collection of VECs provides a distribution for the transformed coefficients.
If we just want to estimate a VEC, why not fit the model directly? Run [h,pValue,stat,cValue,mles] = jcitest(Y), the fifth output struct “mles” contains the estimated VEC coefficients.
Thank you.
Hang Qian

카테고리

Help CenterFile Exchange에서 Vector Error-Correction Models에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by