CakeEating:蛋糕吃问题的Python代码

时间:2024-06-07 23:40:21
【文件属性】:

文件名称:CakeEating:蛋糕吃问题的Python代码

文件大小:498KB

文件格式:ZIP

更新时间:2024-06-07 23:40:21

Python

蛋糕吃 用于使用值函数迭代解决蛋糕食用问题的Python代码。 受到约翰·史陶斯基(John Stachurski)和托马斯·萨金特(Thomas Sargent)的定量经济学(QuantEcon)的启发。 大致遵循Jerome Adda和Russell Cooper撰写的《经济动态》的第2章和第3章。 相关文件(在\ quantecon中): stochcp.py:解决蛋糕问题。 适用于以下情况:确定性,随机end赋和功能折现因子。 (随机end赋可以使用很大但数量有限的值)。 splittercp.py:解决离散选择(进餐或等待)蛋糕问题。 没有将其包含在“ stochcp.py”中,因为它太乱了。 splittercp_additive.py:与'discretecp.py'相同,除了它使用不同的方式包括随机因素。 仅为复制“经济动力学”图3.7而编写。 欢迎所有评论


【文件预览】:
CakeEating-master
----README.md(879B)
----CakeProblem.ipynb(446KB)
----quantecon()
--------discretecp.py(8KB)
--------stochcp.py(8KB)
--------build.sh(219B)
--------lqnash.py(5KB)
--------discrete_rv.py(1KB)
--------external.py(467B)
--------gridtools.py(3KB)
--------lss.py(10KB)
--------ivp.py(9KB)
--------graph_tools.py(8KB)
--------meta.yaml(1KB)
--------tests()
--------quad.py(29KB)
--------distributions.py(3KB)
--------ecdf.py(1KB)
--------arma.py(10KB)
--------kalman.py(7KB)
--------lae.py(2KB)
--------matrix_eqn.py(6KB)
--------rank_nullspace.py(3KB)
--------estspec.py(5KB)
--------models()
--------__init__.py(946B)
--------mc_tools.py(12KB)
--------robustlq.py(11KB)
--------bld.bat(236B)
--------gth_solve.py(4KB)
--------version.py(83B)
--------cartesian.py(3KB)
--------tauchen.py(2KB)
--------lqcontrol.py(10KB)
--------ce_util.py(2KB)
--------utilities.py(2KB)
--------timing.py(2KB)
--------discretecp_additive.py(8KB)
--------quadsums.py(3KB)
--------common_messages.py(480B)
--------compute_fp.py(2KB)

网友评论