dynare
dynare copied to clipboard
This project has moved to https://git.dynare.org/Dynare/dynare
I am solving a large model. The model is solved successfully on Mac up to 5th order approximation. When I try solve the model on Windows, or Linux server, it...
See https://forum.dynare.org/t/steady-state-command-in-perfect-foresight-simulations/11632/3
The file ``` /* * This file replicates the estimation of the cash in advance model (termed M1 * in the paper) described in Frank Schorfheide (2000): "Loss function-based *...
Steady state finding in large economic models is hard. Currently, the user needs to manually implement a full steady state or reduce the problem and then call a solver. See...
saves users from: if else if else endif endif
At present, with non-Bayesian estimation, Dynare computes standard errors using the Hessian of the likelihood. This is only valid if it is assumed that the shocks in the "true" model...
Two users at https://forum.dynare.org/t/cant-work-with-third-order/10523/12 report problems with Dynare 4.5.1. I cannot replicate the issue on my machine. The stack trace on both affected machines is ``` Register State (from fault):...
In case of the `record`-structure not containing the required fields, the output argument of the private function at the bottom of the file are not set, crashing Matlab.
The names should be more expressive. For example, `dynare.pdf` should be `Adjemian_et_al_2011_Dynare_Manual_4.pdf` or similar.
Following the discussions in #1591 and #750, we currently do not have a way to introduce a proper truncated prior. But this is an often requested feature thta e.g. @rattoma...