Houtan Bastani

Results 40 issues of Houtan Bastani

What is `dynamic` used for? Look at printing in `DynareMain2.cc`. Why do we switch on `output_mode` ?

preprocessor

enhancement
preprocessor
julia

``` M_.maximum_endo_lag_by_var = [ ... ]; M_.maximum_exo_lag_by_var = [ ... ]; ``` Where the vectors are the length of `M_.orig_endo_nbr`

enhancement
preprocessor

Create standardized reporting output for dynare commands using the reporting submodule, replacing latex code throughout the dynare codebase

reporting

Going from simple examples to more complex examples to make the code more approachable

documentation
reporting

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.

preprocessor

https://github.com/lucashare/occbin https://www2.bc.edu/matteo-iacoviello/research_files/TOOLKIT_PAPER.pdf

new algorithm

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...

preprocessor
documentation

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...

enhancement
estimation

do this during `transformPass`, issue warning and remove second symbol when encountered.

preprocessor