Data envelopment analysis

Revision as of 21:34, 28 March 2024 by imported>Citation bot (Altered title. | Use this bot. Report bugs. | Suggested by Abductive | Category:Production economics | #UCB_Category 21/105)
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Template:Short description Data envelopment analysis (DEA) is a nonparametric method in operations research and economics for the estimation of production frontiers.<ref name=":0">Charnes et al (1978)</ref> DEA has been applied in a large range of fields including international banking, economic sustainability, police department operations, and logistical applications<ref name="Charnes95">Charnes et al (1995)</ref><ref name=":15">Emrouznejad et al (2016)</ref><ref name=":16">Thanassoulis (1995)</ref> Additionally, DEA has been used to assess the performance of natural language processing models, and it has found other applications within machine learning.<ref>Koronakos and Sotiropoulos (2020)</ref><ref name=":18">Zhou et al (2022)</ref><ref name=":17">Guerrero et al (2022)</ref>

DescriptionEdit

DEA is used to empirically measure productive efficiency of decision-making units (DMUs). Although DEA has a strong link to production theory in economics, the method is also used for benchmarking in operations management, whereby a set of measures is selected to benchmark the performance of manufacturing and service operations.<ref>Mahmoudi et al (2021)</ref> In benchmarking, the efficient DMUs, as defined by DEA, may not necessarily form a “production frontier”, but rather lead to a “best-practice frontier.”<ref name=":0"/><ref>Sickles et al (2019)</ref>Template:Rp

In contrast to parametric methods that require the ex-ante specification of a production- or cost-function, non-parametric approaches compare feasible input and output combinations based on the available data only.<ref name=cooper2007>Cooper et al (2007)</ref> DEA, one of the most commonly used non-parametric methods, owes its name to its enveloping property of the dataset's efficient DMUs, where the empirically observed, most efficient DMUs constitute the production frontier against which all DMUs are compared. DEA's popularity stems from its relative lack of assumptions, the ability to benchmark multi-dimensional inputs and outputs as well as its computational ease owing to it being expressable as a linear program, despite its task to calculate efficiency ratios.<ref name=ease>Cooper et al (2011)</ref>

HistoryEdit

Building on the ideas of Farrell,<ref name=farrell>Farrell (1957)</ref> the 1978 work "Measuring the efficiency of decision-making units" by Charnes, Cooper & Rhodes<ref name=":0" /> applied linear programming to estimate, for the first time, an empirical, production-technology frontier. In Germany, the procedure had earlier been used to estimate the marginal productivity of R&D and other factors of production. Since then, there have been a large number of books and journal articles written on DEA or about applying DEA to various sets of problems.

Starting with the CCR model, named after Charnes, Cooper, and Rhodes,<ref name=":0"/> many extensions to DEA have been proposed in the literature. They range from adapting implicit model assumptions such as input and output orientation, distinguishing technical and allocative efficiency,<ref name=allo>Fried et al (2008)</ref> adding limited disposability<ref>Cooper et al (2000)</ref> of inputs/outputs or varying returns-to-scale<ref>Banker et al (1984)</ref> to techniques that utilize DEA results and extend them for more sophisticated analyses, such as stochastic DEA<ref name=":1">Olesen (2016)</ref> or cross-efficiency analysis.<ref name=":2" />

TechniquesEdit

In a one-input, one-output scenario, efficiency is merely the ratio of output over input that can be produced, while comparing several entities/DMUs based on it is trivial. However, when adding more inputs or outputs the efficiency computation becomes more complex. Charnes, Cooper, and Rhodes (1978)<ref name=":0" /> in their basic DEA model (the CCR) define the objective function to find <math>DMU_j's</math> efficiency <math>(\theta_j)</math> as:

<math>\max \quad \theta_j = \frac{\sum\limits_{m=1}^{M}y_m^j u_m^j}{\sum\limits_{n=1}^{N}x_n^j v_n^j},</math>

where the <math>DMU_j's</math> known <math>M</math> outputs <math>y_1^j,...,y_m^j</math> are multiplied by their respective weights <math>u_1^j,...,u_m^j</math> and divided by the <math>N</math> inputs <math>x_1^j,...,x_n^j</math> multiplied by their respective weights <math>v_1^j,...,v_n^j</math>.

The efficiency score <math>\theta_j</math> is sought to be maximized, under the constraints that using those weights on each <math>DMU_k \quad k=1,...,K</math>, no efficiency score exceeds one:

<math>\frac{\sum\limits_{m=1}^{M}y_m^k u_m^j}{\sum\limits_{n=1}^{N}x_n^k v_n^j} \leq 1 \qquad k = 1,...,K,</math>

and all inputs, outputs and weights have to be non-negative. To allow for linear optimization, one typically constrains either the sum of outputs or the sum of inputs to equal a fixed value (typically 1. See later for an example).

Because this optimization problem's dimensionality is equal to the sum of its inputs and outputs, selecting the smallest number of inputs/outputs that collectively, accurately capture the process one attempts to characterize is crucial. And because the production frontier envelopment is done empirically, several guidelines exist on the minimum required number of DMUs for good discriminatory power of the analysis, given homogeneity of the sample. This minimum number of DMUs varies between twice the sum of inputs and outputs (<math>2 (M + N)</math>) and twice the product of inputs and outputs (<math>2 M N</math>).

Some advantages of the DEA approach are:

  • no need to explicitly specify a mathematical form for the production function
  • capable of handling multiple inputs and outputs
  • capable of being used with any input-output measurement, although ordinal variables remain tricky
  • the sources of inefficiency can be analysed and quantified for every evaluated unit
  • using the dual of the optimization problem identifies which DMU is evaluating itself against which other DMUs

Some of the disadvantages of DEA are:

  • results are sensitive to the selection of inputs and outputs
  • high-efficiency values can be obtained by being truly efficient or having a niche combination of inputs/outputs
  • the number of efficient firms on the frontier increases with the number of inputs and output variables
  • a DMU's efficiency scores may be obtained by using non-unique combinations of weights on the input and/or output factors

ExampleEdit

Assume that we have the following data:

  • Unit 1 produces 100 items per day, and the inputs per item are 10 dollars for materials and 2 labour-hours
  • Unit 2 produces 80 items per day, and the inputs are 8 dollars for materials and 4 labour-hours
  • Unit 3 produces 120 items per day, and the inputs are 12 dollars for materials and 1.5 labour-hours

To calculate the efficiency of unit 1, we define the objective function (OF) as

  • <math>Max Efficiency :(100u_1)/(10v_1+2v_2)</math>

which is subject to (ST) all efficiency of other units (efficiency cannot be larger than 1):

  • Efficiency of unit 1: <math>(100u_1)/(10v_1+2v_2)\leq 1</math>
  • Efficiency of unit 2: <math>(80u_1)/(8v_1+4v_2)\leq 1</math>
  • Efficiency of unit 3: <math>(120u_1)/(12v_1+1.5v_2)\leq 1</math>

and non-negativity:

  • <math>u,v \geq 0</math>

A fraction with decision variables in the numerator and denominator is nonlinear. Since we are using a linear programming technique, we need to linearize the formulation, such that the denominator of the objective function is constant (in this case 1), then maximize the numerator.

The new formulation would be:

  • OF
    • <math>Max Efficiency :100u_1</math>
  • ST
    • Efficiency of unit 1: <math>100u_1-(10v_1+2v_2)\leq 0</math>
    • Efficiency of unit 2: <math display="inline">80u_1-(8v_1+4v_2)\leq 0</math>
    • Efficiency of unit 3: <math>120u_1-(12v_1+1.5v_2)\leq 0</math>
    • Denominator of nonlinear OF: <math>10v_1+2v_2=1</math>
    • Non-negativity: <math>u,v \geq 0</math>

ExtensionsEdit

A desire to improve upon DEA by reducing its disadvantages or strengthening its advantages has been a major cause for discoveries in the recent literature. The currently most often DEA-based method to obtain unique efficiency rankings is called "cross-efficiency." Originally developed by Sexton et al. in 1986,<ref name=":2">Sexton (1986)</ref> it found widespread application ever since Doyle and Green's 1994 publication.<ref name=Doyle>Doyle (1994)</ref> Cross-efficiency is based on the original DEA results, but implements a secondary objective where each DMU peer-appraises all other DMU's with its own factor weights. The average of these peer-appraisal scores is then used to calculate a DMU's cross-efficiency score. This approach avoids DEA's disadvantages of having multiple efficient DMUs and potentially non-unique weights.<ref name=nonu>Dyson (2001)</ref> Another approach to remedy some of DEA's drawbacks is Stochastic DEA,<ref name=":1" /> which synthesizes DEA and Stochastic Frontier Analysis (SFA).<ref name=olesen>Olesen et al (2016)</ref>

FootnotesEdit

Template:Reflist

ReferencesEdit

Further readingEdit

External linksEdit

Template:Authority control