Dear All:
I am new to Dynare.How to get picture of IRF to 1% decrease in total prodctivity ?
The total prodctivity follows a function:lnA(t)=rho*ln(A(t-1))+epsilon(t)
May I use command as follows:
shocks;
var e;
stderr 0.01;
end;
stoch_simul;
Dear Nini:
Thank you very much for your comment.Yes,epsilon is exogenous variable and I just use e for convenience.And thank you for correction for - instead of + infront of epsilon in total productivity function.