Merge branch 'mom_bug' of git.dynare.org:JohannesPfeifer/dynare

Ref. !2173
kalman-mex
Sébastien Villemot 2023-09-13 11:14:56 +02:00
commit 53089ad6e5
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
4 changed files with 4 additions and 4 deletions

View File

@ -35,7 +35,7 @@ function [dataMoments, m_data] = get_data_moments(data, oo_, matched_moments_, o
% -------------------------------------------------------------------------
% Author(s):
% o Willi Mutschler (willi@mutschler.eu)
% o Johannes Pfeifer (jpfeifer@uni-koeln.de)
% o Johannes Pfeifer (johannes.pfeifer@unibw.de)
% =========================================================================
% Initialization

View File

@ -38,7 +38,7 @@ function W_opt = optimal_weighting_matrix(m_data, moments, q_lag)
% -------------------------------------------------------------------------
% Author(s):
% o Willi Mutschler (willi@mutschler.eu)
% o Johannes Pfeifer (jpfeifer@uni-koeln.de)
% o Johannes Pfeifer (johannes.pfeifer@unibw.de)
% =========================================================================
% Initialize

View File

@ -590,7 +590,7 @@ fprintf('\n==== Method of Moments Estimation (%s) Completed ====\n\n',options_mo
%reset warning state
warning_config;
if isoctave && isfield(options_, 'prior_restrictions') && ...
if isoctave && isfield(options_mom_, 'prior_restrictions') && ...
isfield(options_mom_.prior_restrictions, 'routine')
% Octave crashes if it tries to save function handles (to the _results.mat file)
% See https://savannah.gnu.org/bugs/?43215

View File

@ -47,7 +47,7 @@ function [SE_values, Asympt_Var] = standard_errors(xparam, objective_function, B
% -------------------------------------------------------------------------
% Author(s):
% o Willi Mutschler (willi@mutschler.eu)
% o Johannes Pfeifer (jpfeifer@uni-koeln.de)
% o Johannes Pfeifer (johannes.pfeifer@unibw.de)
% =========================================================================
% Some dimensions