Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jose-jaen/advanced-econometrics
- Owner: jose-jaen
- Created: 2022-10-03T14:11:38.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-08T10:47:43.000Z (10 months ago)
- Last Synced: 2024-01-08T12:15:29.009Z (10 months ago)
- Topics: algorithms, econometrics, mathematics, statistics
- Language: Python
- Homepage:
- Size: 3.02 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).