short-run restriction errors
Posted: Sat May 22, 2010 8:43 pm
I am using the following to describe short-run restrictions to a VAR:
@e1 = C(1)*@e1 + C(2)*@u1
@e2 = C(3)*@e1 + C(4)*@u2
@e3 = C(5)*@e2 + C(6)*@u3
to describe a decomposition matrix:
110
110
011
applied to a vector :
A
B
C
in other words:
• A responds to shocks to itself, and B
• B responds to shocks to itself, and A
• C responds to shocks to itself, and A
I'm getting an error "Hessian of structural VAR is singular at starting values." I'm new to time-series work, and haven't found anything in the user guide about this particular error. Is the problem something to do with my code, or something else?
Your help is very much appreciated.
Thanks.
Christian
Christian
@e1 = C(1)*@e1 + C(2)*@u1
@e2 = C(3)*@e1 + C(4)*@u2
@e3 = C(5)*@e2 + C(6)*@u3
to describe a decomposition matrix:
110
110
011
applied to a vector :
A
B
C
in other words:
• A responds to shocks to itself, and B
• B responds to shocks to itself, and A
• C responds to shocks to itself, and A
I'm getting an error "Hessian of structural VAR is singular at starting values." I'm new to time-series work, and haven't found anything in the user guide about this particular error. Is the problem something to do with my code, or something else?
Your help is very much appreciated.
Thanks.
Christian
Christian