Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jbnsn committed Dec 12, 2022
1 parent 729a079 commit aac7d3a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions main.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
"""Implementation of Lindner (2012) in Python with NumPy and Pandas.
"""Implementation of Lindner et al. (2012) in Python with NumPy and Pandas.
Lindner, Sören, Julien Legault, and Dabo Guan. 2012.
‘Disaggregating Input–Output Models with Incomplete Information’.
Economic Systems Research 24 (4): 329–47.
https://doi.org/10.1080/09535314.2012.689954.
The comments in this script contain the Matlab code given in the supplementary
material 'cesr_a_689954_sup_27358897.docx' of Lindner (2012).
The comments in this script are the same as the ones in the Matlab code
in the supplementary material 'cesr_a_689954_sup_27358897.docx'
of Lindner (2012).
Source (accessed 06.12.2022):
https://www.tandfonline.com/doi/suppl/10.1080/09535314.2012.689954
Expand Down

0 comments on commit aac7d3a

Please sign in to comment.