Skip to content

Commit aac7d3a

Browse files
committed
Update main.py
1 parent 729a079 commit aac7d3a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

main.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
"""Implementation of Lindner (2012) in Python with NumPy and Pandas.
1+
"""Implementation of Lindner et al. (2012) in Python with NumPy and Pandas.
22
33
Lindner, Sören, Julien Legault, and Dabo Guan. 2012.
44
‘Disaggregating Input–Output Models with Incomplete Information’.
55
Economic Systems Research 24 (4): 329–47.
66
https://doi.org/10.1080/09535314.2012.689954.
77
8-
The comments in this script contain the Matlab code given in the supplementary
9-
material 'cesr_a_689954_sup_27358897.docx' of Lindner (2012).
8+
The comments in this script are the same as the ones in the Matlab code
9+
in the supplementary material 'cesr_a_689954_sup_27358897.docx'
10+
of Lindner (2012).
1011
1112
Source (accessed 06.12.2022):
1213
https://www.tandfonline.com/doi/suppl/10.1080/09535314.2012.689954

0 commit comments

Comments
 (0)