项目作者: stepan-a

项目描述 :
Slides for the Dynare's Summer School
高级语言: TeX
项目地址: git://github.com/stepan-a/dsge-bayesian-estimation-sc.git
创建时间: 2017-06-12T07:07:25Z
项目社区:https://github.com/stepan-a/dsge-bayesian-estimation-sc

开源协议:Other

下载


To compile the slides, you need to have Matlab installed on your computer. Matlab is used to produce three figures in the slides (those illustrating the Metropolis-Hastings algorithm). You also need to install matlab2tikz which is provoided as a submodule.

  1. Install the submodule

    1. ~$ git submodule --init
  2. Modify the MATLAB variable in plot/Makefile (you need to provide the path to matlab binary)

  3. Use the makefile in the root directory:

    1. ~$ make

    This will trigger the build of the figures and compile the TeX files (in tex subfolder).