Skip to content

Commit 877c1bb

Browse files
committed
Update README.md
1 parent 5a32170 commit 877c1bb

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,14 @@
22

33
Implementation of [Lindner et al. (2012)](https://www.tandfonline.com/doi/suppl/10.1080/09535314.2012.689954) in Python with NumPy and Pandas.
44

5+
> 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.
6+
57
The comments in `main.py` originate from [`cesr_a_689954_sup_27358897.docx`](https://www.tandfonline.com/doi/suppl/10.1080/09535314.2012.689954).
68

79
The script contains one aspect of randomness: `base(p,:) = rand(1,Nv)` in the original Matlab script and `base[p, :] = np.random.rand(1, Nv)` in the Python script.
810

911
For verification purposes, e.g. `np.random.seed(1337)` (Python) and `rand('twister', 1337)` (Matlab) can be inserted to render the random numbers predictable.
1012

11-
## Credit: Lindner et al. (2012)
12-
Lindner, Sören, Julien Legault, and Dabo Guan. 2012.
13-
‘Disaggregating Input–Output Models with Incomplete Information’.
14-
Economic Systems Research 24 (4): 329–47.
15-
https://doi.org/10.1080/09535314.2012.689954.
16-
1713
## Verification
1814
The content of `D`.
1915
### Matlab

0 commit comments

Comments
 (0)