Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jbnsn committed May 3, 2022
1 parent c0994e6 commit 30fe4d7
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ The file [`main.py`](main.py) contains a most simple implementation of [Kitzes (
_Note: [Pymrio](https://github.com/konstantinstadler/pymrio) is a comprehensive package for Multi-Regional Input-Output Analysis (MRIO) in Python._

## Output of [`main.py`](main.py):

| | | Leontief inverse-based results | Series expansion-based results[^1] |
|-----------------------------|---------------|--------------------------------|------------------------------------|
| Production-based inventory | Agriculture | 8.00000 | 7.826207 |
| Production-based inventory | Manufacturing | 4.00000 | 3.945339 |
| Consumption-based inventory | Agriculture | 4.80000 | 4.711197 |
| Consumption-based inventory | Manufacturing | 7.20000 | 7.060348 |

```Txt
>>> Leontief inverse-based results:
Expand All @@ -33,13 +41,4 @@ Manufacturing 7.060348
dtype: float64
```

### Results overview

| | | Leontief inverse-based results | Series expansion-based results[^1] |
|-----------------------------|---------------|--------------------------------|------------------------------------|
| Production-based inventory | Agriculture | 8.00000 | 7.826207 |
| Production-based inventory | Manufacturing | 4.00000 | 3.945339 |
| Consumption-based inventory | Agriculture | 4.80000 | 4.711197 |
| Consumption-based inventory | Manufacturing | 7.20000 | 7.060348 |

[^1]: Calculated for the first eleven production layers (see [`main.py`](main.py)).

0 comments on commit 30fe4d7

Please sign in to comment.