필터 지우기
필터 지우기

Error correction model coefficient standard errors - jcitest

조회 수: 1 (최근 30일)
steve
steve 2014년 1월 21일
답변: Lisa J. 2015년 10월 26일
jcitest fits a vector error correction model in the mles output. But it does not appear to provide standard errors for the estimated coefficients. Is there a way to do this?
The only thing I can think of is to take the coefficient matrices from jcitest and use vectovar to convert them to a VAR model.
vgxvarx fits VARs and saves parameter standard errors.
[EstSpec, EstStdErrors] = vgxvarx(vgxar(Spec), Y, [], Y0);
However, this will not enable me to evaluate coefficient estimates in the error correction terms such the lagged differences.

답변 (1개)

Lisa J.
Lisa J. 2015년 10월 26일
I have the same question. Anyone is able to answer?

카테고리

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