Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lucadiba/renewable-causal-effects

Exploring causal effects of renewable energy on countries development and more. This project is part of course CS 520 Causal Inference and Learning at University of Illinois at Chicago.
https://github.com/lucadiba/renewable-causal-effects

causal-inference renewable-energy

Last synced: 10 days ago
JSON representation

Exploring causal effects of renewable energy on countries development and more. This project is part of course CS 520 Causal Inference and Learning at University of Illinois at Chicago.

Awesome Lists containing this project

README

        

# Causal Effects of Renewable and Fossil Fuel Energy Sectors
## Authors
Luca Dibattista and George Maratos.

## Abstract
In this work we explore causality with real-world data from the United Nations, International Labor Organization, and a few others. Specifically we look at the effects of the energy sector on the economy by disentangling the sources, from which energy is derived, into renewables and fossil fuels (combustibles). We run a case study on the United States, looking at the change in energy production and consumption to find causality with labor statistics and GDP. We find correlations between renewable energy production and both employment in utilities and GDP, while combustible based energy has no direct link. We also have preliminary results on causality for accessibility of electricity, where we determine that renewable energy output is positively correlated with accessibility in a subset of the world's nations. We also run Granger tests to explore the time series component of our data, looking for causality among the variables.

## Project
This is the result of a research work done thanks to Prof. Elena Zheleva during the course CS 520 Causal Inference and Learning at University of Illinois at Chicago.

## Files
In this repository you can find:

- `Causal Effects of Renewable and Fossil Fuel Energy Sectors.pdf`: our paper;
- `reports/`: a folder with the project proposal and the progress report;
- `src/` and `src/scripts/`: a folder with the code we used to write our paper;
- `src/datasets/`: a folder with the datasets we used in our work.