git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1419 ac1d8469-bf42-47a9-8791-bf33cf982152

time-shift
adjemian 2007-10-05 19:47:59 +00:00
parent 4fc67a8780
commit 61dc2c742c
1 changed files with 4 additions and 2 deletions

View File

@ -9,8 +9,10 @@ bet=0.05;
aa=0.5;
model(SPARSE_DLL,GCC_COMPILER);
c + k - aa*x*k(-1)^alph - (1-delt)*k(-1);
//model(SPARSE_DLL,GCC_COMPILER);
//model(SPARSE_DLL);
model;
max(c,0.0)+ k - aa*x*k(-1)^alph - (1-delt)*k(-1);
c^(-gam) - (1+bet)^(-1)*(aa*alph*x(+1)*k^(alph-1) + 1 - delt)*c(+1)^(-gam);
end;