Error correction model coefficient standard errors - jcitest

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 日

1 投票

I have the same question. Anyone is able to answer?

カテゴリ

ヘルプ センター および File ExchangeConditional Variance Models についてさらに検索

質問済み:

2014 年 1 月 21 日

回答済み:

2015 年 10 月 26 日

Community Treasure Hunt

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

Start Hunting!

Translated by