var sign restriction

If you are seeking RATS code for implementing a particular technique or replicating results from a paper, post your request here. Be sure to include complete citations for any papers or books.
hichbenn
Posts: 3
Joined: Wed Sep 21, 2011 3:26 am

var sign restriction

Unread post by hichbenn »

I'm looking for a code where I can impose sign parameters restricitons on VAR models.

I found this way to do it for a simple regression: "To impose a positive sign on coefficient of y(t-1) write y(t)=(exp(a)))*y(t-1)+...You then need to use a non-linear regression program to estimate a. For negative of course you would just write (-exp(a))*y(t-1)"

Would you please help me to find a code to do it using a VAR model.
TomDoan
Posts: 7814
Joined: Wed Nov 01, 2006 4:36 pm

Re: var sign restriction

Unread post by TomDoan »

Why would you want to do that? VAR coefficients generally have signs that switch from lag to lag due to the high correlation of adjacent lags.
Post Reply