Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jose-jaen/advanced-econometrics

Econometric Theory
https://github.com/jose-jaen/advanced-econometrics

algorithms econometrics mathematics statistics

Last synced: about 13 hours ago
JSON representation

Econometric Theory

Awesome Lists containing this project

README

        

# Advanced Econometrics

How does increasing the Minimum Wage affect youth unemployment? Is rent control an effective policy?
Did some drug really improve patients' health?

All of these causal questions require quantitative techniques to measure treatment effects.

In this repository several statistical properties are derived for Advanced Data Analytics, specifically for Causal Inference.
Additionally, selected solutions to Fumio Hayashi's *Econometrics* are provided.

# Causal Inference Framework

It is encouraged to follow the documents in the presented order so as to fully grasp Causal Inference methods.

In Finite Sample Theory, restrictive assumptions on the sample $(\textbf{y}, \textbf{X})$ are made.

Then, in Large Sample Theory, said assumptions are relaxed and made on the Data Generating Process (DGP).

Finally, correlation with the error term is tackled with Method of Moments and General Method of Moments estimation.

- [Finite Sample Causal Inference](https://github.com/jose-jaen/Advanced-Econometrics/blob/main/Algorithms/Finite%20Sample%20Causal%20Inference.pdf).

- [Large Sample Causal Inference](https://github.com/jose-jaen/Advanced-Econometrics/blob/main/Algorithms/Large%20Sample%20Causal%20Inference.pdf).

- [GMM Causal Inference](https://github.com/jose-jaen/Advanced-Econometrics/blob/main/Algorithms/GMM%20Causal%20Inference.pdf).

# Python implementations

Algorithms, estimation procedures and Statistical Inference tests coded in Python programming language.

- [Python code](https://github.com/jose-jaen/Advanced-Econometrics/tree/main/Algorithms/Python%20Code).

# Hayashi's *Econometrics*

Selected solutions of graduate-level Quantitative Economics textbook.

- [Solutions to *Econometrics*](https://github.com/jose-jaen/Advanced-Econometrics/tree/main/Econometric%20Theory).

Project started in 03/2022 (ongoing).