Error correction model coefficient standard errors - jcitest

6 Ansichten (letzte 30 Tage)
steve
steve am 21 Jan. 2014
Beantwortet: Lisa J. am 26 Okt. 2015
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.

Antworten (1)

Lisa J.
Lisa J. am 26 Okt. 2015
I have the same question. Anyone is able to answer?

Kategorien

Mehr zu Conditional Variance Models finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by