SlideShare a Scribd company logo
1
University of Wisconsin-Milwaukee
Lubar School of Business
Session 3
Data Envelopment Analysis:
Comparing Performance of Different Units
with Multiple Inputs and Outputs
Alexander Kolker
Adjunct Faculty
Alexander Kolker. All rights reserved.
2
OUTLINE
•Data Envelopment Analysis:
•What is it ?
•What is it for?
• A concept of the efficiency frontier and a scoring function
•DEA as a linear optimization problem
• Examples of DEA using Excel Add-in Solver
• Extending DEA using Value judgment
Alexander Kolker. All rights reserved.
3
DEA: The Main Concept Points
• Data envelopment analysis (DEA) is a technique that can
be used to measure the multiple dimensions of
performance (efficiency) of producing units
• These producing units are called Decision-Making Units
(DMU)
• DEA allows multiple inputs and outputs to be used that
develop a single efficiency score
Alexander Kolker. All rights reserved.
• DEA can be used to measure comparative efficiency
(performance) of hospitals, physicians, group practices,
or any other producing unit- DMU using a so-called
scoring function (defined below)
(Cont.)
Alexander Kolker. All rights reserved. 4
• In the heart of the DEA is finding the "best" producer
(DMU) among many other producers (comparative
DMUs).
Alexander Kolker. All rights reserved. 5
(Cont.)
• If one producer (DMU1) is better than another producer
(DMU2) by either making more output with the same input
or making the same output with less input then this
producer (DMU1) is more efficient than another one
(DMU2).
• The procedure of comparing the producers aimed at finding
efficient ones vs. less efficient and by how much can be
formulated as a linear optimization problem.
• Analyzing the efficiency of N producers is then a set of N
linear optimization problems.
Alexander Kolker. All rights reserved. 6
DEA vs. Statistical Approach
•A typical statistical approach is characterized as a central
tendency approach and it evaluates producers relative to an
average producer
•In contrast, DEA is an extreme point method and compares
each producer with only the "best" producers. Extreme point
method is not always the right tool for a problem but it is an
appropriate approach in many cases
•A fundamental assumption behind an extreme point method
is that if a given producer is capable of producing Y units of
output with X units of inputs, then other producers should
also be able to do the same if they were to operate efficiently
Note: This assumption is not always true. Not everybody can become an Olympics
champion, no matter how much one is trained
7
DEA-- A Simple Example
Surgeons-DMUsS1 to S4
Inputs: S1 S2 S3 S4
Length of stay-
LOS
2.5 1 3 4
Surgical kits,
units
1 3 2 3
Output: Net
Revenue per
patient, $
$4000 $4000 $4000 $3000
Alexander Kolker. All rights reserved.
Alexander Kolker. All rights reserved. 8
•Surgeons S1, S2, and S3 use different combinations of
resources: LOS and surgical kits
• However they produce the same output: the net revenue
per patient.
• Therefore they are assumed to be efficient, and
would receive a relative efficiency score of 1.
• Surgeon 4, however is relatively inefficient (relatively to the
peers). S4 efficiency score is less than 1.
Alexander Kolker. All rights reserved. 9
LOS, days
0 1 2 3 4
Surgicalkits
4
3
2
1
S2
S1
S3
S4Inefficiency
• S4 must reduce either the medically necessary LOS, or the
use of surgical kits, or both, to become as efficient as
his/her peers.
• The amount of the reduction necessary is called
inefficiency
Alexander Kolker. All rights reserved. 10
• Thus, DEA allows calculating how much the
input/output mix must be changed for inefficient
DMUs to reach efficiency relatively to their peers
Alexander Kolker. All rights reserved. 11
DEA as a linear optimization problem
The score of a DMU is defined as the ratio of the weighted
outputs and the weighted inputs, i.e.
Score=(weighted sum of outputs)/(weighted sum of inputs)
Now,
For each DMU k:
Maximize the defined above score of unit k
Subject to (s.t.):
For every unit j (including k):
Score(j)<=1
Alexander Kolker. All rights reserved. 12
• Thus, unit k may choose a scoring function that makes it
look as good as possible (maximized) subject to no other
unit getting a score >1 using the same scoring function.
• If unit k gets a score of 1, it means that there is no other
unit strictly dominating k
• Now, let’s translate this problem into a more formal Linear
Optimization problem:
Alexander Kolker. All rights reserved. 13
Alexander Kolker. All rights reserved. 14
The above optimization problem is a nonlinear problem.
However, it can be converted into a linear optimization
problem.
To do this:
• an additional constraint is introduced setting the
denominator of the objective function equal to 1
(technically this can be done as the above nonlinear problem
has one degree of freedom - multiplying all the weights by a
(positive) scale factor would leave the solution value
unchanged).
Alexander Kolker. All rights reserved. 15
Thus,
Alexander Kolker. All rights reserved. 16
Exercise 1.
There are 4 performance metrics collected for 6 hospital’s
units (DMUs)
• The first 2 metrics are treated as inputs:
cost per patient (1) and % of Medicaid patients for each DMU (2);
• The last 2 metrics are treated as outputs:
Surgical quality score (1) and the length of medically necessary
patient stay-LOS (2)
Unit / Input/Output ->
Input 1:
Cost/patient
Input 2:
% Medicaid/Medicare
Output 1:
Surgical Quality
score
Output 2:
LOS days
unit 1 $8,939 55 25.2 6
unit 2 $8,625 49 28.2 5
unit 3 $10,813 58 29.4 8
unit 4 $10,638 51 26.4 11
unit 5 $6,240 51 27.2 7
unit 6 $4,719 41 25.5 12
Alexander Kolker. All rights reserved. 17
• Which units (DMU) can be considered efficient, and
which ones are less efficient?
• If a unit is less efficient, how much more output does it
need to produce in order to become as efficient as the
best units (increase the surgical quality score and/or
decrease the LOS) ?
Use DEA excel template: file DEA-6 DMU 2 In 2 Out
and Add-in Solver
Alexander Kolker. All rights reserved. 18
DEA set up Excel template
Alexander Kolker. All rights reserved. 19
Explanation of the template and Excel Solver set-up:
• In each Tab named unit 1, unit 2, ….., unit 6 (k=6)
4 decision variables-weights are in cells b22:e22
(2 input weights and 2 output weights)
• Objective function is in cell i13;
it is set up as =sumproduct(d15:e15, d$22:e$22), i.e.
score= v1*output1+v2*output2
• Constraint 1, i.e. weighted input=1 is in cell h14
=sumproduct(b15:c15, b$22:c$22)=1
• Constraints sum of weighted outputs<=sum of weighted
inputs for all k=6 units are in cells f15:f20 and h15:h20,
respectively. They set up as corresponding ‘=sumproducts’
Alexander Kolker. All rights reserved. 20
Solver set-up panel
Alexander Kolker. All rights reserved. 21
• Raw input data are provided in different measures and
scales of different orders of magnitude
• Therefore decision variables-weights are calculated in
Solver in corresponding inverse measures and could have
different orders of magnitude
• In order to minimize rounding errors the Solver box “Use
Automatic Scaling” can be checked on
• However, a more reliable way is to normalize input data
to the interval 0 to 1 by dividing each input and output
data point by the maximal value for this variable
Alexander Kolker. All rights reserved. 22
DEA Results and Discussion
Unit #
Unit
efficiency
score Input 1-Cost/patient
Input 2-
%
Medicaid/Me
dicare
Output 1-Surgical
Quality score Output 2-LOS,
days
6 1.000 $4,719 41% 25.5 12
2 1.000 $8,625 49% 28.2 5
5 1.000 $6,240 51% 27.2 7
4 0.8318 $10,638 51% 26.4 11
3 0.8295 $10,813 58% 29.4 8
1 0.8085 $8,939 55% 25.2 6
Alexander Kolker. All rights reserved. 23
Key Points:
•Units 6, 2 and 5 are efficient. They have the score=1
•Units 4, 3 and 1 are less efficient than their peers. Unit 1 is
the least efficient with the lowest score=0.808
• What can unit 1 do to improve its efficiency score ?
It can, for example, decrease LOS, or improve the surgical
quality score, or do both.
But by how much?
Alexander Kolker. All rights reserved. 24
• If we run the DEA model testing different reduced LOS for
unit 1, we can identify that LOS=4.8 days makes the
efficiency score for this unit equal to 1, i.e. its efficiency
much improved to the level of its peers
• Unit 1 can also simultaneously decrease the LOS and
increase the surgical quality score.
For example, LOS=5 days (instead of 6 days) and the
surgical quality score 32.2 (instead of 25.2) make the
efficiency score equal to 1, i.e. return this unit to efficiency
level of its peers
Alexander Kolker. All rights reserved. 25
Extending data envelopmentanalysis using value
judgment
We will construct a DEA model for comparing university
departments concerned with the same discipline.
Let’s consider two business schools using the following data:
Alexander Kolker. All rights reserved. 26
School 1 School 2
Student numbers
Undergraduates 161 190
Postgraduates 111 90
Research Fellows 32 12
Total number 304 292
Expenditure ($'000)
General expenditure 970 600
Equipment expenditure 64 55
Total expenditure 1034 655
Other data
Academic staff 35 27
Research budget ($’000) 220 120
Research rating 3 3
Alexander Kolker. All rights reserved. 27
How can we compare these two departments using this data?
A traditionally used method is ratios, for example:
School 1 School 2
Expenditure per:
student 3.2 2.05
staff member 29.5 26.7
Research budget per:
staff member 6.3 3.1
$ of expenditure 0.21 0.12
Students per:
staff member 8.7 17
(the staff/student ratio)
Equipment expenditure per:
student 0.21 0.08
staff member 1.83 1.43
A problem with comparison via ratios is that different ratios
give a different picture and it is difficult to combine the entire
set of ratios into a single judgment
Alexander Kolker. All rights reserved. 28
DEA application
Inputs and outputs
What do we have to choose as our inputs and outputs?
The answer is not as obvious as it might seem. For illustration
the following inputs and outputs are chosen:
Inputs
•General expenditure
•Equipment expenditure
Outputs
•Number of undergraduates
•Number of postgraduates
•Number of research fellows
• Research budget
Alexander Kolker. All rights reserved. 29
The input and output information is summarized
below:
Unit /
Input/Output ->
Input 1:
General
expenditure,
$ 000
Input 2:
Equipment
expenditure,
$ 000
Output 1:
# of
undegrads
Output 2:
# of
postdocs
Output 3:
# of
research
fellows
Output 4:
Research
budget,
$000
school 1 $970 $64 161 111 22 $220
school 2 $600 $55 190 90 12 $120
Alexander Kolker. All rights reserved. 30
Results (use the file DEA-2 schools.xlsx)
School 1:
Solution:
w(i)-
weights 1.000 0.000 0.000 0.276 0.724 0.000
School 2:
Solution:
w(i)-
weights 0.000 1.164 1.000 0.000 0.000 0.000
School 2
Objective
Function: Output
score-> max
1.000
School 1
Objective
Function:
Output score->
max
1.000
These weights and the same efficiency scores =1 seem
unrealistic.
Many input/ output factors are ignored: they are equal to 0
Unit /
Input/Output ->
Input1:
General
expenditure,
$ 000
Input2:
Equipment
expenditure,$
000
Output1:
# of
undegrad
s
Output2:
# of
postdocs
Output
3: # of
research
fellows
Output4:
Research
budget,
$000
Alexander Kolker. All rights reserved. 31
How can the basic model be improved ?
In order to improve the model we introduce more constraints.
This addition of constraints involves value judgments.
Just as we exercised our judgment in choosing the inputs
and outputs, we use our judgment as to what are
appropriate constraints to add to the basic DEA model.
For example we might prevent zero weights by adding
constraints such as:
weights>= some small numbers (say, 0.01 rather than 0, as in
the basic model)
Alexander Kolker. All rights reserved. 32
On top of that we can argue that, for example, the
weights for:
• the number of postdocsshould be >= the number of
undegrads
• the number of research fellows >= the number of
postdocs
• the number of research fellows >= twice the number
of undergrads
• research budget >= general expenditure
Other appropriate constraints can be added to the
basic model using modified weights constraints
Alexander Kolker. All rights reserved. 33
Results for DEA model with additional constraints:
School 1:
Solution:
w(i)-
weights 0.010 0.990 0.204 0.408 0.408 0.010
School 2:
Solution:
w(i)-
weights 0.010 1.156 0.239 0.477 0.477 0.010
School 2
Objective
Function: Output
score-> max
0.891
School 1
Objective
Function:
Output score->
max
1.000
These weights and the efficiency scores seem more realistic.
We conclude that school 2 is less efficient than school 1
Unit /
Input/Output ->
Input1:
General
expenditure,
$ 000
Input2:
Equipment
expenditure,
$ 000
Output1:
# of
undegrads
Output2:
# of
postdocs
Output
3: # of
research
fellows
Output4:
Research
budget,
$000
Alexander Kolker. All rights reserved. 34
Data envelopment analysis (DEA) Methodology
Summary
• DEA requires the multiple inputs and outputs for each DMU
to be specified
• DEA defines efficiency score for each DMU as a weighted
sum of outputs [total output] divided by a weighted sum of
inputs [total input]
• DEA restricts all efficiency scores to the range 0 to 1
• DEA calculates the numerical value of the efficiency score
for a particular DMU by choosing input/output weights that
maximize the score, thereby presenting the DMU in the best
possible light
Alexander Kolker. All rights reserved. 35
Strengths and Limitations of DEA
Strengths of DEA
DEA can be a powerful tool when used wisely. A few of the
characteristics that make it powerful are:
• DEA can handle multiple input and multiple output models
• It doesn't require an assumption of a functional form
relating inputs to outputs.
• DMUs are directly compared against a peer or combination
of peers
• Inputs and outputs can have very different units. For
example, X1 could be in units of lives saved and X2 could be
in units of dollars without requiring an a priori tradeoff
between the two.
Alexander Kolker. All rights reserved. 36
Limitations of DEA
The same characteristics that make DEA a powerful tool can
also create problems. These limitations should be kept in
mind when choosing whether or not to use DEA:
• Since DEA is an extreme point technique, noise (even
symmetrical noise with zero mean) such as measurement
errors can cause problems
• DEA is good at estimating "relative" efficiency of a DMU but
it converges very slowly to "absolute" efficiency.
• DEA can tell how well you are doing compared to your
peers but not compared to a "theoretical maximum."
• Since a standard formulation of DEA creates a separate
linear program for each DMU, large problems can be
computationally intensive.
Alexander Kolker. All rights reserved. 37
QUESTIONS ?

More Related Content

What's hot

Goal programming
Goal programmingGoal programming
Goal programming
Hakeem-Ur- Rehman
 
Data envelopment analysis
Data envelopment analysisData envelopment analysis
Data envelopment analysis
Ajit Kumar Ray
 
PRODUCTION& PRODUCTION FUNCTION
PRODUCTION& PRODUCTION FUNCTIONPRODUCTION& PRODUCTION FUNCTION
PRODUCTION& PRODUCTION FUNCTION
Munish Kumar
 
8 productionpart2
8 productionpart28 productionpart2
8 productionpart2
gannibhai
 
Logit and Probit and Tobit model: Basic Introduction
Logit and Probit  and Tobit model: Basic IntroductionLogit and Probit  and Tobit model: Basic Introduction
Logit and Probit and Tobit model: Basic Introduction
Rabeesh Verma
 
Rules for identification
Rules for identificationRules for identification
Rules for identification
GarimaGupta229
 
Decision theory
Decision theoryDecision theory
Decision theory
Surekha98
 
Linear Programming
Linear ProgrammingLinear Programming
Linear Programming
Pulchowk Campus
 
Assignment Problem
Assignment ProblemAssignment Problem
Assignment Problem
Nakul Bhardwaj
 
Chapter 3-2
Chapter 3-2Chapter 3-2
Chapter 3-2
Dasrat goswami
 
Baumol’s theory of sales maximisation
Baumol’s theory of sales maximisation Baumol’s theory of sales maximisation
Baumol’s theory of sales maximisation
Prabha Panth
 
Integer programming
Integer programmingInteger programming
Integer programming
Hakeem-Ur- Rehman
 
theory of production and cost
theory of production and costtheory of production and cost
theory of production and cost
vijay94273
 
Functional Forms of Regression Models | Eonomics
Functional Forms of Regression Models | EonomicsFunctional Forms of Regression Models | Eonomics
Functional Forms of Regression Models | Eonomics
Transweb Global Inc
 
Data envelopment analysis
Data envelopment analysisData envelopment analysis
Data envelopment analysis
Giuliano Resce
 
INDIRECT UTILITY FUNCTION AND ROY’S IDENTITIY by Maryam Lone
INDIRECT UTILITY FUNCTION AND ROY’S IDENTITIY by Maryam LoneINDIRECT UTILITY FUNCTION AND ROY’S IDENTITIY by Maryam Lone
INDIRECT UTILITY FUNCTION AND ROY’S IDENTITIY by Maryam Lone
SAMEENALONE2
 
Operation research (definition, phases)
Operation research (definition, phases)Operation research (definition, phases)
Operation research (definition, phases)
DivyaKS12
 
Production and Cost
Production and CostProduction and Cost
Production and Cost
Lumen Learning
 
Cost Minimization
Cost Minimization Cost Minimization
Cost Minimization
tnblogspot
 
Transportation Problem in Operational Research
Transportation Problem in Operational ResearchTransportation Problem in Operational Research
Transportation Problem in Operational Research
Neha Sharma
 

What's hot (20)

Goal programming
Goal programmingGoal programming
Goal programming
 
Data envelopment analysis
Data envelopment analysisData envelopment analysis
Data envelopment analysis
 
PRODUCTION& PRODUCTION FUNCTION
PRODUCTION& PRODUCTION FUNCTIONPRODUCTION& PRODUCTION FUNCTION
PRODUCTION& PRODUCTION FUNCTION
 
8 productionpart2
8 productionpart28 productionpart2
8 productionpart2
 
Logit and Probit and Tobit model: Basic Introduction
Logit and Probit  and Tobit model: Basic IntroductionLogit and Probit  and Tobit model: Basic Introduction
Logit and Probit and Tobit model: Basic Introduction
 
Rules for identification
Rules for identificationRules for identification
Rules for identification
 
Decision theory
Decision theoryDecision theory
Decision theory
 
Linear Programming
Linear ProgrammingLinear Programming
Linear Programming
 
Assignment Problem
Assignment ProblemAssignment Problem
Assignment Problem
 
Chapter 3-2
Chapter 3-2Chapter 3-2
Chapter 3-2
 
Baumol’s theory of sales maximisation
Baumol’s theory of sales maximisation Baumol’s theory of sales maximisation
Baumol’s theory of sales maximisation
 
Integer programming
Integer programmingInteger programming
Integer programming
 
theory of production and cost
theory of production and costtheory of production and cost
theory of production and cost
 
Functional Forms of Regression Models | Eonomics
Functional Forms of Regression Models | EonomicsFunctional Forms of Regression Models | Eonomics
Functional Forms of Regression Models | Eonomics
 
Data envelopment analysis
Data envelopment analysisData envelopment analysis
Data envelopment analysis
 
INDIRECT UTILITY FUNCTION AND ROY’S IDENTITIY by Maryam Lone
INDIRECT UTILITY FUNCTION AND ROY’S IDENTITIY by Maryam LoneINDIRECT UTILITY FUNCTION AND ROY’S IDENTITIY by Maryam Lone
INDIRECT UTILITY FUNCTION AND ROY’S IDENTITIY by Maryam Lone
 
Operation research (definition, phases)
Operation research (definition, phases)Operation research (definition, phases)
Operation research (definition, phases)
 
Production and Cost
Production and CostProduction and Cost
Production and Cost
 
Cost Minimization
Cost Minimization Cost Minimization
Cost Minimization
 
Transportation Problem in Operational Research
Transportation Problem in Operational ResearchTransportation Problem in Operational Research
Transportation Problem in Operational Research
 

Viewers also liked

Dea
DeaDea
DEA Presentation
DEA PresentationDEA Presentation
DEA Presentation
biggame8
 
Data Analytics for Real-World Business Problems
Data Analytics for Real-World Business ProblemsData Analytics for Real-World Business Problems
Data Analytics for Real-World Business Problems
Alexander Kolker
 
Data envelopment analysis untuk Cost Revenue Profit
Data envelopment analysis untuk Cost Revenue Profit Data envelopment analysis untuk Cost Revenue Profit
Data envelopment analysis untuk Cost Revenue Profit
Akhid Yulianto
 
Taylor introms10 ppt_04
Taylor introms10 ppt_04Taylor introms10 ppt_04
Taylor introms10 ppt_04
QA Cmu
 
Analysing the efficiency of energy use on farms using Data Envelopment Analys...
Analysing the efficiency of energy use on farms using Data Envelopment Analys...Analysing the efficiency of energy use on farms using Data Envelopment Analys...
Analysing the efficiency of energy use on farms using Data Envelopment Analys...
Daniel Sandars
 
GSDR-Measuring the SDGs Progress with DEA
GSDR-Measuring the SDGs Progress with DEAGSDR-Measuring the SDGs Progress with DEA
GSDR-Measuring the SDGs Progress with DEA
Ruzanna Tarverdyan
 
Genetically modified insects
Genetically modified insectsGenetically modified insects
Genetically modified insects
Sushil Nyaupane
 
CIE39 Troyes
CIE39 TroyesCIE39 Troyes
CIE39 Troyes
sovvie
 
ED conference presentation 2007
ED conference presentation 2007ED conference presentation 2007
ED conference presentation 2007
Alexander Kolker
 
hcm4-a-kolker
hcm4-a-kolkerhcm4-a-kolker
hcm4-a-kolker
Alexander Kolker
 
Technical efficiency measurement by data envelopment analysis an applicatio...
Technical efficiency measurement by data envelopment analysis   an applicatio...Technical efficiency measurement by data envelopment analysis   an applicatio...
Technical efficiency measurement by data envelopment analysis an applicatio...
Geetika Sharma
 
Technology forecasting using dea in the presence of infeasibility
Technology forecasting using dea in the presence of infeasibilityTechnology forecasting using dea in the presence of infeasibility
Technology forecasting using dea in the presence of infeasibility
dongjoon
 
Technological forecasting of supercomputer development: The march to exascale...
Technological forecasting of supercomputer development: The march to exascale...Technological forecasting of supercomputer development: The march to exascale...
Technological forecasting of supercomputer development: The march to exascale...
dongjoon
 
Market efficiency and portfolio theory
Market efficiency and portfolio theoryMarket efficiency and portfolio theory
Market efficiency and portfolio theory
Aakash Kulkarni
 
Line balancing and its formulation
Line balancing and its formulationLine balancing and its formulation
Line balancing and its formulation
avijit biswas
 
Statistical investigation
Statistical investigationStatistical investigation
Statistical investigation
Sambhujyoti Das
 
Master thesis presentation
Master thesis presentationMaster thesis presentation
Master thesis presentation
Sofia Nyyssönen
 
Line balancing
Line balancingLine balancing
Line balancing
George Cherian
 

Viewers also liked (19)

Dea
DeaDea
Dea
 
DEA Presentation
DEA PresentationDEA Presentation
DEA Presentation
 
Data Analytics for Real-World Business Problems
Data Analytics for Real-World Business ProblemsData Analytics for Real-World Business Problems
Data Analytics for Real-World Business Problems
 
Data envelopment analysis untuk Cost Revenue Profit
Data envelopment analysis untuk Cost Revenue Profit Data envelopment analysis untuk Cost Revenue Profit
Data envelopment analysis untuk Cost Revenue Profit
 
Taylor introms10 ppt_04
Taylor introms10 ppt_04Taylor introms10 ppt_04
Taylor introms10 ppt_04
 
Analysing the efficiency of energy use on farms using Data Envelopment Analys...
Analysing the efficiency of energy use on farms using Data Envelopment Analys...Analysing the efficiency of energy use on farms using Data Envelopment Analys...
Analysing the efficiency of energy use on farms using Data Envelopment Analys...
 
GSDR-Measuring the SDGs Progress with DEA
GSDR-Measuring the SDGs Progress with DEAGSDR-Measuring the SDGs Progress with DEA
GSDR-Measuring the SDGs Progress with DEA
 
Genetically modified insects
Genetically modified insectsGenetically modified insects
Genetically modified insects
 
CIE39 Troyes
CIE39 TroyesCIE39 Troyes
CIE39 Troyes
 
ED conference presentation 2007
ED conference presentation 2007ED conference presentation 2007
ED conference presentation 2007
 
hcm4-a-kolker
hcm4-a-kolkerhcm4-a-kolker
hcm4-a-kolker
 
Technical efficiency measurement by data envelopment analysis an applicatio...
Technical efficiency measurement by data envelopment analysis   an applicatio...Technical efficiency measurement by data envelopment analysis   an applicatio...
Technical efficiency measurement by data envelopment analysis an applicatio...
 
Technology forecasting using dea in the presence of infeasibility
Technology forecasting using dea in the presence of infeasibilityTechnology forecasting using dea in the presence of infeasibility
Technology forecasting using dea in the presence of infeasibility
 
Technological forecasting of supercomputer development: The march to exascale...
Technological forecasting of supercomputer development: The march to exascale...Technological forecasting of supercomputer development: The march to exascale...
Technological forecasting of supercomputer development: The march to exascale...
 
Market efficiency and portfolio theory
Market efficiency and portfolio theoryMarket efficiency and portfolio theory
Market efficiency and portfolio theory
 
Line balancing and its formulation
Line balancing and its formulationLine balancing and its formulation
Line balancing and its formulation
 
Statistical investigation
Statistical investigationStatistical investigation
Statistical investigation
 
Master thesis presentation
Master thesis presentationMaster thesis presentation
Master thesis presentation
 
Line balancing
Line balancingLine balancing
Line balancing
 

Similar to Data Envelopment Analysis

Spc
SpcSpc
Lesson11
Lesson11Lesson11
Lesson11
GeorgeLasluisa
 
CBA.pptx
CBA.pptxCBA.pptx
CBA.pptx
pragyaprada
 
Intro DES-Capacity
Intro DES-CapacityIntro DES-Capacity
Intro DES-Capacity
Alexander Kolker
 
Predicting Power Consumption for a Greener Tomorrow: Machine Learning Project...
Predicting Power Consumption for a Greener Tomorrow: Machine Learning Project...Predicting Power Consumption for a Greener Tomorrow: Machine Learning Project...
Predicting Power Consumption for a Greener Tomorrow: Machine Learning Project...
Boston Institute of Analytics
 
Co mn-bus-data-center-study-template
Co mn-bus-data-center-study-templateCo mn-bus-data-center-study-template
Co mn-bus-data-center-study-template
server computer room cleaning
 
Quality Management & ControlSeung-Kuk Paik, Ph.D.Systems a.docx
Quality Management & ControlSeung-Kuk Paik, Ph.D.Systems a.docxQuality Management & ControlSeung-Kuk Paik, Ph.D.Systems a.docx
Quality Management & ControlSeung-Kuk Paik, Ph.D.Systems a.docx
makdul
 
Optimized Staffing with variable demand
Optimized Staffing with variable demandOptimized Staffing with variable demand
Optimized Staffing with variable demand
Alexander Kolker
 
01242016 DAV Summary Group 2
01242016 DAV Summary Group 201242016 DAV Summary Group 2
01242016 DAV Summary Group 2
Joseph Gardner
 
Industrial Engineering
Industrial EngineeringIndustrial Engineering
Industrial Engineering
vijay kumar
 
Introduction of Industrial Engineering
Introduction of Industrial EngineeringIntroduction of Industrial Engineering
Introduction of Industrial Engineering
vijay kumar
 
Process capability relation between yield and number of parts in assembly und...
Process capability relation between yield and number of parts in assembly und...Process capability relation between yield and number of parts in assembly und...
Process capability relation between yield and number of parts in assembly und...
REXMATTHEW1
 
Six sigma case study-a good approach with example
Six sigma case study-a good approach with exampleSix sigma case study-a good approach with example
Six sigma case study-a good approach with example
bhanutomar
 
quality and performance
quality and performancequality and performance
quality and performance
MEHAK GHAI
 
Energy Doctor E Brochure
Energy Doctor E BrochureEnergy Doctor E Brochure
Energy Doctor E Brochure
Conrad Phillips
 
SPC Training by D&H Engineers
SPC Training by D&H EngineersSPC Training by D&H Engineers
SPC Training by D&H Engineers
D&H Engineers
 
Six sigma11
Six sigma11Six sigma11
Six sigma11
Jitesh Gaurav
 
In designing a lean production facility layout
In designing a lean production facility layoutIn designing a lean production facility layout
In designing a lean production facility layout
johann11371
 
QCP user manual EN.pdf
QCP user manual EN.pdfQCP user manual EN.pdf
QCP user manual EN.pdf
Emerson Ceras
 
Aplication of on line data analytics to a continuous process polybetene unit
Aplication of on line data analytics to a continuous process polybetene unitAplication of on line data analytics to a continuous process polybetene unit
Aplication of on line data analytics to a continuous process polybetene unit
Emerson Exchange
 

Similar to Data Envelopment Analysis (20)

Spc
SpcSpc
Spc
 
Lesson11
Lesson11Lesson11
Lesson11
 
CBA.pptx
CBA.pptxCBA.pptx
CBA.pptx
 
Intro DES-Capacity
Intro DES-CapacityIntro DES-Capacity
Intro DES-Capacity
 
Predicting Power Consumption for a Greener Tomorrow: Machine Learning Project...
Predicting Power Consumption for a Greener Tomorrow: Machine Learning Project...Predicting Power Consumption for a Greener Tomorrow: Machine Learning Project...
Predicting Power Consumption for a Greener Tomorrow: Machine Learning Project...
 
Co mn-bus-data-center-study-template
Co mn-bus-data-center-study-templateCo mn-bus-data-center-study-template
Co mn-bus-data-center-study-template
 
Quality Management & ControlSeung-Kuk Paik, Ph.D.Systems a.docx
Quality Management & ControlSeung-Kuk Paik, Ph.D.Systems a.docxQuality Management & ControlSeung-Kuk Paik, Ph.D.Systems a.docx
Quality Management & ControlSeung-Kuk Paik, Ph.D.Systems a.docx
 
Optimized Staffing with variable demand
Optimized Staffing with variable demandOptimized Staffing with variable demand
Optimized Staffing with variable demand
 
01242016 DAV Summary Group 2
01242016 DAV Summary Group 201242016 DAV Summary Group 2
01242016 DAV Summary Group 2
 
Industrial Engineering
Industrial EngineeringIndustrial Engineering
Industrial Engineering
 
Introduction of Industrial Engineering
Introduction of Industrial EngineeringIntroduction of Industrial Engineering
Introduction of Industrial Engineering
 
Process capability relation between yield and number of parts in assembly und...
Process capability relation between yield and number of parts in assembly und...Process capability relation between yield and number of parts in assembly und...
Process capability relation between yield and number of parts in assembly und...
 
Six sigma case study-a good approach with example
Six sigma case study-a good approach with exampleSix sigma case study-a good approach with example
Six sigma case study-a good approach with example
 
quality and performance
quality and performancequality and performance
quality and performance
 
Energy Doctor E Brochure
Energy Doctor E BrochureEnergy Doctor E Brochure
Energy Doctor E Brochure
 
SPC Training by D&H Engineers
SPC Training by D&H EngineersSPC Training by D&H Engineers
SPC Training by D&H Engineers
 
Six sigma11
Six sigma11Six sigma11
Six sigma11
 
In designing a lean production facility layout
In designing a lean production facility layoutIn designing a lean production facility layout
In designing a lean production facility layout
 
QCP user manual EN.pdf
QCP user manual EN.pdfQCP user manual EN.pdf
QCP user manual EN.pdf
 
Aplication of on line data analytics to a continuous process polybetene unit
Aplication of on line data analytics to a continuous process polybetene unitAplication of on line data analytics to a continuous process polybetene unit
Aplication of on line data analytics to a continuous process polybetene unit
 

More from Alexander Kolker

DATA ANALYTICS FOR SOLVING BUSINESS PROBLEMS
DATA ANALYTICS FOR SOLVING BUSINESS PROBLEMSDATA ANALYTICS FOR SOLVING BUSINESS PROBLEMS
DATA ANALYTICS FOR SOLVING BUSINESS PROBLEMS
Alexander Kolker
 
Session 1
Session 1Session 1
Session 1
Alexander Kolker
 
Syllabus-Kolker-Bus 755
Syllabus-Kolker-Bus 755Syllabus-Kolker-Bus 755
Syllabus-Kolker-Bus 755
Alexander Kolker
 
Data Science-Data Analytics
Data Science-Data AnalyticsData Science-Data Analytics
Data Science-Data Analytics
Alexander Kolker
 
Primary care clinics-managing physician patient panels
Primary care clinics-managing physician patient panelsPrimary care clinics-managing physician patient panels
Primary care clinics-managing physician patient panels
Alexander Kolker
 
Staffing with variable demand in healthcare settings
Staffing with variable demand in healthcare settingsStaffing with variable demand in healthcare settings
Staffing with variable demand in healthcare settings
Alexander Kolker
 
Staffing Decision-Making Using Simulation Modeling
Staffing Decision-Making Using Simulation ModelingStaffing Decision-Making Using Simulation Modeling
Staffing Decision-Making Using Simulation Modeling
Alexander Kolker
 
SHS_ ASQ 2010 Paper
SHS_ ASQ 2010 PaperSHS_ ASQ 2010 Paper
SHS_ ASQ 2010 Paper
Alexander Kolker
 
Effect Of Interdependency On Hospital Wide Patient Flow
Effect Of Interdependency On Hospital Wide Patient FlowEffect Of Interdependency On Hospital Wide Patient Flow
Effect Of Interdependency On Hospital Wide Patient Flow
Alexander Kolker
 
SHS_ASQ 2010 Conference Poster
SHS_ASQ 2010 Conference PosterSHS_ASQ 2010 Conference Poster
SHS_ASQ 2010 Conference Poster
Alexander Kolker
 
SHS_ASQ 2010 Conference: Poster The Use of Simulation for Surgical Expansion ...
SHS_ASQ 2010 Conference: Poster The Use of Simulation for Surgical Expansion ...SHS_ASQ 2010 Conference: Poster The Use of Simulation for Surgical Expansion ...
SHS_ASQ 2010 Conference: Poster The Use of Simulation for Surgical Expansion ...
Alexander Kolker
 
SHS ASQ 2010 Conference Presentation: Hospital System Patient Flow
SHS ASQ 2010 Conference Presentation: Hospital System Patient FlowSHS ASQ 2010 Conference Presentation: Hospital System Patient Flow
SHS ASQ 2010 Conference Presentation: Hospital System Patient Flow
Alexander Kolker
 
Advanced Process Simulation Methodology To Plan Facility Renovation
Advanced Process Simulation Methodology To Plan Facility RenovationAdvanced Process Simulation Methodology To Plan Facility Renovation
Advanced Process Simulation Methodology To Plan Facility Renovation
Alexander Kolker
 
WCQI 2010 Presentation
WCQI 2010 PresentationWCQI 2010 Presentation
WCQI 2010 Presentation
Alexander Kolker
 

More from Alexander Kolker (14)

DATA ANALYTICS FOR SOLVING BUSINESS PROBLEMS
DATA ANALYTICS FOR SOLVING BUSINESS PROBLEMSDATA ANALYTICS FOR SOLVING BUSINESS PROBLEMS
DATA ANALYTICS FOR SOLVING BUSINESS PROBLEMS
 
Session 1
Session 1Session 1
Session 1
 
Syllabus-Kolker-Bus 755
Syllabus-Kolker-Bus 755Syllabus-Kolker-Bus 755
Syllabus-Kolker-Bus 755
 
Data Science-Data Analytics
Data Science-Data AnalyticsData Science-Data Analytics
Data Science-Data Analytics
 
Primary care clinics-managing physician patient panels
Primary care clinics-managing physician patient panelsPrimary care clinics-managing physician patient panels
Primary care clinics-managing physician patient panels
 
Staffing with variable demand in healthcare settings
Staffing with variable demand in healthcare settingsStaffing with variable demand in healthcare settings
Staffing with variable demand in healthcare settings
 
Staffing Decision-Making Using Simulation Modeling
Staffing Decision-Making Using Simulation ModelingStaffing Decision-Making Using Simulation Modeling
Staffing Decision-Making Using Simulation Modeling
 
SHS_ ASQ 2010 Paper
SHS_ ASQ 2010 PaperSHS_ ASQ 2010 Paper
SHS_ ASQ 2010 Paper
 
Effect Of Interdependency On Hospital Wide Patient Flow
Effect Of Interdependency On Hospital Wide Patient FlowEffect Of Interdependency On Hospital Wide Patient Flow
Effect Of Interdependency On Hospital Wide Patient Flow
 
SHS_ASQ 2010 Conference Poster
SHS_ASQ 2010 Conference PosterSHS_ASQ 2010 Conference Poster
SHS_ASQ 2010 Conference Poster
 
SHS_ASQ 2010 Conference: Poster The Use of Simulation for Surgical Expansion ...
SHS_ASQ 2010 Conference: Poster The Use of Simulation for Surgical Expansion ...SHS_ASQ 2010 Conference: Poster The Use of Simulation for Surgical Expansion ...
SHS_ASQ 2010 Conference: Poster The Use of Simulation for Surgical Expansion ...
 
SHS ASQ 2010 Conference Presentation: Hospital System Patient Flow
SHS ASQ 2010 Conference Presentation: Hospital System Patient FlowSHS ASQ 2010 Conference Presentation: Hospital System Patient Flow
SHS ASQ 2010 Conference Presentation: Hospital System Patient Flow
 
Advanced Process Simulation Methodology To Plan Facility Renovation
Advanced Process Simulation Methodology To Plan Facility RenovationAdvanced Process Simulation Methodology To Plan Facility Renovation
Advanced Process Simulation Methodology To Plan Facility Renovation
 
WCQI 2010 Presentation
WCQI 2010 PresentationWCQI 2010 Presentation
WCQI 2010 Presentation
 

Recently uploaded

NKTI Annual Report - Annual Report FY 2022
NKTI Annual Report - Annual Report FY 2022NKTI Annual Report - Annual Report FY 2022
NKTI Annual Report - Annual Report FY 2022
nktiacc3
 
LGBTQ+ Adults: Unique Opportunities and Inclusive Approaches to Care
LGBTQ+ Adults: Unique Opportunities and Inclusive Approaches to CareLGBTQ+ Adults: Unique Opportunities and Inclusive Approaches to Care
LGBTQ+ Adults: Unique Opportunities and Inclusive Approaches to Care
VITASAuthor
 
Letter to MREC - application to conduct study
Letter to MREC - application to conduct studyLetter to MREC - application to conduct study
Letter to MREC - application to conduct study
Azreen Aj
 
The Power of Superfoods and Exercise.pdf
The Power of Superfoods and Exercise.pdfThe Power of Superfoods and Exercise.pdf
The Power of Superfoods and Exercise.pdf
Dr Rachana Gujar
 
Tips for Pet Care in winters How to take care of pets.
Tips for Pet Care in winters How to take care of pets.Tips for Pet Care in winters How to take care of pets.
Tips for Pet Care in winters How to take care of pets.
Dinesh Chauhan
 
LEAD Innovation Launch_WHO Innovation Initiative.pptx
LEAD Innovation Launch_WHO Innovation Initiative.pptxLEAD Innovation Launch_WHO Innovation Initiative.pptx
LEAD Innovation Launch_WHO Innovation Initiative.pptx
ChetanSharma78255
 
Time line.ppQAWSDRFTGYUIOPÑLKIUYTREWASDFTGY
Time line.ppQAWSDRFTGYUIOPÑLKIUYTREWASDFTGYTime line.ppQAWSDRFTGYUIOPÑLKIUYTREWASDFTGY
Time line.ppQAWSDRFTGYUIOPÑLKIUYTREWASDFTGY
DianaRodriguez639773
 
DRAFT Ventilator Rapid Reference version 2.4.pdf
DRAFT Ventilator Rapid Reference  version  2.4.pdfDRAFT Ventilator Rapid Reference  version  2.4.pdf
DRAFT Ventilator Rapid Reference version 2.4.pdf
Robert Cole
 
Hypotension and role of physiotherapy in it
Hypotension and role of physiotherapy in itHypotension and role of physiotherapy in it
Hypotension and role of physiotherapy in it
Vishal kr Thakur
 
Hypertension and it's role of physiotherapy in it.
Hypertension and it's role of physiotherapy in it.Hypertension and it's role of physiotherapy in it.
Hypertension and it's role of physiotherapy in it.
Vishal kr Thakur
 
HUMAN BRAIN.pptx.PRIYA BHOJWANI@GAMIL.COM
HUMAN BRAIN.pptx.PRIYA BHOJWANI@GAMIL.COMHUMAN BRAIN.pptx.PRIYA BHOJWANI@GAMIL.COM
HUMAN BRAIN.pptx.PRIYA BHOJWANI@GAMIL.COM
priyabhojwani1200
 
Can Allopathy and Homeopathy Be Used Together in India.pdf
Can Allopathy and Homeopathy Be Used Together in India.pdfCan Allopathy and Homeopathy Be Used Together in India.pdf
Can Allopathy and Homeopathy Be Used Together in India.pdf
Dharma Homoeopathy
 
PET CT beginners Guide covers some of the underrepresented topics in PET CT
PET CT  beginners Guide  covers some of the underrepresented topics  in PET CTPET CT  beginners Guide  covers some of the underrepresented topics  in PET CT
PET CT beginners Guide covers some of the underrepresented topics in PET CT
MiadAlsulami
 
TEST BANK FOR Health Assessment in Nursing 7th Edition by Weber Chapters 1 - ...
TEST BANK FOR Health Assessment in Nursing 7th Edition by Weber Chapters 1 - ...TEST BANK FOR Health Assessment in Nursing 7th Edition by Weber Chapters 1 - ...
TEST BANK FOR Health Assessment in Nursing 7th Edition by Weber Chapters 1 - ...
rightmanforbloodline
 
Vicarious movements or trick movements_AB.pdf
Vicarious movements or trick movements_AB.pdfVicarious movements or trick movements_AB.pdf
Vicarious movements or trick movements_AB.pdf
Arunima620542
 
Professional Secrecy: Forensic Medicine Lecture
Professional Secrecy: Forensic Medicine LectureProfessional Secrecy: Forensic Medicine Lecture
Professional Secrecy: Forensic Medicine Lecture
DIVYANSHU740006
 
R3 Stem Cell Therapy: A New Hope for Women with Ovarian Failure
R3 Stem Cell Therapy: A New Hope for Women with Ovarian FailureR3 Stem Cell Therapy: A New Hope for Women with Ovarian Failure
R3 Stem Cell Therapy: A New Hope for Women with Ovarian Failure
R3 Stem Cell
 
Bath patient Fundamental of Nursing.pptx
Bath patient Fundamental of Nursing.pptxBath patient Fundamental of Nursing.pptx
Bath patient Fundamental of Nursing.pptx
MianProductions
 
U Part Wigs_ A Natural Look with Minimal Effort Jokerwigs.in.pdf
U Part Wigs_ A Natural Look with Minimal Effort Jokerwigs.in.pdfU Part Wigs_ A Natural Look with Minimal Effort Jokerwigs.in.pdf
U Part Wigs_ A Natural Look with Minimal Effort Jokerwigs.in.pdf
Jokerwigs arts and craft
 
Champions of Health Spotlight On Leaders Shaping Germany's Healthcare.pdf
Champions of Health Spotlight On Leaders Shaping Germany's Healthcare.pdfChampions of Health Spotlight On Leaders Shaping Germany's Healthcare.pdf
Champions of Health Spotlight On Leaders Shaping Germany's Healthcare.pdf
eurohealthleaders
 

Recently uploaded (20)

NKTI Annual Report - Annual Report FY 2022
NKTI Annual Report - Annual Report FY 2022NKTI Annual Report - Annual Report FY 2022
NKTI Annual Report - Annual Report FY 2022
 
LGBTQ+ Adults: Unique Opportunities and Inclusive Approaches to Care
LGBTQ+ Adults: Unique Opportunities and Inclusive Approaches to CareLGBTQ+ Adults: Unique Opportunities and Inclusive Approaches to Care
LGBTQ+ Adults: Unique Opportunities and Inclusive Approaches to Care
 
Letter to MREC - application to conduct study
Letter to MREC - application to conduct studyLetter to MREC - application to conduct study
Letter to MREC - application to conduct study
 
The Power of Superfoods and Exercise.pdf
The Power of Superfoods and Exercise.pdfThe Power of Superfoods and Exercise.pdf
The Power of Superfoods and Exercise.pdf
 
Tips for Pet Care in winters How to take care of pets.
Tips for Pet Care in winters How to take care of pets.Tips for Pet Care in winters How to take care of pets.
Tips for Pet Care in winters How to take care of pets.
 
LEAD Innovation Launch_WHO Innovation Initiative.pptx
LEAD Innovation Launch_WHO Innovation Initiative.pptxLEAD Innovation Launch_WHO Innovation Initiative.pptx
LEAD Innovation Launch_WHO Innovation Initiative.pptx
 
Time line.ppQAWSDRFTGYUIOPÑLKIUYTREWASDFTGY
Time line.ppQAWSDRFTGYUIOPÑLKIUYTREWASDFTGYTime line.ppQAWSDRFTGYUIOPÑLKIUYTREWASDFTGY
Time line.ppQAWSDRFTGYUIOPÑLKIUYTREWASDFTGY
 
DRAFT Ventilator Rapid Reference version 2.4.pdf
DRAFT Ventilator Rapid Reference  version  2.4.pdfDRAFT Ventilator Rapid Reference  version  2.4.pdf
DRAFT Ventilator Rapid Reference version 2.4.pdf
 
Hypotension and role of physiotherapy in it
Hypotension and role of physiotherapy in itHypotension and role of physiotherapy in it
Hypotension and role of physiotherapy in it
 
Hypertension and it's role of physiotherapy in it.
Hypertension and it's role of physiotherapy in it.Hypertension and it's role of physiotherapy in it.
Hypertension and it's role of physiotherapy in it.
 
HUMAN BRAIN.pptx.PRIYA BHOJWANI@GAMIL.COM
HUMAN BRAIN.pptx.PRIYA BHOJWANI@GAMIL.COMHUMAN BRAIN.pptx.PRIYA BHOJWANI@GAMIL.COM
HUMAN BRAIN.pptx.PRIYA BHOJWANI@GAMIL.COM
 
Can Allopathy and Homeopathy Be Used Together in India.pdf
Can Allopathy and Homeopathy Be Used Together in India.pdfCan Allopathy and Homeopathy Be Used Together in India.pdf
Can Allopathy and Homeopathy Be Used Together in India.pdf
 
PET CT beginners Guide covers some of the underrepresented topics in PET CT
PET CT  beginners Guide  covers some of the underrepresented topics  in PET CTPET CT  beginners Guide  covers some of the underrepresented topics  in PET CT
PET CT beginners Guide covers some of the underrepresented topics in PET CT
 
TEST BANK FOR Health Assessment in Nursing 7th Edition by Weber Chapters 1 - ...
TEST BANK FOR Health Assessment in Nursing 7th Edition by Weber Chapters 1 - ...TEST BANK FOR Health Assessment in Nursing 7th Edition by Weber Chapters 1 - ...
TEST BANK FOR Health Assessment in Nursing 7th Edition by Weber Chapters 1 - ...
 
Vicarious movements or trick movements_AB.pdf
Vicarious movements or trick movements_AB.pdfVicarious movements or trick movements_AB.pdf
Vicarious movements or trick movements_AB.pdf
 
Professional Secrecy: Forensic Medicine Lecture
Professional Secrecy: Forensic Medicine LectureProfessional Secrecy: Forensic Medicine Lecture
Professional Secrecy: Forensic Medicine Lecture
 
R3 Stem Cell Therapy: A New Hope for Women with Ovarian Failure
R3 Stem Cell Therapy: A New Hope for Women with Ovarian FailureR3 Stem Cell Therapy: A New Hope for Women with Ovarian Failure
R3 Stem Cell Therapy: A New Hope for Women with Ovarian Failure
 
Bath patient Fundamental of Nursing.pptx
Bath patient Fundamental of Nursing.pptxBath patient Fundamental of Nursing.pptx
Bath patient Fundamental of Nursing.pptx
 
U Part Wigs_ A Natural Look with Minimal Effort Jokerwigs.in.pdf
U Part Wigs_ A Natural Look with Minimal Effort Jokerwigs.in.pdfU Part Wigs_ A Natural Look with Minimal Effort Jokerwigs.in.pdf
U Part Wigs_ A Natural Look with Minimal Effort Jokerwigs.in.pdf
 
Champions of Health Spotlight On Leaders Shaping Germany's Healthcare.pdf
Champions of Health Spotlight On Leaders Shaping Germany's Healthcare.pdfChampions of Health Spotlight On Leaders Shaping Germany's Healthcare.pdf
Champions of Health Spotlight On Leaders Shaping Germany's Healthcare.pdf
 

Data Envelopment Analysis

  • 1. 1 University of Wisconsin-Milwaukee Lubar School of Business Session 3 Data Envelopment Analysis: Comparing Performance of Different Units with Multiple Inputs and Outputs Alexander Kolker Adjunct Faculty Alexander Kolker. All rights reserved.
  • 2. 2 OUTLINE •Data Envelopment Analysis: •What is it ? •What is it for? • A concept of the efficiency frontier and a scoring function •DEA as a linear optimization problem • Examples of DEA using Excel Add-in Solver • Extending DEA using Value judgment Alexander Kolker. All rights reserved.
  • 3. 3 DEA: The Main Concept Points • Data envelopment analysis (DEA) is a technique that can be used to measure the multiple dimensions of performance (efficiency) of producing units • These producing units are called Decision-Making Units (DMU) • DEA allows multiple inputs and outputs to be used that develop a single efficiency score Alexander Kolker. All rights reserved.
  • 4. • DEA can be used to measure comparative efficiency (performance) of hospitals, physicians, group practices, or any other producing unit- DMU using a so-called scoring function (defined below) (Cont.) Alexander Kolker. All rights reserved. 4 • In the heart of the DEA is finding the "best" producer (DMU) among many other producers (comparative DMUs).
  • 5. Alexander Kolker. All rights reserved. 5 (Cont.) • If one producer (DMU1) is better than another producer (DMU2) by either making more output with the same input or making the same output with less input then this producer (DMU1) is more efficient than another one (DMU2). • The procedure of comparing the producers aimed at finding efficient ones vs. less efficient and by how much can be formulated as a linear optimization problem. • Analyzing the efficiency of N producers is then a set of N linear optimization problems.
  • 6. Alexander Kolker. All rights reserved. 6 DEA vs. Statistical Approach •A typical statistical approach is characterized as a central tendency approach and it evaluates producers relative to an average producer •In contrast, DEA is an extreme point method and compares each producer with only the "best" producers. Extreme point method is not always the right tool for a problem but it is an appropriate approach in many cases •A fundamental assumption behind an extreme point method is that if a given producer is capable of producing Y units of output with X units of inputs, then other producers should also be able to do the same if they were to operate efficiently Note: This assumption is not always true. Not everybody can become an Olympics champion, no matter how much one is trained
  • 7. 7 DEA-- A Simple Example Surgeons-DMUsS1 to S4 Inputs: S1 S2 S3 S4 Length of stay- LOS 2.5 1 3 4 Surgical kits, units 1 3 2 3 Output: Net Revenue per patient, $ $4000 $4000 $4000 $3000 Alexander Kolker. All rights reserved.
  • 8. Alexander Kolker. All rights reserved. 8 •Surgeons S1, S2, and S3 use different combinations of resources: LOS and surgical kits • However they produce the same output: the net revenue per patient. • Therefore they are assumed to be efficient, and would receive a relative efficiency score of 1. • Surgeon 4, however is relatively inefficient (relatively to the peers). S4 efficiency score is less than 1.
  • 9. Alexander Kolker. All rights reserved. 9 LOS, days 0 1 2 3 4 Surgicalkits 4 3 2 1 S2 S1 S3 S4Inefficiency • S4 must reduce either the medically necessary LOS, or the use of surgical kits, or both, to become as efficient as his/her peers. • The amount of the reduction necessary is called inefficiency
  • 10. Alexander Kolker. All rights reserved. 10 • Thus, DEA allows calculating how much the input/output mix must be changed for inefficient DMUs to reach efficiency relatively to their peers
  • 11. Alexander Kolker. All rights reserved. 11 DEA as a linear optimization problem The score of a DMU is defined as the ratio of the weighted outputs and the weighted inputs, i.e. Score=(weighted sum of outputs)/(weighted sum of inputs) Now, For each DMU k: Maximize the defined above score of unit k Subject to (s.t.): For every unit j (including k): Score(j)<=1
  • 12. Alexander Kolker. All rights reserved. 12 • Thus, unit k may choose a scoring function that makes it look as good as possible (maximized) subject to no other unit getting a score >1 using the same scoring function. • If unit k gets a score of 1, it means that there is no other unit strictly dominating k • Now, let’s translate this problem into a more formal Linear Optimization problem:
  • 13. Alexander Kolker. All rights reserved. 13
  • 14. Alexander Kolker. All rights reserved. 14 The above optimization problem is a nonlinear problem. However, it can be converted into a linear optimization problem. To do this: • an additional constraint is introduced setting the denominator of the objective function equal to 1 (technically this can be done as the above nonlinear problem has one degree of freedom - multiplying all the weights by a (positive) scale factor would leave the solution value unchanged).
  • 15. Alexander Kolker. All rights reserved. 15 Thus,
  • 16. Alexander Kolker. All rights reserved. 16 Exercise 1. There are 4 performance metrics collected for 6 hospital’s units (DMUs) • The first 2 metrics are treated as inputs: cost per patient (1) and % of Medicaid patients for each DMU (2); • The last 2 metrics are treated as outputs: Surgical quality score (1) and the length of medically necessary patient stay-LOS (2) Unit / Input/Output -> Input 1: Cost/patient Input 2: % Medicaid/Medicare Output 1: Surgical Quality score Output 2: LOS days unit 1 $8,939 55 25.2 6 unit 2 $8,625 49 28.2 5 unit 3 $10,813 58 29.4 8 unit 4 $10,638 51 26.4 11 unit 5 $6,240 51 27.2 7 unit 6 $4,719 41 25.5 12
  • 17. Alexander Kolker. All rights reserved. 17 • Which units (DMU) can be considered efficient, and which ones are less efficient? • If a unit is less efficient, how much more output does it need to produce in order to become as efficient as the best units (increase the surgical quality score and/or decrease the LOS) ? Use DEA excel template: file DEA-6 DMU 2 In 2 Out and Add-in Solver
  • 18. Alexander Kolker. All rights reserved. 18 DEA set up Excel template
  • 19. Alexander Kolker. All rights reserved. 19 Explanation of the template and Excel Solver set-up: • In each Tab named unit 1, unit 2, ….., unit 6 (k=6) 4 decision variables-weights are in cells b22:e22 (2 input weights and 2 output weights) • Objective function is in cell i13; it is set up as =sumproduct(d15:e15, d$22:e$22), i.e. score= v1*output1+v2*output2 • Constraint 1, i.e. weighted input=1 is in cell h14 =sumproduct(b15:c15, b$22:c$22)=1 • Constraints sum of weighted outputs<=sum of weighted inputs for all k=6 units are in cells f15:f20 and h15:h20, respectively. They set up as corresponding ‘=sumproducts’
  • 20. Alexander Kolker. All rights reserved. 20 Solver set-up panel
  • 21. Alexander Kolker. All rights reserved. 21 • Raw input data are provided in different measures and scales of different orders of magnitude • Therefore decision variables-weights are calculated in Solver in corresponding inverse measures and could have different orders of magnitude • In order to minimize rounding errors the Solver box “Use Automatic Scaling” can be checked on • However, a more reliable way is to normalize input data to the interval 0 to 1 by dividing each input and output data point by the maximal value for this variable
  • 22. Alexander Kolker. All rights reserved. 22 DEA Results and Discussion Unit # Unit efficiency score Input 1-Cost/patient Input 2- % Medicaid/Me dicare Output 1-Surgical Quality score Output 2-LOS, days 6 1.000 $4,719 41% 25.5 12 2 1.000 $8,625 49% 28.2 5 5 1.000 $6,240 51% 27.2 7 4 0.8318 $10,638 51% 26.4 11 3 0.8295 $10,813 58% 29.4 8 1 0.8085 $8,939 55% 25.2 6
  • 23. Alexander Kolker. All rights reserved. 23 Key Points: •Units 6, 2 and 5 are efficient. They have the score=1 •Units 4, 3 and 1 are less efficient than their peers. Unit 1 is the least efficient with the lowest score=0.808 • What can unit 1 do to improve its efficiency score ? It can, for example, decrease LOS, or improve the surgical quality score, or do both. But by how much?
  • 24. Alexander Kolker. All rights reserved. 24 • If we run the DEA model testing different reduced LOS for unit 1, we can identify that LOS=4.8 days makes the efficiency score for this unit equal to 1, i.e. its efficiency much improved to the level of its peers • Unit 1 can also simultaneously decrease the LOS and increase the surgical quality score. For example, LOS=5 days (instead of 6 days) and the surgical quality score 32.2 (instead of 25.2) make the efficiency score equal to 1, i.e. return this unit to efficiency level of its peers
  • 25. Alexander Kolker. All rights reserved. 25 Extending data envelopmentanalysis using value judgment We will construct a DEA model for comparing university departments concerned with the same discipline. Let’s consider two business schools using the following data:
  • 26. Alexander Kolker. All rights reserved. 26 School 1 School 2 Student numbers Undergraduates 161 190 Postgraduates 111 90 Research Fellows 32 12 Total number 304 292 Expenditure ($'000) General expenditure 970 600 Equipment expenditure 64 55 Total expenditure 1034 655 Other data Academic staff 35 27 Research budget ($’000) 220 120 Research rating 3 3
  • 27. Alexander Kolker. All rights reserved. 27 How can we compare these two departments using this data? A traditionally used method is ratios, for example: School 1 School 2 Expenditure per: student 3.2 2.05 staff member 29.5 26.7 Research budget per: staff member 6.3 3.1 $ of expenditure 0.21 0.12 Students per: staff member 8.7 17 (the staff/student ratio) Equipment expenditure per: student 0.21 0.08 staff member 1.83 1.43 A problem with comparison via ratios is that different ratios give a different picture and it is difficult to combine the entire set of ratios into a single judgment
  • 28. Alexander Kolker. All rights reserved. 28 DEA application Inputs and outputs What do we have to choose as our inputs and outputs? The answer is not as obvious as it might seem. For illustration the following inputs and outputs are chosen: Inputs •General expenditure •Equipment expenditure Outputs •Number of undergraduates •Number of postgraduates •Number of research fellows • Research budget
  • 29. Alexander Kolker. All rights reserved. 29 The input and output information is summarized below: Unit / Input/Output -> Input 1: General expenditure, $ 000 Input 2: Equipment expenditure, $ 000 Output 1: # of undegrads Output 2: # of postdocs Output 3: # of research fellows Output 4: Research budget, $000 school 1 $970 $64 161 111 22 $220 school 2 $600 $55 190 90 12 $120
  • 30. Alexander Kolker. All rights reserved. 30 Results (use the file DEA-2 schools.xlsx) School 1: Solution: w(i)- weights 1.000 0.000 0.000 0.276 0.724 0.000 School 2: Solution: w(i)- weights 0.000 1.164 1.000 0.000 0.000 0.000 School 2 Objective Function: Output score-> max 1.000 School 1 Objective Function: Output score-> max 1.000 These weights and the same efficiency scores =1 seem unrealistic. Many input/ output factors are ignored: they are equal to 0 Unit / Input/Output -> Input1: General expenditure, $ 000 Input2: Equipment expenditure,$ 000 Output1: # of undegrad s Output2: # of postdocs Output 3: # of research fellows Output4: Research budget, $000
  • 31. Alexander Kolker. All rights reserved. 31 How can the basic model be improved ? In order to improve the model we introduce more constraints. This addition of constraints involves value judgments. Just as we exercised our judgment in choosing the inputs and outputs, we use our judgment as to what are appropriate constraints to add to the basic DEA model. For example we might prevent zero weights by adding constraints such as: weights>= some small numbers (say, 0.01 rather than 0, as in the basic model)
  • 32. Alexander Kolker. All rights reserved. 32 On top of that we can argue that, for example, the weights for: • the number of postdocsshould be >= the number of undegrads • the number of research fellows >= the number of postdocs • the number of research fellows >= twice the number of undergrads • research budget >= general expenditure Other appropriate constraints can be added to the basic model using modified weights constraints
  • 33. Alexander Kolker. All rights reserved. 33 Results for DEA model with additional constraints: School 1: Solution: w(i)- weights 0.010 0.990 0.204 0.408 0.408 0.010 School 2: Solution: w(i)- weights 0.010 1.156 0.239 0.477 0.477 0.010 School 2 Objective Function: Output score-> max 0.891 School 1 Objective Function: Output score-> max 1.000 These weights and the efficiency scores seem more realistic. We conclude that school 2 is less efficient than school 1 Unit / Input/Output -> Input1: General expenditure, $ 000 Input2: Equipment expenditure, $ 000 Output1: # of undegrads Output2: # of postdocs Output 3: # of research fellows Output4: Research budget, $000
  • 34. Alexander Kolker. All rights reserved. 34 Data envelopment analysis (DEA) Methodology Summary • DEA requires the multiple inputs and outputs for each DMU to be specified • DEA defines efficiency score for each DMU as a weighted sum of outputs [total output] divided by a weighted sum of inputs [total input] • DEA restricts all efficiency scores to the range 0 to 1 • DEA calculates the numerical value of the efficiency score for a particular DMU by choosing input/output weights that maximize the score, thereby presenting the DMU in the best possible light
  • 35. Alexander Kolker. All rights reserved. 35 Strengths and Limitations of DEA Strengths of DEA DEA can be a powerful tool when used wisely. A few of the characteristics that make it powerful are: • DEA can handle multiple input and multiple output models • It doesn't require an assumption of a functional form relating inputs to outputs. • DMUs are directly compared against a peer or combination of peers • Inputs and outputs can have very different units. For example, X1 could be in units of lives saved and X2 could be in units of dollars without requiring an a priori tradeoff between the two.
  • 36. Alexander Kolker. All rights reserved. 36 Limitations of DEA The same characteristics that make DEA a powerful tool can also create problems. These limitations should be kept in mind when choosing whether or not to use DEA: • Since DEA is an extreme point technique, noise (even symmetrical noise with zero mean) such as measurement errors can cause problems • DEA is good at estimating "relative" efficiency of a DMU but it converges very slowly to "absolute" efficiency. • DEA can tell how well you are doing compared to your peers but not compared to a "theoretical maximum." • Since a standard formulation of DEA creates a separate linear program for each DMU, large problems can be computationally intensive.
  • 37. Alexander Kolker. All rights reserved. 37 QUESTIONS ?