correcting tests/example1.mod

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@480 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
michel 2005-10-06 07:46:55 +00:00
parent 9550d6f798
commit 6d2b8b3ce6
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
var y, c, k, a, h, b;
varexo e,u;
parameters beta, rho, beta, alpha, delta, theta, psi, tau;
parameters beta, rho, alpha, delta, theta, psi, tau, phi;
alpha = 0.36;
rho = 0.95;
@ -41,4 +41,4 @@ var u; stderr 0.009;
var e, u = phi*0.009*0.009;
end;
stoch_simul(periods=2100);
stoch_simul;