Commit Graph

  • 709ef9230f
    get_the_name.m: do not pass full options structure as input Johannes Pfeifer 2023-11-30 13:31:51 +0100
  • 0ba91259d8
    GSA: cosmetic fixes to log_trans_.m and gsa_skewness.m Johannes Pfeifer 2023-11-30 13:05:42 +0100
  • dce0967deb
    GSA: replace deprecated hist() syntax under MATLAB Johannes Pfeifer 2023-11-30 12:38:35 +0100
  • 392721097c
    Identification: various cosmetic fixes Johannes Pfeifer 2023-11-30 12:26:58 +0100
  • e68793030c
    ls2003.mod: factorize tests Johannes Pfeifer 2023-11-29 16:20:38 +0100
  • bf6d88a472
    Remove globals from identification and GSA Johannes Pfeifer 2023-11-29 13:46:56 +0100
  • 6a58316a3e
    MEX files: disable clang-tidy false positive for call to std::strcpy Sébastien Villemot 2023-12-06 16:59:46 +0100
  • 91f2dcdfe1
    MEX files: use “auto” when initializing with a template cast to avoid duplicating the type name Sébastien Villemot 2023-12-06 16:48:12 +0100
  • de476ad5ac
    MEX files: use a braced initializer list instead of repeating the return type Sébastien Villemot 2023-12-06 16:45:22 +0100
  • 123f909b67
    MEX files: use pass-by-value + std::move when possible in constructors Sébastien Villemot 2023-12-06 16:40:06 +0100
  • fd9a89ab38
    MEX files: use default member initialization when possible Sébastien Villemot 2023-12-06 16:31:03 +0100
  • 15b6e6e6b3
    MEX files: no longer use “virtual” keyword when overriding a method Sébastien Villemot 2023-12-06 16:24:46 +0100
  • 9d98811cfc
    MEX files: use transparent functor for std::multiplies Sébastien Villemot 2023-12-06 16:17:15 +0100
  • 8953007440
    MEX files: remove unused variables or values Sébastien Villemot 2023-12-06 15:58:14 +0100
  • d82eecfd39
    C++11 modernization: use std::array and std::vector instead of C arrays Sébastien Villemot 2023-12-06 15:34:02 +0100
  • 3df4856259
    Merge branch 'raftery_lewis_bug' of git.dynare.org:JohannesPfeifer/dynare Sébastien Villemot 2023-12-05 18:53:10 +0100
  • 11c1f6175e
    Add [[nodiscard]] attribute to various functions Sébastien Villemot 2023-12-05 15:44:23 +0100
  • 7864370bfb
    perfect_foresight_problem MEX: fix inclusion of dynmex.h Sébastien Villemot 2023-12-04 18:19:15 +0100
  • 911437378c
    Remove unused and unmaintained unit test for k-order Sébastien Villemot 2023-12-04 18:18:50 +0100
  • 6f38dcd1d5
    bytecode MEX: fix logical test Sébastien Villemot 2023-12-04 18:07:02 +0100
  • bc6840ff6f
    MEX libkorder: make destructor of SparseTensor class virtual Sébastien Villemot 2023-12-04 17:55:59 +0100
  • aeec4494b0
    MEX libkorder: fix use of moved-from object Sébastien Villemot 2023-12-04 17:38:35 +0100
  • 857e5b00f5
    C++ modernization: pass by value and use std::move when relevant Sébastien Villemot 2023-12-04 17:05:03 +0100
  • bd7703d160
    C++ modernization: use a braced initializer list instead when relevant Sébastien Villemot 2023-12-04 17:02:36 +0100
  • a5445c52be
    C++ modernization: more uses of auto keyword Sébastien Villemot 2023-12-04 16:55:51 +0100
  • 403f20a7f3
    C++ modernization: add [[nodiscard]] attribute to various functions Sébastien Villemot 2023-12-04 16:59:16 +0100
  • 53f12e81fa Raftery/Lewis: fix case with only one parameter Johannes Pfeifer 2023-12-04 13:54:43 +0100
  • bea87aafad
    Manual: minor formatting improvements Sébastien Villemot 2023-12-04 16:22:24 +0100
  • 526e6841b1 Sampling_Function_2.m: clean up and fix wrong logical conditions Johannes Pfeifer 2023-11-29 11:36:48 +0100
  • c21199a3e9 prior_draw.m: remove wrong note Johannes Pfeifer 2023-11-29 11:07:03 +0100
  • 36a4ad0fbc Fix Remove globals and clean up map_ident_.m and friends Johannes Pfeifer 2023-11-29 09:14:23 +0100
  • f218127220 GSA: remove globals from various routines Johannes Pfeifer 2023-11-28 21:06:31 +0100
  • edaf938582
    Add --log option to dcontrib command. dcontrib-log Stéphane Adjemian (Ryûk) 2023-11-30 16:43:53 +0100
  • dadcd9a2bf
    Dynare does not ship jsonlab anymore. Stéphane Adjemian (Ryûk) 2023-11-30 16:52:02 +0100
  • c6a7801ba8
    clang-format configuration: set “PackConstructorInitializers: NextLine” Sébastien Villemot 2023-11-30 14:37:05 +0100
  • 7edf01a2a9
    Manual: cosmetic change Sébastien Villemot 2023-11-29 21:12:45 +0100
  • cb56dcc569
    README.md: under Octave, the statistics package is not optional Sébastien Villemot 2023-11-29 21:11:58 +0100
  • f0420fa219
    CI: add job that checks formatting with clang-format Sébastien Villemot 2023-11-29 19:02:41 +0100
  • ed332e3ba1
    MEX files: reformat C++ source code using clang-format 15 Sébastien Villemot 2023-11-29 19:00:21 +0100
  • ca16f7f848
    clang-format configuration: never collapse short functions on a single line Sébastien Villemot 2023-11-29 18:19:16 +0100
  • 847f940f78
    clang-format configuration: remove reference to a specific clang-format version Sébastien Villemot 2023-11-29 13:11:41 +0100
  • d5f7fbe96a redform_screen.m: remove globals Johannes Pfeifer 2023-11-28 18:55:10 +0100
  • d29228bb5f dynare_sensitivity: clean up file Johannes Pfeifer 2023-11-28 18:45:48 +0100
  • 152991864d GSA: cleanup and removal of globals in filt_mc_.m Johannes Pfeifer 2023-11-28 16:53:43 +0100
  • f8a0a99683 dynare_sensitivity.m: add dollar signs for TeX output Johannes Pfeifer 2023-11-28 15:14:00 +0100
  • 5060f246ea GSA: Remove globals and clean up map_ident_.m and friends Johannes Pfeifer 2023-11-28 15:12:24 +0100
  • 4199f57788 GSA scatter plots: clean up files and enable TeX-output Johannes Pfeifer 2023-11-27 20:41:08 +0100
  • 94c1343671 identification_analysis.m: remove global inputs Johannes Pfeifer 2023-11-27 14:36:30 +0100
  • a80ead7d94 map_ident_.m: clean up and remove globals Johannes Pfeifer 2023-11-25 19:19:46 +0100
  • da438d5099 Clean up Morris_Measure_Groups.m Johannes Pfeifer 2023-11-25 19:14:36 +0100
  • ffaf6c8559 ident_bruteforce.m: remove globals Johannes Pfeifer 2023-11-25 19:13:55 +0100
  • 54e72a4d35
    Emacs default settings for editing C and C++: indent at 100 columns Sébastien Villemot 2023-11-28 18:10:38 +0100
  • c3d91d5ce8
    Fix marginal linearization in the context of perfect_foresight_with_expectation_errors_solver with homotopy Sébastien Villemot 2023-11-21 18:39:33 +0100
  • c6c6f4f549
    perfect_foresight_solver + homotopy + (marginal) linearization: store intermediate simulations Sébastien Villemot 2023-11-21 17:21:02 +0100
  • b0197da05f
    Manual: fix code block formatting Sébastien Villemot 2023-11-27 16:07:24 +0100
  • ccff7d3560 Merge branch 'tex_identification' into 'master' Sébastien Villemot 2023-11-27 15:13:19 +0000
  • e718402357 mode_check.m: fix LaTeX output on Windows by using slash Johannes Pfeifer 2023-11-27 14:19:13 +0100
  • 59c9f70a7d identification: fix latex output Johannes Pfeifer 2023-11-21 02:29:54 +0100
  • 6ccc7fd69e
    Testsuite: switch back to mode_compute=4 in lyapunov/fs2000_lyap.mod Sébastien Villemot 2023-11-24 11:49:28 +0100
  • b220be6d3e
    Merge branch 'mcmc_diag' of git.dynare.org:JohannesPfeifer/dynare Sébastien Villemot 2023-11-24 10:38:49 +0100
  • f21fda7dfa
    Build system: enable the interleaved API in MEX files for Octave ⩾ 8.4.0 Sébastien Villemot 2023-11-23 18:14:13 +0100
  • c0e39d40a7
    Testsuite: increase tolerance for estimation/fs2000_model_comparison.mod Sébastien Villemot 2023-11-23 22:07:10 +0100
  • d0e99daf9a mcmc_diagnostics.m: compute Geweke and Raftery/Lewis also with more than one chain Johannes Pfeifer 2023-11-23 01:30:58 +0100
  • f62d76cbcf
    Merge branch 'shock_decomp' of git.dynare.org:JohannesPfeifer/dynare Sébastien Villemot 2023-11-23 14:51:26 +0100
  • 56410be973
    CI: enable FF_ENABLE_BASH_EXIT_CODE_CHECK to avoid unintuitive behaviour with && operator Sébastien Villemot 2023-11-23 12:27:21 +0100
  • 07d859d018 graph_decomp.m: make sure figure fits on screen and close button is accessible Johannes Pfeifer 2023-11-23 01:27:10 +0100
  • b513214570
    perfect_foresight_homotopy: minor simplification Sébastien Villemot 2023-11-21 18:12:35 +0100
  • 9545dcc8d9
    perfect_foresight_solver.m: improve local functions documentation Sébastien Villemot 2023-11-21 15:43:10 +0100
  • 08c9eca8ee
    perfect foresight homotopy + marginal linearization: fix percentages in information messages Sébastien Villemot 2023-11-21 18:17:16 +0100
  • 701afd2c7c
    Consolidate the routines for loading JSON files, now that jsondecode is always available Sébastien Villemot 2023-11-22 17:24:31 +0100
  • 1d5a442fe5
    Bump minimal required version of Octave to 7.1.0 Sébastien Villemot 2023-11-22 17:17:34 +0100
  • d55b6c68f9
    Octave compatibility fix: sum(…, 'omitnan') does not exist under Octave Sébastien Villemot 2023-11-22 17:06:52 +0100
  • 72ac69eb97
    Octave compatibility: mean(…, 'omitnan') implemented in Octave 8 Sébastien Villemot 2023-11-22 16:55:25 +0100
  • ec7a4ba84f
    Testsuite: compatibility fix for MATLAB R2018b Sébastien Villemot 2023-11-22 16:53:25 +0100
  • 3bfe2c5500
    Testsuite: compatibility fix for MATLAB R2018b Sébastien Villemot 2023-11-22 16:49:59 +0100
  • 7f58e819c6
    Bump minimal required version of MATLAB to R2018b Sébastien Villemot 2023-11-22 13:24:52 +0100
  • 0efe0c9844
    Build system: under Windows and macOS, use the export file shipped with MATLAB instead of our own Sébastien Villemot 2023-11-22 14:46:16 +0100
  • a4152295d7
    Add member to dprior class. remove-priordens Stéphane Adjemian (Ryûk) 2023-07-11 16:40:42 +0200
  • 3229919762
    One file per method. Stéphane Adjemian (Ryûk) 2023-07-11 15:30:07 +0200
  • 302d991a25
    Add methods for computing moments. Stéphane Adjemian (Ryûk) 2023-05-16 13:53:49 +0200
  • b448780c34
    Add members to @dprior class. Stéphane Adjemian (Ryûk) 2023-05-10 08:56:35 +0200
  • 394c8e21b8
    Make last input argument optional. Stéphane Adjemian (Ryûk) 2023-04-28 22:58:41 +0200
  • 7abea05d33
    Add methods to dprior (density and densities). Stéphane Adjemian (Ryûk) 2023-04-28 12:44:25 +0200
  • 3e1fb6dd2f
    Cosmetic changes. Stéphane Adjemian (Ryûk) 2023-04-27 21:05:43 +0200
  • dd5049cd4c
    Merge branch 'doc' of git.dynare.org:JohannesPfeifer/dynare Sébastien Villemot 2023-11-21 12:48:20 +0100
  • 627bbb0a91
    Add clang-format config file for formatting C++ code Sébastien Villemot 2023-11-21 12:46:06 +0100
  • eb8444889a Manual: add reference for cycle reduction Johannes Pfeifer 2023-11-21 03:32:43 +0100
  • 37f747bb3b CheckPath.m and plot_priors.m: use slash even on Windows to not cause LaTeX-problems Johannes Pfeifer 2023-11-21 02:29:04 +0100
  • e15fba807f
    Build system: drop TODO items that are not actually needed Sébastien Villemot 2023-11-17 15:59:57 +0100
  • d8ebdf916c
    Build system: add target for creating TAGS file for Emacs Sébastien Villemot 2023-11-17 15:50:20 +0100
  • 56ed5bff43
    Testsuite: remove useless debug mode from several .m tests Sébastien Villemot 2023-11-16 09:33:27 +0100
  • 742a3101b1
    Reporting is no longer a submodule Sébastien Villemot 2023-11-17 11:56:42 +0100
  • 50a53a22ee
    Merge rewritten history of reporting submodule Sébastien Villemot 2023-11-17 11:44:48 +0100
  • 8a54d10389 Merge branch 'doc' into 'master' Sébastien Villemot 2023-11-16 08:11:20 +0000
  • b053b96f6a compute_Pinf_Pstar.m: cosmetic changes Johannes Pfeifer 2023-11-15 21:39:51 +0100
  • 0e08dd287b manual: fix some quotes Johannes Pfeifer 2023-11-15 09:54:26 +0100
  • 551060ae27
    tests/moments/fs2000_post_moments.mod: increase tolerance under Octave Sébastien Villemot 2023-11-15 15:16:06 +0100
  • e27ab153d7 manual: port changes from Dynare/preprocessor@e85d085ae8 Johannes Pfeifer 2023-11-14 20:28:59 +0100
  • 4b4cfba2dc
    model_replace, model_remove: allow selecting an equation with several (conjunct) tags Sébastien Villemot 2023-11-15 12:08:21 +0100
  • 0e5f9defbc
    Preprocessor: error out if an “initval” block appears after an “endval” block Sébastien Villemot 2023-11-14 14:29:17 +0100