dynare/matlab/method_of_moments
Sébastien Villemot f81b330f14
Methods of moments: compatibility fix for MATLAB < R2015a
The mean(…, 'omitnan') syntax does not exist before R2015a. Use nanmean
instead (either provided by the statistics toolbox, or by our fallback under
matlab/missing/stats/).
2021-01-19 15:50:14 +01:00
..
method_of_moments.m Testsuite: add workaround for crash of MATLAB R2014a with TeX option 2021-01-19 15:50:11 +01:00
method_of_moments_check_plot.m MoM: Update copyright years 2021-01-07 10:32:35 +01:00
method_of_moments_data_moments.m Methods of moments: compatibility fix for MATLAB < R2015a 2021-01-19 15:50:14 +01:00
method_of_moments_objective_function.m MoM: Gradient-based optimizers can use analytical Jacobian for GMM 2021-01-14 10:03:39 +01:00
method_of_moments_objective_function_gradient_helper.m MoM: Remove duplicate check in gradient helper function 2021-01-14 14:17:55 +01:00
method_of_moments_optimal_weighting_matrix.m MoM: Update copyright years 2021-01-07 10:32:35 +01:00
method_of_moments_standard_errors.m MoM: Gradient-based optimizers can use analytical Jacobian for GMM 2021-01-14 10:03:39 +01:00