Quantifying firm-level economic systemic risk from supply networks
To know about the detail of the method used, please refer to the following scientific publication
Quantifying firm-level economic systemic risk from nation-wide supply networks by C. Diem et al.
-
Install Julia by running
curl -fsSL https://install.julialang.org | shin the command line or go to [https://julialang.org/downloads/]. -
Run the script
./instantiate.shfrom in the command line to install the necessary libraries. -
Prepare the input CSV file with the format found in the example data/test-list.csv
-
Execute
./run.sh inputfile outputfileto estimate ESRI with a sequential code. -
Execute
./run-parallel.sh inputfile outputfileto estimate ESRI with a parallelized code.
Good luck.