Skip to content
Snippets Groups Projects
Select Git revision
  • nlf-fixes
  • newton-quadratic-equation-solver
  • master default
  • nlf-fixes-r
  • nls-fixes
  • sep-fixes
  • sep
  • use-dprior
  • ep-sparse
  • rebase-1
  • parfor
  • reset-seed-in-unit-tests
  • remove-persistent-variables
  • nonlinear-filter-fixes
  • pac-mce-with-composite-target
  • 6.x
  • dprior
  • covariance-quadratic-approximation
  • benchmark-ec
  • kalman_mex
  • 5.5
  • 5.4
  • 5.3
  • 5.2
  • 5.1
  • 5.0
  • 5.0-rc1
  • 4.7-beta3
  • 4.7-beta2
  • 4.7-beta1
  • 4.6.4
  • 4.6.3
  • 4.6.2
  • 4.6.1
  • 4.6.0
  • 4.6.0-rc2
  • 4.6.0-rc1
  • 4.6-beta1
  • 4.5.7
  • 4.5.6
40 results

contrib

  • Clone with SSH
  • Clone with HTTPS
  • Forked from Dynare / dynare
    Source project has a limited visibility.

    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:

    • Open Matlab

    • Add the Dynare matlab folder to the Matlab path:

       >> addpath c:\dynare\4.x.y\matlab
    • Add the folder containing the Dynare GUI source code to the Matlab path:
       >> addpath c:\dynare\dynare-gui\src
    • Launch the GUI
      >> dynare_gui