Identification potential output in SVAR à la Blanchard Quah
Posted: Mon Apr 05, 2010 11:55 am
Dear guys,
I'm new in this forum. I write you to ask some issues regarding Blanchard Quah procedure in RATS. I'm trying to use this code posted in the official site of Estima to estimate potential output for Italy economy. In the procedure I do not understand some steps. After the VAR estimation, this codes appear:
"compute factor=%bqfactor(%sigma,%varlagsums)
{
if factor(1,2)<0.0
compute factor=factor*%diag(||1.0,-1.0||)
}
history(model=bqmodel,factor=factor,results=histdecomp)
set histdecomp(1,1) = histdecomp(1,1)+means_from_gnp
set histdecomp(1,2) = histdecomp(1,2)+trend_from_ur
do j=1,3
acc histdecomp(j,1)
set histdecomp(j,1) = histdecomp(j,1)*.01
end do j
set histdecomp(1,1) = histdecomp(1,1)+logrgnp(1950:1)
set lessdemand = histdecomp(1,2)+histdecomp(2,2)
graph(footer="Figure 9. Unemployment Fluctuations Absent Demand",min=0.0)
# lessdemand"
I do not understand the mean of condition "if factor(1,2)<0.0.." and I do not understand the means of "histdecomp". Why I have 6 histdecomp in the data Window? What corresponds to?
Thanks in advance to everyone. And I'm sorry for my bad english.
I'm new in this forum. I write you to ask some issues regarding Blanchard Quah procedure in RATS. I'm trying to use this code posted in the official site of Estima to estimate potential output for Italy economy. In the procedure I do not understand some steps. After the VAR estimation, this codes appear:
"compute factor=%bqfactor(%sigma,%varlagsums)
{
if factor(1,2)<0.0
compute factor=factor*%diag(||1.0,-1.0||)
}
history(model=bqmodel,factor=factor,results=histdecomp)
set histdecomp(1,1) = histdecomp(1,1)+means_from_gnp
set histdecomp(1,2) = histdecomp(1,2)+trend_from_ur
do j=1,3
acc histdecomp(j,1)
set histdecomp(j,1) = histdecomp(j,1)*.01
end do j
set histdecomp(1,1) = histdecomp(1,1)+logrgnp(1950:1)
set lessdemand = histdecomp(1,2)+histdecomp(2,2)
graph(footer="Figure 9. Unemployment Fluctuations Absent Demand",min=0.0)
# lessdemand"
I do not understand the mean of condition "if factor(1,2)<0.0.." and I do not understand the means of "histdecomp". Why I have 6 histdecomp in the data Window? What corresponds to?
Thanks in advance to everyone. And I'm sorry for my bad english.