Error correction model coefficient standard errors - jcitest
2 次查看(过去 30 天)
显示 更早的评论
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.
0 个评论
回答(1 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Oil, Gas & Petrochemical 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!