Cross Equation Constraints

Slides:



Advertisements
Similar presentations
Warm Up… Solve each equation for y.
Advertisements

Linear Programming – Sensitivity Analysis How much can the objective function coefficients change before the values of the variables change? How much can.
Microeconomics 2 John Hey. “The opposite of love is not hate, it's indifference. The opposite of art is not ugliness, it's indifference. The opposite.
Equations and Their Solutions
The slope-intercept form of a linear equation of a non-vertical line is given by: Slope-Intercept Form of a Linear Equation.
Find equation for Total Revenue Find equation for Marginal Revenue
Housing Demand © Allen C. Goodman, 2000 Equations Price and income are problematic. Simple model Q =  p Y P +  t Y T +  P +  Z What is permanent.
Elasticity from mathematical demand curves Before we saw linear and nonlinear demand curves. We return to them to get elasticity values from them.
Housing Demand © Allen C. Goodman, 2009 Equations Price and income are problematic. Simple model Q =  p Y P +  t Y T +  P +  Z What is permanent.
Some Basics Demand Why demand? We want to look at what consumers do. Demand is related to total expenditures What happens to total expenditures if price.
VAR and VEC Using Stata.
Chapter 8 Dummy Variables and Truncated Variables.
Writing and Solving Proportions. Proportions Proportion is an equation stating that two ratios are equivalent. Proportional are two quantities that form.
Module 12: Indifference Curves and Budget Constraints
3-2 Solving Equations by Using Addition and Subtraction Objective: Students will be able to solve equations by using addition and subtraction.
1 Example 1 Evaluate Solution Since the degree 2 of the numerator equals the degree of the denominator, we must begin with a long division: Thus Observe.
Revenue Manager Pricing Strategy. CAESARS ENTERTAINMENT ® | PROPRIETARY AND CONFIDENTIAL 2 Elasticity Model Log linear regression model to estimate demand.
2002 Microeconomics Question 3.
Estimating Car Demand Demand Function for Car Industry Q = a 1 P + a 2 P x + a 3 I + a 4 Pop + a 5 i + a 6 A Demand Equation for Car Industry Q = -500P.
Math – The Multiplication/Division Principle of Equality 1.
Differential Equations Linear Equations with Variable Coefficients.
ALGEBRA VOCABULARY. Vocabulary: Expression Definition: A math phrase built from constants, variables and operations EXAMPLE: 3X - 2Y.
National accounts: Part 1 MEASUREMENT ECONOMICS ECON 4700.
Algebra 1 Section 3.4 Solve equations with variables on both sides of the equation. Solve: 17 – 2x = x Solve 80 – 9y = 6y.
Solve the following equations: Solve using the zero-product property.
3.7 Completing the Square Objective:
Solving Quadratic Equations by Completing the Square
CHAPTER 10 & 13 Correlation and Regression
Solving Quadratic Equations by Completing the Square
Solving Quadratic Equations by Completing the Square
Algebra.
Tools for Algebra Vocabulary
4-3 Standard Form Goal: Write a linear equation in standard form.
Solving Quadratic Equations by Completing the Square
5-Minute Check Lesson 1-3A
Solving Quadratic Equations by Completing the Square
Solving Quadratic Equations by Completing the Square
Solving Quadratic Equations by Completing the Square
Education Production Function
Solving Quadratic Equations by Completing the Square
Equation Review Given in class 10/4/13.
Use Inverse Matrices to Solve 2 Variable Linear Systems
Solving Quadratic Equations by Completing the Square
Solving Quadratic Equations by Completing the Square
Find the area of the Triangle
Solving Quadratic Equations by Completing the Square
Solving Quadratic Equations by Completing the Square
Solving Quadratic Equations by Completing the Square
Tutorial 2: Demand Matthew Robson.
a + 2 = 6 What does this represent? 2 a
Solving Quadratic Equations by Completing the Square
Solving Quadratic Equations by Completing the Square
EQUATION 3.1 – 3.2 Price elasticity of demand(eP)
Systems of Equations Solve by Graphing.
Solving Quadratic Equations by Completing the Square
Multivariate Models Regression.
Solving Quadratic Equations by Completing the Square
Equation Review.

1. How do I Solve Linear Equations
6-3 Completing the Square
Solving Quadratic Equations by Completing the Square
Solving Quadratic Equations by Completing the Square
Solving a System of Linear Equations
Solving Quadratic Equations by Completing the Square
Solving Quadratic Equations by Completing the Square
Regression and Correlation of Data
Solving Quadratic Equations by Completing the Square
Solving Quadratic Equations by Completing the Square
Solving Quadratic Equations by Completing the Square
Presentation transcript:

Cross Equation Constraints

Stone-Geary Utility Function Linear expenditure system U= (q1 - 1) (q2 - 2)  + =1  and  are expenditure shares (above subsistence) i subsistence quantity of good I

Stone-Geary Utility Function q1 = 1 + (/p1)(M - p11 - p22) M is money income pi is price of good i q2 = 2 + (/p2)(M - p11 - p22)

Stone-Geary Utility Function q1 = 1 (1- )+ (M/p1)- (p2 /p1)  2 q1 = a0 + a1 (M/p1) + a2 (p2 /p1) + 1 q2 = 2  + (M/p2)- (p1 /p2)  1 q2 = b0 + b1 (M/p2) + b2 (p1 /p2) + 2

Stone-Geary Utility Function Constraints a1 + b1 = 1 a2 = b0 a0 = b2 q1 = a0 + a1 (M/p1) + a2 (p2 /p1) + 1 q2 = b0 + b1 (M/p2) + b2 (p1 /p2) + 2

Constraints in Stata Constraint define # “condition” example 1: constraint define 1 var1=var2 coefficient on var1 equals coefficient on var2 example 2: constraint define 2 [q1]constant = [q2]var3 constant in q1 equation equals coefficient on var3 in q2 equation

Seemingly Unrelated Regressions in Stata SUREG ([eqname1]: depvar1 indvar11 indvar12…, noconstant) ([eqname2]: depvar2 indvar21 indvar22…, noconstant), constraint(constraint numbers) eqname is optional noconstant is optional constraint(.) is optional

Seemingly Unrelated Regressions in Stata SUREG ([q1]: q1 M/p1 p2/1) ([q2]: q2 M/p2 p1/2) test [q1]constant = [q2] p1/2 constraint define 2 [q1]constant=[q2] p1/2 SUREG ([q1]: q1 M/p1 p2/1) ([q2]: q2 M/p2 p1/2), constraint(2)