Skip to content

Commit

Permalink
Version 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ozak committed Mar 5, 2014
1 parent edfb62f commit f90ef10
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/dynsys.py
Expand Up @@ -5,6 +5,8 @@
Website: http://omerozak.com
GitHub: https://github.com/ozak/BoundedConsumption
======================================================
These functions are based on Python scripts presented in Stachurski "Economic Dynamics" (2009) MIT Press
'''
from __future__ import division
from random import uniform
Expand Down
5 changes: 5 additions & 0 deletions scripts/dynsysf.pyx
Expand Up @@ -6,6 +6,11 @@ Author: Ömer Özak, 2013--2014 (ozak at smu.edu)
Website: http://omerozak.com
GitHub: https://github.com/ozak/BoundedConsumption
======================================================
This script optimizes some of the functions defined in dynsys.py using Cython
TO DO: Try using Numba to optimize and generalize the Belmann equation operator
These functions are based on Python scripts presented in Stachurski "Economic Dynamics" (2009) MIT Press
'''
from __future__ import division
import numpy as np
Expand Down

0 comments on commit f90ef10

Please sign in to comment.