1 / 10

AEB 6184 – Allen Partial for the CES

AEB 6184 – Allen Partial for the CES. Elluminate - 4. Fitting the CES Function – Modified Gauss- Siedel. Another formulation of the Gauss-Siedel is to formulate the system as a squared-error system. For example consider the CES production function

maire
Download Presentation

AEB 6184 – Allen Partial for the CES

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. AEB 6184 – Allen Partial for the CES Elluminate - 4

  2. Fitting the CES Function – Modified Gauss-Siedel • Another formulation of the Gauss-Siedel is to formulate the system as a squared-error system. • For example consider the CES production function • The first-order condition for each input then becomes

  3. Error Objective Function • The objective function for the minimization problem then becomes • Left to your own, prove that the first-order conditions of Q(.) yields the same conditions as the Gauss-Siedel form.

  4. Sample Maxima Program f(x1,x2,x3):=(0.6870*x1^(-0.0526)+0.0886*x2^(-0.0526)+0.1838*x3^(-0.0526))^(-19); f1(x1,x2,x3):=diff(f(x1,x2,x3),x1); f2(x1,x2,x3):=diff(f(x1,x2,x3),x2); f3(x1,x2,x3):=diff(f(x1,x2,x3),x3); f_1=subst(5,x1,subst(5,x2,subst(5,x3,f1(x1,x2,x3)))); f_2=subst(5,x1,subst(5,x2,subst(5,x3,f2(x1,x2,x3)))); f_3=subst(5,x1,subst(5,x2,subst(5,x3,f3(x1,x2,x3)))); f11(x1,x2,x3):=diff(f(x1,x2,x3),x1,1,x1,1); f12(x1,x2,x3):=diff(f(x1,x2,x3),x1,1,x2,1); f13(x1,x2,x3):=diff(f(x1,x2,x3),x1,1,x3,1); f22(x1,x2,x3):=diff(f(x1,x2,x3),x2,1,x2,1); f23(x1,x2,x3):=diff(f(x1,x2,x3),x2,1,x3,1); f33(x1,x2,x3):=diff(f(x1,x2,x3),x3,1,x3,1); f_11=subst(5,x1,subst(5,x2,subst(5,x3,f11(x1,x2,x3)))); f_12=subst(5,x1,subst(5,x2,subst(5,x3,f12(x1,x2,x3)))); f_13=subst(5,x1,subst(5,x2,subst(5,x3,f13(x1,x2,x3)))); f_22=subst(5,x1,subst(5,x2,subst(5,x3,f22(x1,x2,x3)))); f_23=subst(5,x1,subst(5,x2,subst(5,x3,f23(x1,x2,x3)))); f_33=subst(5,x1,subst(5,x2,subst(5,x3,f33(x1,x2,x3))));

  5. Output – First Order

  6. Output – Second Order

More Related