oo_.endo_simul
jpfeifer wrote:should store all simulated variables, including the Lagrange multipliers.
- Code: Select all
oo_.endo_simul
oo_.endo_names
periods
var_list_
ramsey_policy
verbatim;
var_list_=char('MULT_1');
ramsey_policy(var_list_);
end;
var_list_
M_.endo_names
jpfeifer wrote:will not be vacant in stochastic simulations if you specify the
- Code: Select all
oo_.endo_names
-option. But you seem to be interested in IRFs, not simulations. This is more tricky and we are working on it: https://github.com/DynareTeam/dynare/issues/1355
- Code: Select all
periods
What you can do for now is define your ownand then call
- Code: Select all
var_list_
yourself. To do this, run the regular mod-file including the standard Ramsey command. This will set up everything. Then use
- Code: Select all
ramsey_policy
- Code: Select all
verbatim;
var_list_=char('MULT_1');
ramsey_policy(var_list_);
end;
whereis a character array specifying the variables of
- Code: Select all
var_list_
you want to display (here: the first multiplier).
- Code: Select all
M_.endo_names
Users browsing this forum: Google [Bot] and 7 guests