340 likes | 503 Views
William Greene Stern School of Business New York University. Frontier Models and Efficiency Measurement Lab Session 2: Stochastic Frontier. 0 Introduction 1 Efficiency Measurement 2 Frontier Functions 3 Stochastic Frontiers 4 Production and Cost 5 Heterogeneity 6 Model Extensions
E N D
William Greene Stern School of Business New York University Frontier Models and Efficiency MeasurementLab Session 2: Stochastic Frontier 0 Introduction 1 Efficiency Measurement 2 Frontier Functions 3 Stochastic Frontiers 4 Production and Cost 5 Heterogeneity 6 Model Extensions 7 Panel Data 8 Applications
Application to Spanish Dairy Farms N = 247 farms, T = 6 years (1993-1998)
JLMS Inefficiency Estimator FRONTIER ; LHS = the variable ; RHS = ONE, the variables ; EFF = the new variable $ Creates a new variable in the data set. FRONTIER ; LHS = YIT ; RHS = X ; EFF = U_i $ Use ;Techeff = variable to compute exp(-u).
Cost Frontier Command FRONTIER ; COST ; LHS = the variable ; RHS = ONE, the variables ; TechEFF = the new variable $ ε(i) = v(i) + u(i) [u(i) is still positive]
Normal-Truncated NormalFrontier Command FRONTIER ; COST ; LHS = the variable ; RHS = ONE, the variables ; Model = Truncation ; EFF = the new variable $ ε(i) = v(i) +/- u(i) u(i) = |U(i)|, U(i) ~ N[μ,2] The half normal model has μ = 0.
Observations about Truncation Model • Truncation Model estimation is often unstable • Often estimation is not possible • When possible, estimates are often wild • Estimates of u(i) are usually only moderately affected • Estimates of u(i) are fairly stable across models (exponential, truncation, etc.)
Ranking Observations CREATE ; newname = Rnk ( Variable ) $ Creates the set of ranks. Use in any subsequent analysis.