필터 지우기
필터 지우기

How to test significance of jcitest estimates?

조회 수: 1 (최근 30일)
Lisa J.
Lisa J. 2015년 11월 5일
편집: Lisa J. 2015년 11월 5일
Hi. I Estimate VEC Model Parameters Using jcitest. Unfortunately, it does not return pValues.
As far as I know, to test the significance of coefficient b_k I can perform a likelihood-ratio test comparing the full model with the restricted model in which b_k = 0. In this case, I would use
h = lratiotest(uLogL,rLogL,dof)
with uLogL = mles_full.rn(m).uLL, rLogL = mles_restricted.rn(m).uLL, and dof = 1. Am I right?
What about the case in which I want to get the mle pvalues? Thank you in advance.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Cointegration Analysis에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by