|
Welcome to our course web site for RECO 715 "Econometrics II".
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
Binary Choice Models
- Lecture Notes
- Matlab Material
- probit_data
(script to simulate data for the Probit model)
- logit_data
(script to simulate data for the Probit model)
- probit
(main estimation script for the Probit model)
- logit
(main estimation script for the Logit model)
- probit_mle
(function: MLE algorithm for the Probit)
- logit_mle
(function: MLE algorithm for the Logit)
- probit_L
(function: Log-LHF for the Probit model)
- logit_L
(function: Log-LHF for the Logit model)
-
normal_vs_logistic (function: plots densities for the
normal and logistic variates)
-
klausdiagnostics_classical (function: simple utility
function to extract statistics of interest) from an empirical
distribution)
- epanech_klaus
(utility function to nonparametrically plot empirical distributions
using the Epanechnikov kernel)
- probit_affair
(probit model using Fair's (1978) extramarital affairs
data)
- logit_affair
(logit model using Fair's (1978) extramarital affairs
data)
-
probit_affair_postest (postestimation script for
Fair's example)
- Fair_data
(data set in Excel format)
Ordered Probit Model
- Lecture Notes
- Matlab Material
- OP_data
(data simulation script)
- OP (main
estimation script)
- OP_mle
(function: MLE algorithm for the OP)
- OP_L
(function: logLH for the OP)
- OP_paddlers
(OP model using Tahoe non-motorized boating data)
-
OP_paddlers_postest
(post-estimation script for Tahoe example)
- paddlers
(data set in Excel format)
- cholcov (utility
function to avoid errors due to Matlab's overly stringent symmetry check for
matrices - place in your "functions" folder)
Unordered Choice Models
Truncated and Censored Regression Models
Selection and Treatment Models
Count Data Models
Method of Moments / Generalized Methods of Moments
- Lecture Notes
- Technical Material
- MoM (Matlab
script with MoM example)
- Mom.nb (Mathematica
notebook for solving moment equations - open with Mathematica)
Dynamic regression Models
Univariate Time Series Models
-
Lecture Notes
part 1 (ARMA processes, ACF, PACF, residual tests)
-
Lecture Notes part 2
(Nonstationary data, unit roots, Dickey-Fuller
test)
-
Technical Material
- AR1 (Matlab
script for simulated AR1 data)
- AR2 (Matlab
script for simulated AR2 data)
- deflator
(Matlab script illustrating nonstationary series and differencing)
- random_walk
(Matlab script illustrating spurious regression
with random walk series)
- DF (Matlab
script illustrating basic Dickey-Fuller tests, using "consumption" data from
previous section)
- Table F21_2
(data for deflator example)
Problem Sets
Final Exam w.
solutions
Additional Background Material
|