Houtan Bastani
Houtan Bastani
What is `dynamic` used for? Look at printing in `DynareMain2.cc`. Why do we switch on `output_mode` ?
``` M_.maximum_endo_lag_by_var = [ ... ]; M_.maximum_exo_lag_by_var = [ ... ]; ``` Where the vectors are the length of `M_.orig_endo_nbr`
Create standardized reporting output for dynare commands using the reporting submodule, replacing latex code throughout the dynare codebase
Going from simple examples to more complex examples to make the code more approachable
Following the conversation in #1404, stop preprocessing with an error if a model is marked as linear but nonlinearities exist in the endogenous or exogenous variables.
https://github.com/lucashare/occbin https://www2.bc.edu/matteo-iacoviello/research_files/TOOLKIT_PAPER.pdf
There are several issues with risky steady state: 1. It has no interface. Why? Is this something we want to keep (hidden) in Dynare? 1. It the .mod files that...
In the `while` loop of `matlab/posterior_sampler_core.m` we have an example of how draws are stored and written when a certain number of draws have been stored in memory. Need to...
do this during `transformPass`, issue warning and remove second symbol when encountered.