case bug corrected (p --> P)

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@505 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
adjemian 2005-10-18 13:32:23 +00:00
parent ecd2fb95dd
commit 6003028ab5
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ m-1+d = l;
e = exp(e_a);
y = k(-1)^alp*n^(1-alp)*exp(-alp*(gam+e_a));
gy_obs = dA*y/y(-1);
gp_obs = (p/p(-1))*m(-1)/dA;
gp_obs = (P/P(-1))*m(-1)/dA;
Y_obs/Y_obs(-1) = gy_obs;
P_obs/P_obs(-1) = gp_obs;
end;