Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dynare
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dynare
dynare
Commits
378e38c8
Verified
Commit
378e38c8
authored
1 year ago
by
Willi Mutschler
Browse files
Options
Downloads
Patches
Plain Diff
method_of_moments: remove to do list and maintaining authors
parent
c59daa61
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!2191
IRF Matching
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
matlab/+mom/run.m
+0
-46
0 additions, 46 deletions
matlab/+mom/run.m
with
0 additions
and
46 deletions
matlab/+mom/run.m
+
0
−
46
View file @
378e38c8
...
...
@@ -96,11 +96,6 @@ function [oo_, options_mom_, M_] = run(bayestopt_, options_, oo_, estim_params_,
% o test_for_deep_parameters_calibration
% o transform_prior_to_laplace_prior
% o warning_config
% -------------------------------------------------------------------------
% Maintaining Author(s):
% o Willi Mutschler (willi@mutschler.eu)
% o Johannes Pfeifer (johannes.pfeifer@unibw.de)
% -------------------------------------------------------------------------
% Copyright © 2020-2023 Dynare Team
%
...
...
@@ -119,47 +114,6 @@ function [oo_, options_mom_, M_] = run(bayestopt_, options_, oo_, estim_params_,
% You should have received a copy of the GNU General Public License
% along with Dynare. If not, see <https://www.gnu.org/licenses/>.
% -------------------------------------------------------------------------
% TO DO LISTS AND IDEAS
% -------------------------------------------------------------------------
% GENERAL
% - PREPROCESSOR CHANGE CALL TO FUNCTION (SEE ABOVE)
% - document all options in manual
% - document analytic_jacobian better
% - do endogenous_prior_restrictions work?, create test for prior restrictions file
% - implement penalty objective function for optimization
% - test optimizers (what about analytic Jacobians? Also check if mode compute is a string and additional optimizers also a string)
% - factorize mode_compute codes
% - analytic_jacobian with mode_compute 5
% - decide on default mode_compute
% - use same names for variables (e.g. for weighting matrix)
% - mom.objective_function: check the info values and make use of meaningful penalties (which numbers do we use??)
% - add Approximate Bayesian Computation (ABC) option
% - merge mode_compute functions for GMM/SMM and IRF_MATCHING
% GMM/SMM
% - do true Bayesian MCMC sampling and not just penalized
% - speed up pruned_state_space_system (by using doubling with old initial values, hardcoding zeros, other "tricks" used in e.g. nlma)
% - add option to use autocorrelations (we have useautocorr in identification toolbox already)
% - deal with measurement errors (once @wmutschl has implemented this in identification toolbox)
% - display scaled moments
% - enable to use first moments even if prefilter option is set
% IRF_MATCHING/SMM
% - add option to do simulations with extended path
% - add option to do simulations with perfect_foresight and perfect_foresight_with_expectation_errors
% - add option to do simulations with occbin
% - factorize stoch_simul irf codes that are the same as in mom.objective_function
% IRF_MATCHING
% - add analytic_standard_errors and analytic_jacobian (at least for order=1)
% - What about iterating over mode_compute and updating the weighting matrix? Is that also useful for IRF_MATCHING?
% Can we also use optimal_weighting_matrix for IRF_MATCHING or is this done outside of our codes?
% - check all mode compute options (and also optim options)
% - use_penalized_objective_for_hessian
% - do we need bayesian_irf? If not remove as option
% - check order > 1
% - print more info to console
fprintf
(
'\n==== Method of Moments Estimation (%s) ====\n\n'
,
options_mom_
.
mom
.
mom_method
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment