Ref. #1680: perfect foresight
1 unresolved thread
1 unresolved thread
Merge request reports
Activity
@normann Your commit modifies the preprocessor submodule, and also the
tests/optimal_policy/Ramsey/oo_ramsey_policy_initval.mat
. I guess these two changes are unwanted.Indeed, a careless
git add -u
is responsible for that. I pushed a corrected version.Edited by Normann Rionadded 1 commit
- 9db12658 - Asssesing welfare in perfect-foresight frameworks
mentioned in commit ea41f190
mentioned in issue #1680 (closed)
109 110 Uyygygy = A_times_B_kronecker_C(Uyy,gy,gy); 111 Uyygugu = A_times_B_kronecker_C(Uyy,gu,gu); 112 113 %% Unconditional welfare 114 115 old_noprint = options_.noprint; 116 117 if ~old_noprint 118 options_.noprint = 1; 119 end 120 var_list = M_.endo_names(dr.order_var(nstatic+(1:nspred))); 121 [info, oo_, options_] = stoch_simul(M_, options_, oo_, var_list); %get decision rules and moments 122 if ~old_noprint 123 options_.noprint = 0; 88 if oo_.gui.ran_perfect_foresight @sebastien @normann Why do we use this instead of
oo_.deterministic_simulation.status
?
Please register or sign in to reply