Skip to content
Snippets Groups Projects
Select Git revision
  • faaec28c92b3c20834c6139b10a57c6dd3546ae4
  • master default protected
  • noGUIDE
  • 4.5
4 results

matlab-gui

Name Last commit Last update
doc
examples/fs2000
my_project
src
.gitignore
README.md

Dynare GUI

Main functionalities:

  • New, open, save, close Dynare_GUI project files (.dproj)
  • Load .mod file: an interface to load a mod file
  • Model settings: an interface for defining various model and GUI options
  • Dynare_GUI log file
  • Export to .mod file
  • Save/load model snapshots
  • Define observed variables and datafile
  • Specification of estimated parameters & shocks
  • Estimation command
  • Calibrated smoother command
  • Stochastic simulation
  • Deterministic simulation
  • Shock decomposition
  • Conditional forecast.

How to run it:

  • Temporarily add the dynare/matlab folder to the matlab's path.
   >> addpath c:\dynare\4.x.y\matlab
  • Temporarily add the folder containing the function Dynare_GUI to the Matlab's path
   >> addpath c:\dynare\dynare-gui\src
  • Launch the GUI
  >> dynare_gui