{"id":92,"date":"2023-11-10T12:28:47","date_gmt":"2023-11-10T12:28:47","guid":{"rendered":"https:\/\/dataenvelopment.com\/gams\/?p=92"},"modified":"2023-11-10T20:48:02","modified_gmt":"2023-11-10T20:48:02","slug":"chapter-2-fig-2-21-2","status":"publish","type":"post","link":"https:\/\/dataenvelopment.com\/gams\/chapter-2-fig-2-21-2\/","title":{"rendered":"Chapter 2 (Fig. 2.21) &#8211; Mathematical formulation of the multiplier VRS DEA model with Assurance Region (AR) constraints and the corresponding GAMS formulation"},"content":{"rendered":"\n<pre class=\"wp-block-preformatted\">$Title Chapter 2 (Fig. 2.21)\r\n$Title Mathematical formulation of the multiplier CRS DEA model with Assurance Region (AR) constraints and the corresponding GAMS code\r\n\r\n$onText\r\n\r\nIf using this code, please cite:\r\n\r\n---------------------------------------------------------------------------------\r\nEmrouznejad, A., P. Petridis, and V. Charles (2023). Data Envelopment Analysis\r\nwith GAMS: A Handbook on Productivity Analysis, and Performance Measurement,\r\nSpringer, ISBN: 978-3-031-30700-3.\r\n---------------------------------------------------------------------------------\r\n\r\nWebsite: https:\/\/dataenvelopment.com\/GAMS\/\r\n\r\n$offText\r\n\r\nSets    j DMUs \/DMU1*DMU10\/\r\n        g Inputs and Outputs \/ProdCost, TrnCost, HoldInv, SatDem, Rev\/\r\n        i(g)  Inputs \/ProdCost, TrnCost, HoldInv\/\r\n        r(g) Outputs \/SatDem, Rev\/;\r\n        alias(j,jj);\r\n\r\nTable Data(j,g) Data for inputs and outputs\r\n\r\n           ProdCost     TrnCost      HoldInv     SatDem      Rev\r\nDMU1        0.255        0.161        0.373        20        2.64\r\nDMU2        0.98         0.248        0.606        6         5.29\r\nDMU3        0.507        0.937        0.749        17        2.43\r\nDMU4        0.305        0.249        0.841        2         8.99\r\nDMU5        0.659        0.248        0.979        19        2.94\r\nDMU6        0.568        0.508        0.919        17        0.75\r\nDMU7        0.583        0.628        0.732        17        6.36\r\nDMU8        0.627        0.675        0.738        10        7.2\r\nDMU9        0.772        0.657        0.486        9         2.16\r\nDMU10       0.917        0.639        0.234        8         7.3;\r\n\r\n\r\nVariables efficiency objective function\r\n          mu\r\n          v(i) dual input\r\n          u(r) dual output;\r\n\r\nNonnegative variables\r\n          v(i) dual input\r\n          u(r) dual output;\r\n\r\nParameters DMU_data(g) slice of data\r\n           eff(j) efficiency report\r\n           res_v(j,i) results for dual input\r\n           res_u(j,r) results for dual output\r\n           sm(j);\r\n\r\nEquations OBJ objective function\r\n          CON1(j)\r\n          CON2\r\n          CON3\r\n          CON4\r\n          CON5\r\n          CON6\r\n          CON7\r\n          CON8;\r\n\r\nOBJ..       efficiency=E=SUM(r,u(r)*DMU_data(r));\r\n\r\nCON1(j)..   SUM(r,u(r)*Data(j,r))-SUM(i,v(i)*Data(j,i))=L=0;\r\n\r\nCON2..      SUM(i,v(i)*DMU_data(i))=E=1;\r\n\r\nCON3..      v('TrnCost')=G=0.5*v('ProdCost');\r\n\r\nCON4..      v('TrnCost')=L=4*v('ProdCost');\r\n\r\nCON5..      v('HoldInv')=G=2*v('ProdCost');\r\n\r\nCON6..      v('HoldInv')=L=6*v('ProdCost');\r\n\r\nCON7..      u('SatDem')=G=3*u('Rev');\r\n\r\nCON8..      u('SatDem')=L=5*u('Rev');\r\n\r\nmodel multiplier_DEA_CRS_AR input oriented DEA CRS \/ OBJ, CON1, CON2, CON3, CON4, CON5, CON6, CON7, CON8\/;\r\n\r\nloop(jj,\r\n   DMU_data(i) = Data(jj,i);\r\n   DMU_data(r) = Data(jj,r);\r\n   solve multiplier_DEA_CRS_AR using LP Maximizing efficiency;\r\n   eff(jj)=efficiency.l;\r\n   res_v(jj,i)=v.l(i);\r\n   res_u(jj,r)=u.l(r);\r\n   sm(j)=multiplier_DEA_CRS_AR.modelstat;\r\n   );\r\n\r\nDisplay eff, res_v, res_u;\r\n\r\nexecute_unload<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>$Title Chapter 2 (Fig. 2.21) $Title Mathematical formulation of the multiplier CRS DEA model with Assurance Region (AR) constraints and the corresponding GAMS code $onText If using this code, please cite: &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; Emrouznejad, A., P. Petridis, and V. Charles (2023). Data Envelopment Analysis with GAMS: A Handbook on Productivity Analysis, and Performance Measurement, Springer, ISBN: [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[2],"tags":[],"_links":{"self":[{"href":"https:\/\/dataenvelopment.com\/gams\/wp-json\/wp\/v2\/posts\/92"}],"collection":[{"href":"https:\/\/dataenvelopment.com\/gams\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/dataenvelopment.com\/gams\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/dataenvelopment.com\/gams\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/dataenvelopment.com\/gams\/wp-json\/wp\/v2\/comments?post=92"}],"version-history":[{"count":3,"href":"https:\/\/dataenvelopment.com\/gams\/wp-json\/wp\/v2\/posts\/92\/revisions"}],"predecessor-version":[{"id":124,"href":"https:\/\/dataenvelopment.com\/gams\/wp-json\/wp\/v2\/posts\/92\/revisions\/124"}],"wp:attachment":[{"href":"https:\/\/dataenvelopment.com\/gams\/wp-json\/wp\/v2\/media?parent=92"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/dataenvelopment.com\/gams\/wp-json\/wp\/v2\/categories?post=92"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/dataenvelopment.com\/gams\/wp-json\/wp\/v2\/tags?post=92"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}