Microeconometric Modeling William Greene Stern School of Business New York University.

Slides:



Advertisements
Similar presentations
The Simple Linear Regression Model Specification and Estimation Hill et al Chs 3 and 4.
Advertisements

Computational Statistics. Basic ideas  Predict values that are hard to measure irl, by using co-variables (other properties from the same measurement.
CHAPTER 3: TWO VARIABLE REGRESSION MODEL: THE PROBLEM OF ESTIMATION
The Multiple Regression Model.
Part 17: Nonlinear Regression 17-1/26 Econometrics I Professor William Greene Stern School of Business Department of Economics.
Part 12: Asymptotics for the Regression Model 12-1/39 Econometrics I Professor William Greene Stern School of Business Department of Economics.
Uncertainty in fall time surrogate Prediction variance vs. data sensitivity – Non-uniform noise – Example Uncertainty in fall time data Bootstrapping.
BA 275 Quantitative Business Methods
3. Binary Choice – Inference. Hypothesis Testing in Binary Choice Models.
Part 7: Estimating the Variance of b 7-1/53 Econometrics I Professor William Greene Stern School of Business Department of Economics.
Uncertainty and confidence intervals Statistical estimation methods, Finse Friday , 12.45–14.05 Andreas Lindén.
CmpE 104 SOFTWARE STATISTICAL TOOLS & METHODS MEASURING & ESTIMATING SOFTWARE SIZE AND RESOURCE & SCHEDULE ESTIMATING.
[Part 1] 1/15 Discrete Choice Modeling Econometric Methodology Discrete Choice Modeling William Greene Stern School of Business New York University 0Introduction.
Part 8: Hypothesis Testing 8-1/50 Econometrics I Professor William Greene Stern School of Business Department of Economics.
A Short Introduction to Curve Fitting and Regression by Brad Morantz
OUTLIER, HETEROSKEDASTICITY,AND NORMALITY
The Simple Linear Regression Model: Specification and Estimation
Microeconometric Modeling
Part 12: Random Parameters [ 1/46] Econometric Analysis of Panel Data William Greene Department of Economics Stern School of Business.
1-1 Regression Models  Population Deterministic Regression Model Y i =  0 +  1 X i u Y i only depends on the value of X i and no other factor can affect.
FIN357 Li1 The Simple Regression Model y =  0 +  1 x + u.
Basics of regression analysis
FIN357 Li1 The Simple Regression Model y =  0 +  1 x + u.
Part 14: Generalized Regression 14-1/46 Econometrics I Professor William Greene Stern School of Business Department of Economics.
Standard error of estimate & Confidence interval.
Econometric Methodology. The Sample and Measurement Population Measurement Theory Characteristics Behavior Patterns Choices.
1. Descriptive Tools, Regression, Panel Data. Model Building in Econometrics Parameterizing the model Nonparametric analysis Semiparametric analysis Parametric.
Chapter 6: Sampling Distributions
Discrete Choice Modeling William Greene Stern School of Business New York University.
Discrete Choice Modeling William Greene Stern School of Business New York University.
Model Building III – Remedial Measures KNNL – Chapter 11.
Efficiency of Public Spending in Developing Countries: A Stochastic Frontier Approach William Greene Stern School of Business World Bank, May 23, 2005.
Managerial Economics Demand Estimation. Scatter Diagram Regression Analysis.
CH7 Testing For Tradability 1. Agenda 1.Introduction 2.The linear relationship 3.Estimating the linear relationship: The multifactor approach 4.Estimating.
Using Resampling Techniques to Measure the Effectiveness of Providers in Workers’ Compensation Insurance David Speights Senior Research Statistician HNC.
Part 2: Model and Inference 2-1/49 Regression Models Professor William Greene Stern School of Business IOMS Department Department of Economics.
Copyright © 2006 The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill/Irwin The Two-Variable Model: Hypothesis Testing chapter seven.
Geology 5670/6670 Inverse Theory 21 Jan 2015 © A.R. Lowry 2015 Read for Fri 23 Jan: Menke Ch 3 (39-68) Last time: Ordinary Least Squares Inversion Ordinary.
Ch14: Linear Least Squares 14.1: INTRO: Fitting a pth-order polynomial will require finding (p+1) coefficients from the data. Thus, a straight line (p=1)
Empirical Methods for Microeconomic Applications University of Lugano, Switzerland May 27-31, 2013 William Greene Department of Economics Stern School.
[Topic 1-Regression] 1/37 1. Descriptive Tools, Regression, Panel Data.
KNN Ch. 3 Diagnostics and Remedial Measures Applied Regression Analysis BUSI 6220.
Lesson 14 - R Chapter 14 Review. Objectives Summarize the chapter Define the vocabulary used Complete all objectives Successfully answer any of the review.
Psychology 202a Advanced Psychological Statistics October 22, 2015.
Clase 3. Parameters and statistics Population: hypothetical set of N “source” observations (N very large) Sample: a set of n observations from the source.
1/61: Topic 1.2 – Extensions of the Linear Regression Model Microeconometric Modeling William Greene Stern School of Business New York University New York.
1/26: Topic 2.2 – Nonlinear Panel Data Models Microeconometric Modeling William Greene Stern School of Business New York University New York NY USA William.
Estimating standard error using bootstrap
Chapter 6: Sampling Distributions
The Simple Linear Regression Model: Specification and Estimation
Microeconometric Modeling
Chapter 3: TWO-VARIABLE REGRESSION MODEL: The problem of Estimation
Slope of the regression line:
Linear Regression.
The regression model in matrix form
The Regression Model Suppose we wish to estimate the parameters of the following relationship: A common method is to choose parameters to minimise the.
Microeconometric Modeling
Econometrics I Professor William Greene Stern School of Business
Chengyuan Yin School of Mathematics
Simple Linear Regression
Econometrics I Professor William Greene Stern School of Business
Econometrics I Professor William Greene Stern School of Business
Econometrics I Professor William Greene Stern School of Business
Linear Regression Summer School IFPRI
Microeconometric Modeling
Microeconometric Modeling
Empirical Methods for Microeconomic Applications University of Lugano, Switzerland May 27-31, 2019 William Greene Department of Economics Stern School.
Microeconometric Modeling
Econometrics I Professor William Greene Stern School of Business
Bootstrapping and Bootstrapping Regression Models
Presentation transcript:

Microeconometric Modeling William Greene Stern School of Business New York University

Bootstrapping and Quantile Regresion

Estimating the Asymptotic Variance of an Estimator  Known form of asymptotic variance: Compute from known results  Unknown form, known generalities about properties: Use bootstrapping Root N consistency Sampling conditions amenable to central limit theorems Compute by resampling mechanism within the sample.

Bootstrapping Method: 1. Estimate parameters using full sample:  b 2. Repeat R times: Draw n observations from the n, with replacement Estimate  with b(r). 3. Estimate variance with V = (1/R)  r [b(r) - b][b(r) - b]’ (Some use mean of replications instead of b. Advocated (without motivation) by original designers of the method.)

Application: Correlation between Age and Education

Bootstrap Regression - Replications matrix;bboot=init(3,21,0.)$ Store results here namelist;x=one,y,pg$ Define X regress;lhs=g;rhs=x$ Compute and display b calc;r=0$ Counter proc Define procedure regress;quietly;lhs=g;rhs=x$ … Regression (silent) matrix;{r=r+1};bboot(*,r)=b$... Store b(r) endproc Ends procedure execute;n=20;bootstrap=b$ 20 bootstrap reps matrix;list;bboot' $ Display replications

Variable| Coefficient Standard Error t-ratio P[|T|>t] Mean of X Constant| *** Y|.03692*** PG| *** Completed 20 bootstrap iterations Results of bootstrap estimation of model. Model has been reestimated 20 times. Means shown below are the means of the bootstrap estimates. Coefficients shown below are the original estimates based on the full sample. bootstrap samples have 36 observations Variable| Coefficient Standard Error b/St.Er. P[|Z|>z] Mean of X B001| *** B002|.03692*** B003| *** Results of Bootstrap Procedure

Bootstrap Replications Full sample result Bootstrapped sample results

Quantile Regression  Q(y|x,  ) =  x,  = quantile  Estimated by linear programming  Q(y|x,.50) =  x,.50  median regression  Median regression estimated by LAD (estimates same parameters as mean regression if symmetric conditional distribution)  Why use quantile (median) regression? Semiparametric Robust to some extensions (heteroscedasticity?) Complete characterization of conditional distribution

Estimated Variance for Quantile Regression  Asymptotic Theory  Bootstrap – an ideal application

 =.25  =.50  =.75

OLS vs. Least Absolute Deviations Least absolute deviations estimator Residuals Sum of squares = Standard error of e = Fit R-squared = Adjusted R-squared = Sum of absolute deviations = Variable| Coefficient Standard Error b/St.Er. P[|Z|>z] Mean of X |Covariance matrix based on 50 replications. Constant| *** Y|.03784*** PG| *** Ordinary least squares regression Residuals Sum of squares = Standard error of e = Standard errors are based on Fit R-squared = bootstrap replications Adjusted R-squared = Variable| Coefficient Standard Error t-ratio P[|T|>t] Mean of X Constant| *** Y|.03692*** PG| ***