top of page

TEACHING

TEACHING POSITIONS

Teaching Fellow,Columbia University 

Sep 2019 - Present​

  • Economics Department, Graduate School of Arts and Science

Econometric Courses

Industrial Organization Courses

  • School of International and Public Affairs​​

Energy Economics Courses

Development Economics Courses

NOTES AND CODES

​Econometric and Quantitative Methods Notes

Available Upon Request

Summary: The goal of these notes is to introduce and discuss different statistical methods used to conduct econometric analysis. The first part of these notes explains the concepts of probability theory, statistical modeling and inference in detail. I describe basic concepts as random variables, estimation, hypothesis testing, and confidence intervals. The second part of the notes describe linear models (OLS, Restricted Least Squares, GLS, Instrumental Variables, Panel Data, and Dynamic Panel Data). The third and fourth part discuss non-linear econometrics methods including but not limited to non-linear least squares, GMM, quantile regression, MLE and limited dependent variable models. The rest of the notes discuss causal inference and special topics as selection bias and truncated data, density estimation, Bayesian statistics, among others. The notes also cover machine learning methods as Lasso, Ridge, Random Forests and Neural Networks.

​

​Sample R Code (Demand and Production Function)

To access codes, click on the buttons on the right side of the screen

​Summary: The codes for the production function estimate this function using fixed effects, Olley-Pakes (OP), Levinsohn-Petrin (LP), and Ackerberg-Caves-Frazer (ACF). Standard errors are calculated using the GMM standard errors and bootstrapped. Three codes can be used to estimate the demand function. The first estimates the demand following Bresnahan's vertical model. The second code uses a logit model and the last code implements the Berry-Levinsohn-Pakes (BLP) model.  Standard errors are bootstrapped. Data files are provided.

Production Function

Demand Function

bottom of page