Skip to content

Commit f1cf6ea

Browse files
committedSep 11, 2021
still_fixing
1 parent 7c63906 commit f1cf6ea

30 files changed

+6
-783
lines changed
 

‎README.md

+6-16
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,9 @@
1-
Economic Dynamics, Theory and Computation
2-
============================================
1+
# Economic Dynamics, Theory and Computation
32

4-
This is the code repository for the text [Economic Dynamics, Theory and Computation](http://johnstachurski.net/personal/edtc.html) by [John Stachurski](http://johnstachurski.net).
3+
This is the GH repo for the second edition of
4+
[Economic Dynamics, Theory and Computation](http://johnstachurski.net/personal/edtc.html) by [John Stachurski](http://johnstachurski.net).
55

6-
### About
7-
8-
This code repository is written in conjuction with the text [Economic
9-
Dynamics, Theory and Computation](http://johnstachurski.net/personal/edtc.html). The Python code
10-
contained in this repository is explained in detail in the text. The MATLAB
11-
code provides equivalents to the Python code for those who prefer MATLAB.
12-
13-
### Downloading the Repository
14-
15-
Either
16-
17-
* Click the 'Zip' button at the top of this page, or
18-
* Use [Git](https://help.github.com) to clone the repository
6+
The repo contains the source for the corresponding [Jupyter Book](https://jstac.github.io/edtc-code/intro.html)
197

8+
If you find problems, please feel free to get in touch via the issue tracker.
9+
All feedback is appreciated.

‎first_edition_code/ar1.py

-15
This file was deleted.

‎first_edition_code/cpdynam.py

-32
This file was deleted.

‎first_edition_code/ds.py

-24
This file was deleted.

‎first_edition_code/ecdf.py

-17
This file was deleted.

‎first_edition_code/fig1point2.py

-43
This file was deleted.

‎first_edition_code/fig1point4.py

-26
This file was deleted.

‎first_edition_code/fig1point5.py

-30
This file was deleted.

‎first_edition_code/fig4point1.py

-34
This file was deleted.

‎first_edition_code/fig4point3.py

-50
This file was deleted.

‎first_edition_code/fig4point6.py

-20
This file was deleted.

‎first_edition_code/fig4point7.py

-16
This file was deleted.

‎first_edition_code/fig6point13.py

-24
This file was deleted.

‎first_edition_code/fig6point4.py

-30
This file was deleted.

‎first_edition_code/fphamilton.py

-16
This file was deleted.

‎first_edition_code/fpi.py

-38
This file was deleted.

‎first_edition_code/fvi.py

-33
This file was deleted.

‎first_edition_code/genfinitemc.py

-43
This file was deleted.

‎first_edition_code/kurtzbellman.py

-37
This file was deleted.

‎first_edition_code/kurtzvsigma.py

-38
This file was deleted.

‎first_edition_code/lininterp.py

-23
This file was deleted.

‎first_edition_code/p2srs.py

-21
This file was deleted.

‎first_edition_code/polyclass.py

-22
This file was deleted.

‎first_edition_code/polyclass0.py

-22
This file was deleted.

‎first_edition_code/quadmap1.py

-15
This file was deleted.

‎first_edition_code/srs.py

-25
This file was deleted.

‎first_edition_code/testds.py

-16
This file was deleted.

‎first_edition_code/testfpi.py

-20
This file was deleted.

‎first_edition_code/testgenfinitemc.py

-19
This file was deleted.

‎first_edition_code/testsrs.py

-18
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.