Skip to content
Snippets Groups Projects
  1. Mar 18, 2025
  2. Mar 13, 2025
  3. Dec 27, 2024
  4. Oct 24, 2024
  5. Sep 09, 2024
    • Sébastien Villemot's avatar
      Initial HANK support · 1e68b2fc
      Sébastien Villemot authored
      – New “heterogeneity_dimension” statement
      – New option “heterogeneity” to “var”, “varexo”, “parameters”, “model” and
        “shocks” statements
      – New “SUM()” operator in “model” block
      1e68b2fc
  6. Sep 05, 2024
  7. Jul 23, 2024
  8. Jul 22, 2024
  9. Jul 19, 2024
  10. Jul 18, 2024
  11. Jul 17, 2024
  12. Jun 13, 2024
  13. Jun 11, 2024
  14. Jun 07, 2024
  15. Jun 05, 2024
  16. May 21, 2024
    • Sébastien Villemot's avatar
      More flexible syntax for complementarity conditions · fab3b682
      Sébastien Villemot authored
      — Bounds can now be arbitrary expressions of parameters (and not simply
        constants as previously);
      — It is now possible to specify both a lower and an upper bound in the same
        condition.
      
      So for example one can now write something like:
      
       lhs = rhs ⟂ 1+alpha < y < 2+beta;
      fab3b682
  17. May 16, 2024
    • Sébastien Villemot's avatar
      Refactor output for complementarity conditions · dc1ec15f
      Sébastien Villemot authored
      The vector of lower and upper bounds is now provided by
      {static,dynamic}_complementarity_conditions.m (which accepts parameters as an
      argument, in preparation for the possibility of having parameters in
      complementarity conditions).
      
      The index that denotes the reordering of equation residuals (so that the
      residual of an equation appears at the index of the endogenous appearing in the
      complementarity condition) is now in “M_.{static,dynamic}_mcp_equations_reordering”.
      
      Constraints declared through the ramsey_constraints block are also incorporated
      in this new interface (and therefore “M_.ramsey_model_constraints” has been
      removed).
      dc1ec15f
  18. Apr 25, 2024
  19. Jan 26, 2024
  20. Dec 14, 2023
  21. Dec 13, 2023
  22. Dec 04, 2023
  23. Nov 30, 2023
  24. Oct 19, 2023
  25. Oct 18, 2023
  26. Sep 28, 2023
  27. Jul 07, 2023
  28. May 25, 2023
  29. Apr 11, 2023
  30. Apr 07, 2023
  31. Apr 05, 2023
Loading