|
Welcome to our course web site for RECO 714 "Econometrics I".
Administrative Stuff
Matrix Algebra Tutorial
Matlab Info:
Background Sources for Mathematical
Statistics and Distribution Theory
- An undergraduate Math Stats text such as Larsen & Marx's "An
Introduction to Mathematical Statistics" (4th edition, 2006)
- A basic reference book on Statistical Distributions, such as Evans,
Hastings, Peacock's "Statistical Distributions"(3rd edition, 2000)
Lecture Material
Current:
Overview of Estimation Frameworks and Estimators
-
Lecture Notes
- Matlab material:
- reco714_s1a
(script illustrating the consequences of wrong
assumptions using simulated data, part A)
- reco714_s1b
(script illustrating the consequences of wrong assumptions using
simulated data, part B)
- reco714_s1c
(building a regression model from scratch; estimation of
"incomplete" and "correct" models)
- epanech_klaus (function
to compute nonparametric density estimates using the Epanechnikov kernel -
place it in your "functions" folder)
- tnormrnd
(function to draw from a truncated normal
density - place it in your "functions" folder)
Classical Linear Regression Model and Least Squares
- Lecture Notes
- Matlab Material
- reco714_s2a
(script illustrating the full rank condition, the basic least
squares technique, and the orthogonality condition)
- reco714_s2b
(partitioned regression and goodness-of-fit
-
conditional_expectations (script illustrating the concept
of conditional expectations, the law of iterated expectations, and problems
that arise when Assumption 3 of the CLRM is violated)
- log_vs_linear
(script comparing a log-linear and a linear
regression model using the wage data)
- wage data
- Powerpoint slides
The Finite Sample Properties of the Least Squares
Estimator /
Basic Hypothesis Testing
Maximum Likelihood Estimation
- Lecture Notes
- Matlab Material
- reco714_s4
(main script for MLE for the CLRM with numerical gradient
and Hessian)
- reco714_s4a
(same with analytical gradient
and Hessian)
- normal_mle
(function with MLE optimization code based on numerical
gradient and Hessian - courtesy of Prof. Shonkwiler)
- normal_mle_analytical
(function with MLE optimization code based on analytical
gradient and Hessian)
- normal_L (log-likelihood
vector for the normal regression model, called by "normal_mle")
-
normal_analytical_llf (sample log-likelihood,
gradient, and Hessian for the normal regression model, called by "normal_mle_analytical")
Asymptotic Theory / Asymptotic Properties of OLS and
MLE estimators
- Lecture
Notes
- Matlab Material
- reco714_s5
(script
illustrating convergence in probability)
- reco714_s5b
(script illustrating convergence in distribution)
- reco714_s5c
(script illustrating convergence in distribution via
stabilizing transformations)
- reco714_s5d
(script illustrating Delta Method and Krinsky-Robb (1986)
Simulation)
Hypothesis Testing and Prediction in Least Squares
and Maximum Likelihood Estimation
- Lecture
Notes
- Matlab Material
- reco714_s6
(script
illustrating hypothesis testing using least squares)
- reco714_s6b
(script illustrating hypothesis testing using MLE)
- reco714_s6c
(script illustrating predictions and predictive fit)
- fishing
(data for script s6b, Excel format)
- hedonics
(data for script s6c, Excel format)
Instrumental Variables, and
Two-Stage-Least Squares
Generalized Linear Regression and Robust Estimation
Dealing with Heteroskedasticity
Dealing with Serial Correlation
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
To be updated:
Panel Data Models
-
Lecture Notes
- Matlab material
- reco714_s11 (Pooled
regression: OLS vs robust OLS; within & between variability)
- reco714_s11b (same
using hotel water data, 12 months, 2000)
- reco714_s11c
(Comparing OLS, FE, and models with time effects)
- reco714_s11d (Comparing OLS, FE, and
RE -LM test, Hausman test)
- reco714_s11e
("the works" - comparing OLS, FE, RE, hotel water consumption example)
- reco714_s11f
("the works" - comparing OLS, FE, RE, hours
worked example)
- ziliak
(Ziliak's (1998) data on "hours worked", discussed in Cameron & Trivedi,
p. 709;
Data courtesy of textbook website)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Additional Topics
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Problem Sets
Current
- PS 2 (due Sept. 30, 2009)
- PS 3 (due Oct. 26, 2009)
- PS 4 (due Nov. 16, 2009)
- PS 5 (due Dec. 2, 2009)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Exams & Practice
|