Skip to content

Code and teaching material for "Macroeconomic Modeling with Julia", a workshop given for the IADB at the Central Bank of Argentina in 2017

Notifications You must be signed in to change notification settings

zlqs1985/IADB_2017_Workshop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Macroeconomic Modeling with Julia

Code and teaching material for "Macroeconomic Modeling with Julia", a workshop given for the IADB at the Central Bank of Argentina in December 2017.

Tentative Outline

  • December 18, 2:00 - 2:30 pm: Introduction to Julia
  • December 18, 2:45 - 3:45 pm: Syntax
  • December 18, 4:00 - 5:30 pm: Types and multiple dispatch
  • December 19, 9:00 - 9:30 am: Package ecosystem
  • December 19, 9:45 - 11:00 am: State-space models and DSGE.jl

Software

We assume that participants will have access to

  • Julia v0.6.1
  • IJulia and Jupyter notebooks: type Pkg.add("IJulia") in the Julia REPL
    • Optional: RISE, a Jupyter extension which lets you convert notebooks (which are already in slide format) to slides within the browser and run code blocks in the slides. After installing IJulia, run in the Julia REPL:
      using Conda
      Conda.add_channel("damianavila82")
      Conda.add("rise")
  • DSGE: type Pkg.add("DSGE") in the Julia REPL

Resources

Contact

About

Code and teaching material for "Macroeconomic Modeling with Julia", a workshop given for the IADB at the Central Bank of Argentina in 2017

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.8%
  • Other 0.2%