VEC estimation: allow restrictions on the constant term?
Posted: Wed Jun 22, 2011 6:16 pm
the "June 22, 2011" patch says : " Improvement to restricted VEC estimation to allow restrictions on the constant term."
so I try
hmm, it pops up with the following error
restriction syntax error: 'B(1,3)' is not a valid coefficient index ....
So, can I impose restrictions on the constant term in co-integrating Eq? note that if I use ec(a,1,restrict), the intercept term in CE and each Eq all disappear.
so I try
Code: Select all
%ex7 = "\Example Files\EV7 Manual Data\"
%ch32 = "Chapter 32 - Vector Autoregression and Error Correction Models"
%wf = @evpath + %ex7 +%ch32 +"\var1.wf1"
wfopen %wf
var vec01.ec(c,1) 1 2 ff tb3
vec01.cleartext(coint)
vec01.append(coint) b(1,1) = 1
vec01.append(coint) b(1,3) = 0 'error
freeze(tb01r) vec01.ec(c,1,restrict) 1 2 ff tb3
restriction syntax error: 'B(1,3)' is not a valid coefficient index ....
So, can I impose restrictions on the constant term in co-integrating Eq? note that if I use ec(a,1,restrict), the intercept term in CE and each Eq all disappear.