Weakly exogenous VECM
Posted: Fri Apr 13, 2012 4:07 pm
Hi,
I am new to using RATS and am struggling a bit at the moment. I want to estimate a VECM model with consumption and output as the dependent variables, then I want to impose weak exogeneity so that only the change in output is affected by the error correction term, that is, the error correction term in the (change in) consumption equation is restricted to zero.
So far I have:
lin(define=acony) ca 1984:1 2011:4 resids
# constant ya
system(model=avecm)
var ca ya
lags 1
det constant
ect acony
end(system)
estimate(outsigma=s, residuals=resid) 1984:1 2011:4
Any help or hints would be greatly appreciated.
Regards
I am new to using RATS and am struggling a bit at the moment. I want to estimate a VECM model with consumption and output as the dependent variables, then I want to impose weak exogeneity so that only the change in output is affected by the error correction term, that is, the error correction term in the (change in) consumption equation is restricted to zero.
So far I have:
lin(define=acony) ca 1984:1 2011:4 resids
# constant ya
system(model=avecm)
var ca ya
lags 1
det constant
ect acony
end(system)
estimate(outsigma=s, residuals=resid) 1984:1 2011:4
Any help or hints would be greatly appreciated.
Regards