-
- Downloads
Fixes for ticket #57
preprocessor: * add a field "M_.orig_endo_nbr" containing the nbr of endogenous before adding aux vars * always provide "M_.aux_vars" (define it to "[]" when there is no aux var) * rename "M_.aux_vars().orig_endo_index" to "M_.aux_vars().orig_index" M-files: * for commands which accept a list of variables (stoch_simul, osr, estimation, dynasave, dynatype, datatomfile), when no variable is given, use only the set of original endogenous (without aux vars) as the default * when displaying the decision rule, when there is aux vars in the state variables, replace them by their original name (with the right lag) * in "steady", don't display aux vars * special exception for ramsey policy: all vars (including aux vars) are displayed, because the system of aux vars from ramsey policy is not compatible with the aux vars from the preprocessor git-svn-id: https://www.dynare.org/svn/dynare/trunk@3166 ac1d8469-bf42-47a9-8791-bf33cf982152
Showing
- matlab/UnivariateSpectralDensity.m 4 additions, 6 deletionsmatlab/UnivariateSpectralDensity.m
- matlab/add_auxiliary_variables_to_steadystate.m 1 addition, 1 deletionmatlab/add_auxiliary_variables_to_steadystate.m
- matlab/check_list_of_variables.m 1 addition, 1 deletionmatlab/check_list_of_variables.m
- matlab/datatomfile.m 5 additions, 9 deletionsmatlab/datatomfile.m
- matlab/disp_dr.m 47 additions, 24 deletionsmatlab/disp_dr.m
- matlab/disp_dr_sparse.m 48 additions, 23 deletionsmatlab/disp_dr_sparse.m
- matlab/disp_moments.m 9 additions, 14 deletionsmatlab/disp_moments.m
- matlab/disp_th_moments.m 6 additions, 17 deletionsmatlab/disp_th_moments.m
- matlab/dr1.m 2 additions, 0 deletionsmatlab/dr1.m
- matlab/dr1_sparse.m 2 additions, 0 deletionsmatlab/dr1_sparse.m
- matlab/dyn_ramsey_dynamic_.m 7 additions, 2 deletionsmatlab/dyn_ramsey_dynamic_.m
- matlab/dynare_estimation_1.m 1 addition, 1 deletionmatlab/dynare_estimation_1.m
- matlab/dynasave.m 5 additions, 10 deletionsmatlab/dynasave.m
- matlab/dynatype.m 5 additions, 8 deletionsmatlab/dynatype.m
- matlab/evaluate_likelihood.m 1 addition, 1 deletionmatlab/evaluate_likelihood.m
- matlab/forcst.m 4 additions, 7 deletionsmatlab/forcst.m
- matlab/forcst_unc.m 4 additions, 5 deletionsmatlab/forcst_unc.m
- matlab/forecast.m 3 additions, 5 deletionsmatlab/forecast.m
- matlab/forecast_graphs.m 2 additions, 4 deletionsmatlab/forecast_graphs.m
- matlab/initial_estimation_checks.m 3 additions, 4 deletionsmatlab/initial_estimation_checks.m
Loading
Please register or sign in to comment