2018秋博士生《高级宏观经济学》课程信息

  • 本学期博士生高级宏观课程11月1日——11月29日间讲义下载:Lecture Notes

  • 布置一次作业,截止日期为12月5日。作业下载:Homework

  • 作业需要使用计算软件。这里提供 Python 和 Matlab脚本程序的模板下载:Matlab codes, Python codes。请注意各文件中置顶的注释部分:

1
2
3
4
5
6
# To run this script in Ptyhon, you should make sure that
# both matplotlib and numpy modules are pre-installed.
# This file should serve only as a template for you to start working.
# So I intentionally added quite a few mistakes (but not syntax errors)
# into this file, to make sure that nobody can just copy
# all the codes to her software and get correct results.
1
2
3
4
% codes in Matlab for (a)-(c) of the Dynamic Programming homework.
% I intentionally added quite a few mistakes (but not syntax errors)
% into this file, to make sure that nobody can just copy
% all the codes to her software and get correct results.