fixed bug in model definition

time-shift
Marco Ratto 2011-06-15 23:54:11 +02:00
parent 7c9233daa9
commit b7a01f991a
1 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ k=(delta*(i/delta)^(1-phi)+(1-delta)*k(-1)^(1-phi))^(1/(1-phi));
(betae*delta*alph/(1-betae+delta*betae))*(i/(betae*delta*alph/(1-betae+delta*betae)))^(1+theta))^(1/(1+theta))=
(a*k(-1)^alph);
a = as+ea;
//lam = (1-(betae*delta*alph/(1-betae+delta*betae)))^theta/c^(1+theta)/(1+theta);
lam = (1-(betae*delta*alph/(1-betae+delta*betae)))^theta/c^(1+theta)/(1+theta);
//cobs = c+ec;
end;
@ -38,7 +38,7 @@ check;
shocks;
var ea = 1;
var ec = 0;
//var ec = 0;
end;
estimated_params;