SlideShare a Scribd company logo
1 of 4
Download to read offline
BOHR International Journal of Advances in Management Research
2022, Vol. 1, No. 1, pp. 36–39
https://doi.org/10.54646/bijamr.005
www.bohrpub.com
A Simple Modification to the EDAS Method for Two Exceptional
Cases
Mehdi Keshavarz-Ghorabaee
Department of Management, Faculty of Humanities (Azadshahr Branch), Gonbad Kavous University,
49717-99151 Gonbad Kavous, Iran
E-mail: m.keshavarz@gonbad.ac.ir
Abstract. Multi-criteria decision-making (MCDM) methods and techniques have been applied to many real-world
problems in different fields of engineering science and technology. The evaluation based on distance from average
solution (EDAS) method is an efficient MCDM method. The aim of this study is to propose a modification to address
two exceptional cases in which the EDAS method fails to solve an MCDM problem.
Keywords: Multi-criteria decision-making, MCDM, MADM, EDAS method.
INTRODUCTION
In decision-making problems, we are usually confronted
with some alternatives that need to be evaluated with
respect to multiple criteria. Multi-criteria decision-making
(MCDM) methods and techniques are very useful to
handle such problems. Many MCDM methods and tech-
niques have been proposed by researchers during the
past decades, such as analytic hierarchy process (AHP),
analytic network process (ANP), complex proportional
assessment (COPRAS), data envelopment analysis (DEA),
ELECTRE (ELimination Et Choix Traduisant la REalité),
multi-objective optimization by ratio analysis (MOORA),
preference ranking organization method for enrichment of
evaluations (PROMETHEE), technique for order of pref-
erence by similarity to an ideal solution (TOPSIS), and
VIKOR (VlseKriterijumska Optimizacija I Kompromisno
Resenje). Interested readers are referred to some recent
review papers in this field [1].
The EDAS method is a relatively new and efficient
method proposed by Keshavarz Ghorabaee et al. [2]. The
process of evaluation in this method is based on pos-
itive and negative distances from an average solution.
According to this method, an alternative that has higher
values of positive distances and lower values of negative
distances than the average solution is a more desirable
alternative. This method has been extended to deal with
MCDM problems in the presence of uncertainty [3–8].
Also, it has been applied to several real-world problems
[9–19].
In this study, a modification is made to the EDAS method
to improve its efficiency for handling MCDM problems.
First, two exceptional cases in which the EDAS method
fails to give a correct solution are considered, and then it
is shown that the modification enables the EDAS method
to give a correct solution. In Section “The EDAS Method”,
the steps of the EDAS method are presented. Then, two
exceptional cases are explained in Section “Exceptional
Cases”. A modification is proposed in Section “A Sim-
ple Modification to the EDAS Method”, and the results
are analyzed in this section. Finally, conclusions are dis-
cussed in Section “A Simple Modification to the EDAS
Method”.
THE EDAS METHOD
Imagine that we have n alternatives (A1 to An) and m
criteria (C1 to Cm), and the weight of each criterion (wj,
j ∈ {1, 2, . . . , m}) is known. The steps of the EDAS method
36
A Simple Modification to EDAS 37
for evaluation of the alternatives with respect to the criteria
are as follows:
Step 1. Construction of decision matrix:
X =










x11 x12 · · · x1j · · · x1m
x21 x22 · · · x2j · · · x2m
.
.
.
.
.
.
...
.
.
.
...
.
.
.
xi1 xi2 · · · xij · · · xim
.
.
.
.
.
.
...
.
.
.
...
.
.
.
xn1 xn2 · · · xnj · · · xnm










(1)
Step 2. Calculation of the elements of average solution (gj):
gj =
∑n
i=1 xij
n
(2)
Step 3. Determination of the positive (Pd
ij) and negative
(N d
ij ) distances:
Pd
ij =











max(0, xij − gj)
gj
i f j ∈ B
max(0, gj − xij)
gj
i f j ∈ C
(3)
N d
ij =











max(0, gj − xij)
gj
i f j ∈ B
max(0, xij − gj)
gj
i f j ∈ C
(4)
where B and C are the sets of benefit and cost criteria,
respectively.
Step 4. Computation of the weighted summation of the
distances:
Pw
i =
m
∑
j=1
wjPd
ij (5)
N w
i =
m
∑
j=1
wjN d
ij (6)
Step 5. Normalization of the values of the weighted sum-
mations:
Pn
i =
Pw
i
maxkPw
k
(7)
N n
i = 1 −
N w
i
maxkN w
k
(8)
Step 6. Calculation of the appraisal score of each alterna-
tive:
Si =
1
2
(Pn
i + N n
i ) (9)
Step 7. Rank the alternatives according to decreasing val-
ues of Si.
EXCEPTIONAL CASES
In this section, two exceptional cases are described using
two examples. In these cases, the EDAS method is not
capable of giving a correct solution.
Negative Elements in the Average Solution
If the elements of the average solution have negative val-
ues, the EDAS method can result in an incorrect solution or
no solution.
Example A:
Imagine that we have a problem with two alternatives (A1
and A2) and two criteria (C1 ∈ B and C2 ∈ C) with the
following decision matrix.
X =

−1 −4
−3 −2

According to this decision matrix and the type of the
criteria, it is obvious that A1  A2. However, if we use
the EDAS method, the elements of the average solution
is g1 = −2 and g2 = −3, and the positive and negative
distances are as follows:
Pd
11 =
max(0, −1 − (−2))
−2
= −
1
2
Pd
12 =
max(0, −3 − (−4))
−3
= −
1
3
Pd
21 =
max(0, −3 − (−2))
−2
= 0
Pd
22 =
max(0, −3 − (−2))
−3
= 0
N d
11 =
max(0, −2 − (−1))
−2
= 0
N d
12 =
max(0, −4 − (−3))
−3
= 0
N d
21 =
max(0, −2 − (−3))
−2
= −
1
2
N d
22 =
max(0, −2 − (−3))
−3
= −
1
3
According to the decision matrix, A1 has better values than
A2 on C1, but as can be seen, the value of Pd
11 is lower
than Pd
21. These values can result in a wrong evaluation
of alternatives. We can see the same problem in the other
values of positive and negative distances. Moreover, if
all of the elements of the average solution have negative
values, maxkPw
k and maxkN w
k equals zero, and we cannot
calculate the values of Pn
i , N n
i and Si.
38 Mehdi Keshavarz-Ghorabaee
Zero Elements in the Average Solution
If some elements of the average solution are equal to zero,
we cannot calculate some positive and negative distances.
Therefore, the EDAS method cannot give a solution.
Example B:
Imagine that we have three alternatives and two criteria
with the following decision matrix.
X =


4 2
1 5
−5 2


In this example, it is not possible to calculate the values of
Pd
11, Pd
21, Pd
31, N d
11, N d
21, and N d
31 because the value of g1
equals zero.
A SIMPLE MODIFICATION TO THE EDAS
METHOD
We can see that the problems in the considered exceptional
cases are definitely due to existing negative values in the
decision matrix. For this reason, a modification is made to
the EDAS method to eliminate this flaw from the evalua-
tion process. A new step is added after the first step of the
method as follows:
Step 1B. Transformation of the decision matrix.
X0
=










x0
11 x0
12 · · · x0
1j · · · x0
1m
x0
21 x0
22 · · · x0
2j · · · x0
2m
.
.
.
.
.
.
...
.
.
.
...
.
.
.
x0
i1 x0
i2 · · · x0
ij · · · x0
im
.
.
.
.
.
.
...
.
.
.
...
.
.
.
x0
n1 x0
n2 · · · x0
nj · · · x0
nm










(10)
where,
x0
ij = xij − minjxij (11)
Then, the values of x0
ij are used in the next steps.
In Example A, if we use this step, the transformed deci-
sion matrix will be:
X0
=

2 0
0 2

Therefore, the elements of the average solution will be
changed to g1 = 1 and g2 = 1. According to Eqs. (3) and (4),
we can obtain rational values for the positive and negative
distances.
Pd
11 =
max(0, 2 − 1)
1
= 1
Pd
12 =
max(0, 1 − 0)
1
= 1
Pd
21 =
max(0, 0 − 1)
1
= 0
Pd
22 =
max(0, 1 − 2)
1
= 0
N d
11 =
max(0, 1 − 2)
1
= 0
N d
12 =
max(0, 0 − 1)
1
= 0
N d
21 =
max(0, 1 − 0)
1
= 1
N d
22 =
max(0, 2 − 1)
1
= 1
For instance, we can see that Pd
11, which was lower than
Pd
21 before this transformation, has a greater value than
Pd
21. Also, the final appraisal scores after this transforma-
tion are S1 = 1 and S2 = 0, which confirm that A1  A2.
Moreover, in Example B, using this modification leads to
the following transformed decision matrix:
X0
=


9 0
6 3
0 0


According to Eq. (2), the average solutions are g1 = 5 and
g2 = 1. As it can be seen, there is no element in the average
solution that equals zero. Therefore, the other steps of the
EDAS method can be made without any problem.
CONCLUSIONS
In this study, two exceptional cases that caused some prob-
lems in the EDAS method have been addressed. The main
issue was related to existing negative values in the decision
matrix, which could lead to negative or zero elements in
the average solution. A modification by adding a new step
has been made to the EDAS method. In this modification,
the values of the decision matrix are transformed into
positive values. It has been shown that the EDAS method
is improved by this modification in the considered excep-
tional cases.
AUTHOR CONTRIBUTIONS
The author confirms sole responsibility for the study.
A Simple Modification to EDAS 39
REFERENCES
[1] Mardani, A., Jusoh, A., Md Nor, K., et al. (2015). Multiple criteria
decision-making techniques and their applications – a review of
the literature from 2000 to 2014. Economic Research-Ekonomska
Istraživanja 28 (1), 516–571.
[2] Keshavarz Ghorabaee, M., Zavadskas, E. K., Olfat, L., et al. (2015).
Multi-criteria inventory classification using a new method of evalua-
tion based on distance from average solution (EDAS). Informatica 26
(3), 435–451.
[3] Kahraman, C., Keshavarz Ghorabaee, M., Zavadskas, E. K., et al.
(2017). Intuitionistic fuzzy EDAS method: an application to solid
waste disposal site selection. Journal of Environmental Engineering
and Landscape Management 25 (1), 1–12.
[4] Keshavarz Ghorabaee, M., Amiri, M., Zavadskas, E. K., et al. (2017).
Multi-criteria group decision-making using an extended EDAS
method with interval type-2 fuzzy sets. E  M Ekonomie a Manage-
ment 20 (1), 48–68.
[5] Keshavarz Ghorabaee, M., Zavadskas, E. K., Amiri, M., et al. (2016).
Extended EDAS Method for Fuzzy Multi-criteria Decision-making:
An Application to Supplier Selection. International Journal of Com-
puters Communications  Control 11 (3), 358–371.
[6] Stanujkic, D., Zavadskas, E. K., Keshavarz Ghorabaee, M., et al.
(2017). An extension of the EDAS method based on the use of interval
grey numbers. Studies in Informatics and Control 26 (1), 5–12.
[7] Peng, X., Dai, J. and Yuan, H. (2017). Interval-valued Fuzzy Soft
Decision Making Methods Based on MABAC, Similarity Measure
and EDAS. Fundamenta Informaticae 152 (4), 373–396.
[8] Peng, X. and Liu, C. (2017). Algorithms for neutrosophic soft decision
making based on EDAS, new similarity measure and level soft set.
Journal of Intelligent  Fuzzy Systems 32 (1), 955–968.
[9] Ecer, F. (2018). Third-party logistics (3PLs) provider selection via
Fuzzy AHP and EDAS integrated model. Technological and Eco-
nomic Development of Economy 24 (2), 615–634.
[10] Turskis, Z., Morkunaite, Z. and Kutut, V. (2017). A hybrid multiple
criteria evaluation method of ranking of cultural heritage structures
for renovation projects. International Journal of Strategic Property
Management 21 (3), 318–329.
[11] Turskis, Z. and Juodagalvienë, B. (2016). A novel hybrid multi-
criteria decision-making model to assess a stairs shape for dwelling
houses. Journal of Civil Engineering and Management 22 (8), 1078–
1087.
[12] Stević, Ž., Vasiljević, M. and Vesković, S. (2016) Evaluation in logis-
tics using combined AHP and EDAS method. XLIII International
Symposium on Operational Research, Serbia, Belgrade, pp. 309–313.
[13] Trinkûnienë, E., Podvezko, V., Zavadskas, E. K., et al. (2017). Evalu-
ation of quality assurance in contractor contracts by multi-attribute
decision-making methods. Economic Research-Ekonomska Istrad̄i-
vanja 30 (1), 1152–1180.
[14] Zavadskas, E. K., Cavallaro, F., Podvezko, V., et al. (2017). MCDM
Assessment of a Healthy and Safe Built Environment According
to Sustainable Development Principles: A Practical Neighborhood
Approach in Vilnius. Sustainability 9 (5), 702.
[15] Juodagalvienë, B., Turskis, Z., Šaparauskas, J., et al. (2017). Integrated
multi-criteria evaluation of house’s plan shape based on the EDAS
and SWARA methods. Engineering Structures and Technologies 9
(3), 117–125.
[16] Stević, Ž., Pamuèar, D., Vasiljević, M., et al. (2017). Novel Integrated
Multi-Criteria Model for Supplier Selection: Case Study Construc-
tion Company. Symmetry 9 (11), 279.
[17] Aldalou, E. and Perçin, S. (2020). Financial performance evaluation
of food and drink index using fuzzy MCDM approach. Uluslararası
Ekonomi ve Yenilik Dergisi 6 (1), 1–19.
[18] Peng, D., Wang, J., Liu, D., et al. (2022). An Improved EDAS Method
for the Multi-Attribute Decision Making Based on the Dynamic
Expectation Level of Decision Makers. Symmetry 14 (5), 979.
[19] Wang, X., Xu, Z. and Gou, X. (2022). The Interval probabilistic double
hierarchy linguistic EDAS method based on natural language pro-
cessing basic techniques and its application to hotel online reviews.
International Journal of Machine Learning and Cybernetics 13 (6),
1517–1534.

More Related Content

Similar to A Simple Modification to the EDAS Method for Two Exceptional Cases

Método Topsis - multiple decision makers
Método Topsis  - multiple decision makersMétodo Topsis  - multiple decision makers
Método Topsis - multiple decision makersLuizOlimpio4
 
A Regularized Simplex Method
A Regularized Simplex MethodA Regularized Simplex Method
A Regularized Simplex MethodGina Brown
 
Numerical Solutions of Stiff Initial Value Problems Using Modified Extended B...
Numerical Solutions of Stiff Initial Value Problems Using Modified Extended B...Numerical Solutions of Stiff Initial Value Problems Using Modified Extended B...
Numerical Solutions of Stiff Initial Value Problems Using Modified Extended B...IOSR Journals
 
Numerical analysis dual, primal, revised simplex
Numerical analysis  dual, primal, revised simplexNumerical analysis  dual, primal, revised simplex
Numerical analysis dual, primal, revised simplexSHAMJITH KM
 
Efficient approximate analytical methods for nonlinear fuzzy boundary value ...
Efficient approximate analytical methods for nonlinear fuzzy  boundary value ...Efficient approximate analytical methods for nonlinear fuzzy  boundary value ...
Efficient approximate analytical methods for nonlinear fuzzy boundary value ...IJECEIAES
 
article_mdimagh_haddar_2012
article_mdimagh_haddar_2012article_mdimagh_haddar_2012
article_mdimagh_haddar_2012Mdimagh Ridha
 
Data-Handling part 2.ppt
Data-Handling part 2.pptData-Handling part 2.ppt
Data-Handling part 2.pptAhmadHashlamon
 
Extended Analysis of Cauchy’s Inequality
Extended Analysis of Cauchy’s InequalityExtended Analysis of Cauchy’s Inequality
Extended Analysis of Cauchy’s InequalityIRJET Journal
 
The Sample Average Approximation Method for Stochastic Programs with Integer ...
The Sample Average Approximation Method for Stochastic Programs with Integer ...The Sample Average Approximation Method for Stochastic Programs with Integer ...
The Sample Average Approximation Method for Stochastic Programs with Integer ...SSA KPI
 
EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...
EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...
EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...cscpconf
 
Reduction of Response Surface Design Model: Nested Approach
Reduction of Response Surface Design Model: Nested ApproachReduction of Response Surface Design Model: Nested Approach
Reduction of Response Surface Design Model: Nested Approachinventionjournals
 
Application of Bender’s Decomposition Solving a Feed–mix Problem among Supply...
Application of Bender’s Decomposition Solving a Feed–mix Problem among Supply...Application of Bender’s Decomposition Solving a Feed–mix Problem among Supply...
Application of Bender’s Decomposition Solving a Feed–mix Problem among Supply...drboon
 
A New Two-Dimensional Analytical Model of Small Geometry GaAs MESFET
A New Two-Dimensional Analytical Model of Small Geometry GaAs MESFETA New Two-Dimensional Analytical Model of Small Geometry GaAs MESFET
A New Two-Dimensional Analytical Model of Small Geometry GaAs MESFETIJMERJOURNAL
 
The variational iteration method for calculating carbon dioxide absorbed into...
The variational iteration method for calculating carbon dioxide absorbed into...The variational iteration method for calculating carbon dioxide absorbed into...
The variational iteration method for calculating carbon dioxide absorbed into...iosrjce
 
The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)theijes
 
Unsteady MHD Flow Past A Semi-Infinite Vertical Plate With Heat Source/ Sink:...
Unsteady MHD Flow Past A Semi-Infinite Vertical Plate With Heat Source/ Sink:...Unsteady MHD Flow Past A Semi-Infinite Vertical Plate With Heat Source/ Sink:...
Unsteady MHD Flow Past A Semi-Infinite Vertical Plate With Heat Source/ Sink:...IJERA Editor
 
SUCCESSIVE LINEARIZATION SOLUTION OF A BOUNDARY LAYER CONVECTIVE HEAT TRANSFE...
SUCCESSIVE LINEARIZATION SOLUTION OF A BOUNDARY LAYER CONVECTIVE HEAT TRANSFE...SUCCESSIVE LINEARIZATION SOLUTION OF A BOUNDARY LAYER CONVECTIVE HEAT TRANSFE...
SUCCESSIVE LINEARIZATION SOLUTION OF A BOUNDARY LAYER CONVECTIVE HEAT TRANSFE...ijcsa
 
An efficient improvement of the Newton method for solving nonconvex optimizat...
An efficient improvement of the Newton method for solving nonconvex optimizat...An efficient improvement of the Newton method for solving nonconvex optimizat...
An efficient improvement of the Newton method for solving nonconvex optimizat...Christine Maffla
 
Assessing Error Bound For Dominant Point Detection
Assessing Error Bound For Dominant Point DetectionAssessing Error Bound For Dominant Point Detection
Assessing Error Bound For Dominant Point DetectionCSCJournals
 

Similar to A Simple Modification to the EDAS Method for Two Exceptional Cases (20)

Método Topsis - multiple decision makers
Método Topsis  - multiple decision makersMétodo Topsis  - multiple decision makers
Método Topsis - multiple decision makers
 
A Regularized Simplex Method
A Regularized Simplex MethodA Regularized Simplex Method
A Regularized Simplex Method
 
Numerical Solutions of Stiff Initial Value Problems Using Modified Extended B...
Numerical Solutions of Stiff Initial Value Problems Using Modified Extended B...Numerical Solutions of Stiff Initial Value Problems Using Modified Extended B...
Numerical Solutions of Stiff Initial Value Problems Using Modified Extended B...
 
Graphical method
Graphical methodGraphical method
Graphical method
 
Numerical analysis dual, primal, revised simplex
Numerical analysis  dual, primal, revised simplexNumerical analysis  dual, primal, revised simplex
Numerical analysis dual, primal, revised simplex
 
Efficient approximate analytical methods for nonlinear fuzzy boundary value ...
Efficient approximate analytical methods for nonlinear fuzzy  boundary value ...Efficient approximate analytical methods for nonlinear fuzzy  boundary value ...
Efficient approximate analytical methods for nonlinear fuzzy boundary value ...
 
article_mdimagh_haddar_2012
article_mdimagh_haddar_2012article_mdimagh_haddar_2012
article_mdimagh_haddar_2012
 
Data-Handling part 2.ppt
Data-Handling part 2.pptData-Handling part 2.ppt
Data-Handling part 2.ppt
 
Extended Analysis of Cauchy’s Inequality
Extended Analysis of Cauchy’s InequalityExtended Analysis of Cauchy’s Inequality
Extended Analysis of Cauchy’s Inequality
 
The Sample Average Approximation Method for Stochastic Programs with Integer ...
The Sample Average Approximation Method for Stochastic Programs with Integer ...The Sample Average Approximation Method for Stochastic Programs with Integer ...
The Sample Average Approximation Method for Stochastic Programs with Integer ...
 
EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...
EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...
EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...
 
Reduction of Response Surface Design Model: Nested Approach
Reduction of Response Surface Design Model: Nested ApproachReduction of Response Surface Design Model: Nested Approach
Reduction of Response Surface Design Model: Nested Approach
 
Application of Bender’s Decomposition Solving a Feed–mix Problem among Supply...
Application of Bender’s Decomposition Solving a Feed–mix Problem among Supply...Application of Bender’s Decomposition Solving a Feed–mix Problem among Supply...
Application of Bender’s Decomposition Solving a Feed–mix Problem among Supply...
 
A New Two-Dimensional Analytical Model of Small Geometry GaAs MESFET
A New Two-Dimensional Analytical Model of Small Geometry GaAs MESFETA New Two-Dimensional Analytical Model of Small Geometry GaAs MESFET
A New Two-Dimensional Analytical Model of Small Geometry GaAs MESFET
 
The variational iteration method for calculating carbon dioxide absorbed into...
The variational iteration method for calculating carbon dioxide absorbed into...The variational iteration method for calculating carbon dioxide absorbed into...
The variational iteration method for calculating carbon dioxide absorbed into...
 
The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)
 
Unsteady MHD Flow Past A Semi-Infinite Vertical Plate With Heat Source/ Sink:...
Unsteady MHD Flow Past A Semi-Infinite Vertical Plate With Heat Source/ Sink:...Unsteady MHD Flow Past A Semi-Infinite Vertical Plate With Heat Source/ Sink:...
Unsteady MHD Flow Past A Semi-Infinite Vertical Plate With Heat Source/ Sink:...
 
SUCCESSIVE LINEARIZATION SOLUTION OF A BOUNDARY LAYER CONVECTIVE HEAT TRANSFE...
SUCCESSIVE LINEARIZATION SOLUTION OF A BOUNDARY LAYER CONVECTIVE HEAT TRANSFE...SUCCESSIVE LINEARIZATION SOLUTION OF A BOUNDARY LAYER CONVECTIVE HEAT TRANSFE...
SUCCESSIVE LINEARIZATION SOLUTION OF A BOUNDARY LAYER CONVECTIVE HEAT TRANSFE...
 
An efficient improvement of the Newton method for solving nonconvex optimizat...
An efficient improvement of the Newton method for solving nonconvex optimizat...An efficient improvement of the Newton method for solving nonconvex optimizat...
An efficient improvement of the Newton method for solving nonconvex optimizat...
 
Assessing Error Bound For Dominant Point Detection
Assessing Error Bound For Dominant Point DetectionAssessing Error Bound For Dominant Point Detection
Assessing Error Bound For Dominant Point Detection
 

More from BOHR International Journal of Advances in Management Research

More from BOHR International Journal of Advances in Management Research (7)

Do Exchange Rate and Inflation Matters to Nigerian Economy? New Evidence from...
Do Exchange Rate and Inflation Matters to Nigerian Economy? New Evidence from...Do Exchange Rate and Inflation Matters to Nigerian Economy? New Evidence from...
Do Exchange Rate and Inflation Matters to Nigerian Economy? New Evidence from...
 
Strategies for Effective Integration of Management Information System in Seco...
Strategies for Effective Integration of Management Information System in Seco...Strategies for Effective Integration of Management Information System in Seco...
Strategies for Effective Integration of Management Information System in Seco...
 
Teaching Competencies and Professional Commitment: Relationship to Job Satisf...
Teaching Competencies and Professional Commitment: Relationship to Job Satisf...Teaching Competencies and Professional Commitment: Relationship to Job Satisf...
Teaching Competencies and Professional Commitment: Relationship to Job Satisf...
 
Teaching Competencies and Professional Commitment: Relationship to Job Satisf...
Teaching Competencies and Professional Commitment: Relationship to Job Satisf...Teaching Competencies and Professional Commitment: Relationship to Job Satisf...
Teaching Competencies and Professional Commitment: Relationship to Job Satisf...
 
Corporate Attributes and Creative Accounting of Listed Consumer Firms in Nigeria
Corporate Attributes and Creative Accounting of Listed Consumer Firms in NigeriaCorporate Attributes and Creative Accounting of Listed Consumer Firms in Nigeria
Corporate Attributes and Creative Accounting of Listed Consumer Firms in Nigeria
 
Financial Literacy, Perspectives, and Practices of Public Secondary Teachers ...
Financial Literacy, Perspectives, and Practices of Public Secondary Teachers ...Financial Literacy, Perspectives, and Practices of Public Secondary Teachers ...
Financial Literacy, Perspectives, and Practices of Public Secondary Teachers ...
 
Rethinking the Human Resource (HR) Strategy in the Face of Systematic Failure...
Rethinking the Human Resource (HR) Strategy in the Face of Systematic Failure...Rethinking the Human Resource (HR) Strategy in the Face of Systematic Failure...
Rethinking the Human Resource (HR) Strategy in the Face of Systematic Failure...
 

Recently uploaded

Reflecting, turning experience into insight
Reflecting, turning experience into insightReflecting, turning experience into insight
Reflecting, turning experience into insightWayne Abrahams
 
Unlocking Productivity and Personal Growth through the Importance-Urgency Matrix
Unlocking Productivity and Personal Growth through the Importance-Urgency MatrixUnlocking Productivity and Personal Growth through the Importance-Urgency Matrix
Unlocking Productivity and Personal Growth through the Importance-Urgency MatrixCIToolkit
 
How-How Diagram: A Practical Approach to Problem Resolution
How-How Diagram: A Practical Approach to Problem ResolutionHow-How Diagram: A Practical Approach to Problem Resolution
How-How Diagram: A Practical Approach to Problem ResolutionCIToolkit
 
From Goals to Actions: Uncovering the Key Components of Improvement Roadmaps
From Goals to Actions: Uncovering the Key Components of Improvement RoadmapsFrom Goals to Actions: Uncovering the Key Components of Improvement Roadmaps
From Goals to Actions: Uncovering the Key Components of Improvement RoadmapsCIToolkit
 
Board Diversity Initiaive Launch Presentation
Board Diversity Initiaive Launch PresentationBoard Diversity Initiaive Launch Presentation
Board Diversity Initiaive Launch Presentationcraig524401
 
LPC Operations Review PowerPoint | Operations Review
LPC Operations Review PowerPoint | Operations ReviewLPC Operations Review PowerPoint | Operations Review
LPC Operations Review PowerPoint | Operations Reviewthomas851723
 
LPC Warehouse Management System For Clients In The Business Sector
LPC Warehouse Management System For Clients In The Business SectorLPC Warehouse Management System For Clients In The Business Sector
LPC Warehouse Management System For Clients In The Business Sectorthomas851723
 
Measuring True Process Yield using Robust Yield Metrics
Measuring True Process Yield using Robust Yield MetricsMeasuring True Process Yield using Robust Yield Metrics
Measuring True Process Yield using Robust Yield MetricsCIToolkit
 
Simplifying Complexity: How the Four-Field Matrix Reshapes Thinking
Simplifying Complexity: How the Four-Field Matrix Reshapes ThinkingSimplifying Complexity: How the Four-Field Matrix Reshapes Thinking
Simplifying Complexity: How the Four-Field Matrix Reshapes ThinkingCIToolkit
 
Farmer Representative Organization in Lucknow | Rashtriya Kisan Manch
Farmer Representative Organization in Lucknow | Rashtriya Kisan ManchFarmer Representative Organization in Lucknow | Rashtriya Kisan Manch
Farmer Representative Organization in Lucknow | Rashtriya Kisan ManchRashtriya Kisan Manch
 
Introduction to LPC - Facility Design And Re-Engineering
Introduction to LPC - Facility Design And Re-EngineeringIntroduction to LPC - Facility Design And Re-Engineering
Introduction to LPC - Facility Design And Re-Engineeringthomas851723
 
Call Us🔝⇛+91-97111🔝47426 Call In girls Munirka (DELHI)
Call Us🔝⇛+91-97111🔝47426 Call In girls Munirka (DELHI)Call Us🔝⇛+91-97111🔝47426 Call In girls Munirka (DELHI)
Call Us🔝⇛+91-97111🔝47426 Call In girls Munirka (DELHI)jennyeacort
 
Motivational theories an leadership skills
Motivational theories an leadership skillsMotivational theories an leadership skills
Motivational theories an leadership skillskristinalimarenko7
 
Fifteenth Finance Commission Presentation
Fifteenth Finance Commission PresentationFifteenth Finance Commission Presentation
Fifteenth Finance Commission Presentationmintusiprd
 
Beyond the Five Whys: Exploring the Hierarchical Causes with the Why-Why Diagram
Beyond the Five Whys: Exploring the Hierarchical Causes with the Why-Why DiagramBeyond the Five Whys: Exploring the Hierarchical Causes with the Why-Why Diagram
Beyond the Five Whys: Exploring the Hierarchical Causes with the Why-Why DiagramCIToolkit
 
Management and managerial skills training manual.pdf
Management and managerial skills training manual.pdfManagement and managerial skills training manual.pdf
Management and managerial skills training manual.pdffillmonipdc
 
原版1:1复刻密西西比大学毕业证Mississippi毕业证留信学历认证
原版1:1复刻密西西比大学毕业证Mississippi毕业证留信学历认证原版1:1复刻密西西比大学毕业证Mississippi毕业证留信学历认证
原版1:1复刻密西西比大学毕业证Mississippi毕业证留信学历认证jdkhjh
 

Recently uploaded (18)

Reflecting, turning experience into insight
Reflecting, turning experience into insightReflecting, turning experience into insight
Reflecting, turning experience into insight
 
Unlocking Productivity and Personal Growth through the Importance-Urgency Matrix
Unlocking Productivity and Personal Growth through the Importance-Urgency MatrixUnlocking Productivity and Personal Growth through the Importance-Urgency Matrix
Unlocking Productivity and Personal Growth through the Importance-Urgency Matrix
 
How-How Diagram: A Practical Approach to Problem Resolution
How-How Diagram: A Practical Approach to Problem ResolutionHow-How Diagram: A Practical Approach to Problem Resolution
How-How Diagram: A Practical Approach to Problem Resolution
 
From Goals to Actions: Uncovering the Key Components of Improvement Roadmaps
From Goals to Actions: Uncovering the Key Components of Improvement RoadmapsFrom Goals to Actions: Uncovering the Key Components of Improvement Roadmaps
From Goals to Actions: Uncovering the Key Components of Improvement Roadmaps
 
Board Diversity Initiaive Launch Presentation
Board Diversity Initiaive Launch PresentationBoard Diversity Initiaive Launch Presentation
Board Diversity Initiaive Launch Presentation
 
LPC Operations Review PowerPoint | Operations Review
LPC Operations Review PowerPoint | Operations ReviewLPC Operations Review PowerPoint | Operations Review
LPC Operations Review PowerPoint | Operations Review
 
LPC Warehouse Management System For Clients In The Business Sector
LPC Warehouse Management System For Clients In The Business SectorLPC Warehouse Management System For Clients In The Business Sector
LPC Warehouse Management System For Clients In The Business Sector
 
Measuring True Process Yield using Robust Yield Metrics
Measuring True Process Yield using Robust Yield MetricsMeasuring True Process Yield using Robust Yield Metrics
Measuring True Process Yield using Robust Yield Metrics
 
Simplifying Complexity: How the Four-Field Matrix Reshapes Thinking
Simplifying Complexity: How the Four-Field Matrix Reshapes ThinkingSimplifying Complexity: How the Four-Field Matrix Reshapes Thinking
Simplifying Complexity: How the Four-Field Matrix Reshapes Thinking
 
Farmer Representative Organization in Lucknow | Rashtriya Kisan Manch
Farmer Representative Organization in Lucknow | Rashtriya Kisan ManchFarmer Representative Organization in Lucknow | Rashtriya Kisan Manch
Farmer Representative Organization in Lucknow | Rashtriya Kisan Manch
 
Introduction to LPC - Facility Design And Re-Engineering
Introduction to LPC - Facility Design And Re-EngineeringIntroduction to LPC - Facility Design And Re-Engineering
Introduction to LPC - Facility Design And Re-Engineering
 
Call Us🔝⇛+91-97111🔝47426 Call In girls Munirka (DELHI)
Call Us🔝⇛+91-97111🔝47426 Call In girls Munirka (DELHI)Call Us🔝⇛+91-97111🔝47426 Call In girls Munirka (DELHI)
Call Us🔝⇛+91-97111🔝47426 Call In girls Munirka (DELHI)
 
Motivational theories an leadership skills
Motivational theories an leadership skillsMotivational theories an leadership skills
Motivational theories an leadership skills
 
Fifteenth Finance Commission Presentation
Fifteenth Finance Commission PresentationFifteenth Finance Commission Presentation
Fifteenth Finance Commission Presentation
 
Beyond the Five Whys: Exploring the Hierarchical Causes with the Why-Why Diagram
Beyond the Five Whys: Exploring the Hierarchical Causes with the Why-Why DiagramBeyond the Five Whys: Exploring the Hierarchical Causes with the Why-Why Diagram
Beyond the Five Whys: Exploring the Hierarchical Causes with the Why-Why Diagram
 
Management and managerial skills training manual.pdf
Management and managerial skills training manual.pdfManagement and managerial skills training manual.pdf
Management and managerial skills training manual.pdf
 
sauth delhi call girls in Defence Colony🔝 9953056974 🔝 escort Service
sauth delhi call girls in Defence Colony🔝 9953056974 🔝 escort Servicesauth delhi call girls in Defence Colony🔝 9953056974 🔝 escort Service
sauth delhi call girls in Defence Colony🔝 9953056974 🔝 escort Service
 
原版1:1复刻密西西比大学毕业证Mississippi毕业证留信学历认证
原版1:1复刻密西西比大学毕业证Mississippi毕业证留信学历认证原版1:1复刻密西西比大学毕业证Mississippi毕业证留信学历认证
原版1:1复刻密西西比大学毕业证Mississippi毕业证留信学历认证
 

A Simple Modification to the EDAS Method for Two Exceptional Cases

  • 1. BOHR International Journal of Advances in Management Research 2022, Vol. 1, No. 1, pp. 36–39 https://doi.org/10.54646/bijamr.005 www.bohrpub.com A Simple Modification to the EDAS Method for Two Exceptional Cases Mehdi Keshavarz-Ghorabaee Department of Management, Faculty of Humanities (Azadshahr Branch), Gonbad Kavous University, 49717-99151 Gonbad Kavous, Iran E-mail: m.keshavarz@gonbad.ac.ir Abstract. Multi-criteria decision-making (MCDM) methods and techniques have been applied to many real-world problems in different fields of engineering science and technology. The evaluation based on distance from average solution (EDAS) method is an efficient MCDM method. The aim of this study is to propose a modification to address two exceptional cases in which the EDAS method fails to solve an MCDM problem. Keywords: Multi-criteria decision-making, MCDM, MADM, EDAS method. INTRODUCTION In decision-making problems, we are usually confronted with some alternatives that need to be evaluated with respect to multiple criteria. Multi-criteria decision-making (MCDM) methods and techniques are very useful to handle such problems. Many MCDM methods and tech- niques have been proposed by researchers during the past decades, such as analytic hierarchy process (AHP), analytic network process (ANP), complex proportional assessment (COPRAS), data envelopment analysis (DEA), ELECTRE (ELimination Et Choix Traduisant la REalité), multi-objective optimization by ratio analysis (MOORA), preference ranking organization method for enrichment of evaluations (PROMETHEE), technique for order of pref- erence by similarity to an ideal solution (TOPSIS), and VIKOR (VlseKriterijumska Optimizacija I Kompromisno Resenje). Interested readers are referred to some recent review papers in this field [1]. The EDAS method is a relatively new and efficient method proposed by Keshavarz Ghorabaee et al. [2]. The process of evaluation in this method is based on pos- itive and negative distances from an average solution. According to this method, an alternative that has higher values of positive distances and lower values of negative distances than the average solution is a more desirable alternative. This method has been extended to deal with MCDM problems in the presence of uncertainty [3–8]. Also, it has been applied to several real-world problems [9–19]. In this study, a modification is made to the EDAS method to improve its efficiency for handling MCDM problems. First, two exceptional cases in which the EDAS method fails to give a correct solution are considered, and then it is shown that the modification enables the EDAS method to give a correct solution. In Section “The EDAS Method”, the steps of the EDAS method are presented. Then, two exceptional cases are explained in Section “Exceptional Cases”. A modification is proposed in Section “A Sim- ple Modification to the EDAS Method”, and the results are analyzed in this section. Finally, conclusions are dis- cussed in Section “A Simple Modification to the EDAS Method”. THE EDAS METHOD Imagine that we have n alternatives (A1 to An) and m criteria (C1 to Cm), and the weight of each criterion (wj, j ∈ {1, 2, . . . , m}) is known. The steps of the EDAS method 36
  • 2. A Simple Modification to EDAS 37 for evaluation of the alternatives with respect to the criteria are as follows: Step 1. Construction of decision matrix: X =           x11 x12 · · · x1j · · · x1m x21 x22 · · · x2j · · · x2m . . . . . . ... . . . ... . . . xi1 xi2 · · · xij · · · xim . . . . . . ... . . . ... . . . xn1 xn2 · · · xnj · · · xnm           (1) Step 2. Calculation of the elements of average solution (gj): gj = ∑n i=1 xij n (2) Step 3. Determination of the positive (Pd ij) and negative (N d ij ) distances: Pd ij =            max(0, xij − gj) gj i f j ∈ B max(0, gj − xij) gj i f j ∈ C (3) N d ij =            max(0, gj − xij) gj i f j ∈ B max(0, xij − gj) gj i f j ∈ C (4) where B and C are the sets of benefit and cost criteria, respectively. Step 4. Computation of the weighted summation of the distances: Pw i = m ∑ j=1 wjPd ij (5) N w i = m ∑ j=1 wjN d ij (6) Step 5. Normalization of the values of the weighted sum- mations: Pn i = Pw i maxkPw k (7) N n i = 1 − N w i maxkN w k (8) Step 6. Calculation of the appraisal score of each alterna- tive: Si = 1 2 (Pn i + N n i ) (9) Step 7. Rank the alternatives according to decreasing val- ues of Si. EXCEPTIONAL CASES In this section, two exceptional cases are described using two examples. In these cases, the EDAS method is not capable of giving a correct solution. Negative Elements in the Average Solution If the elements of the average solution have negative val- ues, the EDAS method can result in an incorrect solution or no solution. Example A: Imagine that we have a problem with two alternatives (A1 and A2) and two criteria (C1 ∈ B and C2 ∈ C) with the following decision matrix. X = −1 −4 −3 −2 According to this decision matrix and the type of the criteria, it is obvious that A1 A2. However, if we use the EDAS method, the elements of the average solution is g1 = −2 and g2 = −3, and the positive and negative distances are as follows: Pd 11 = max(0, −1 − (−2)) −2 = − 1 2 Pd 12 = max(0, −3 − (−4)) −3 = − 1 3 Pd 21 = max(0, −3 − (−2)) −2 = 0 Pd 22 = max(0, −3 − (−2)) −3 = 0 N d 11 = max(0, −2 − (−1)) −2 = 0 N d 12 = max(0, −4 − (−3)) −3 = 0 N d 21 = max(0, −2 − (−3)) −2 = − 1 2 N d 22 = max(0, −2 − (−3)) −3 = − 1 3 According to the decision matrix, A1 has better values than A2 on C1, but as can be seen, the value of Pd 11 is lower than Pd 21. These values can result in a wrong evaluation of alternatives. We can see the same problem in the other values of positive and negative distances. Moreover, if all of the elements of the average solution have negative values, maxkPw k and maxkN w k equals zero, and we cannot calculate the values of Pn i , N n i and Si.
  • 3. 38 Mehdi Keshavarz-Ghorabaee Zero Elements in the Average Solution If some elements of the average solution are equal to zero, we cannot calculate some positive and negative distances. Therefore, the EDAS method cannot give a solution. Example B: Imagine that we have three alternatives and two criteria with the following decision matrix. X =   4 2 1 5 −5 2   In this example, it is not possible to calculate the values of Pd 11, Pd 21, Pd 31, N d 11, N d 21, and N d 31 because the value of g1 equals zero. A SIMPLE MODIFICATION TO THE EDAS METHOD We can see that the problems in the considered exceptional cases are definitely due to existing negative values in the decision matrix. For this reason, a modification is made to the EDAS method to eliminate this flaw from the evalua- tion process. A new step is added after the first step of the method as follows: Step 1B. Transformation of the decision matrix. X0 =           x0 11 x0 12 · · · x0 1j · · · x0 1m x0 21 x0 22 · · · x0 2j · · · x0 2m . . . . . . ... . . . ... . . . x0 i1 x0 i2 · · · x0 ij · · · x0 im . . . . . . ... . . . ... . . . x0 n1 x0 n2 · · · x0 nj · · · x0 nm           (10) where, x0 ij = xij − minjxij (11) Then, the values of x0 ij are used in the next steps. In Example A, if we use this step, the transformed deci- sion matrix will be: X0 = 2 0 0 2 Therefore, the elements of the average solution will be changed to g1 = 1 and g2 = 1. According to Eqs. (3) and (4), we can obtain rational values for the positive and negative distances. Pd 11 = max(0, 2 − 1) 1 = 1 Pd 12 = max(0, 1 − 0) 1 = 1 Pd 21 = max(0, 0 − 1) 1 = 0 Pd 22 = max(0, 1 − 2) 1 = 0 N d 11 = max(0, 1 − 2) 1 = 0 N d 12 = max(0, 0 − 1) 1 = 0 N d 21 = max(0, 1 − 0) 1 = 1 N d 22 = max(0, 2 − 1) 1 = 1 For instance, we can see that Pd 11, which was lower than Pd 21 before this transformation, has a greater value than Pd 21. Also, the final appraisal scores after this transforma- tion are S1 = 1 and S2 = 0, which confirm that A1 A2. Moreover, in Example B, using this modification leads to the following transformed decision matrix: X0 =   9 0 6 3 0 0   According to Eq. (2), the average solutions are g1 = 5 and g2 = 1. As it can be seen, there is no element in the average solution that equals zero. Therefore, the other steps of the EDAS method can be made without any problem. CONCLUSIONS In this study, two exceptional cases that caused some prob- lems in the EDAS method have been addressed. The main issue was related to existing negative values in the decision matrix, which could lead to negative or zero elements in the average solution. A modification by adding a new step has been made to the EDAS method. In this modification, the values of the decision matrix are transformed into positive values. It has been shown that the EDAS method is improved by this modification in the considered excep- tional cases. AUTHOR CONTRIBUTIONS The author confirms sole responsibility for the study.
  • 4. A Simple Modification to EDAS 39 REFERENCES [1] Mardani, A., Jusoh, A., Md Nor, K., et al. (2015). Multiple criteria decision-making techniques and their applications – a review of the literature from 2000 to 2014. Economic Research-Ekonomska Istraživanja 28 (1), 516–571. [2] Keshavarz Ghorabaee, M., Zavadskas, E. K., Olfat, L., et al. (2015). Multi-criteria inventory classification using a new method of evalua- tion based on distance from average solution (EDAS). Informatica 26 (3), 435–451. [3] Kahraman, C., Keshavarz Ghorabaee, M., Zavadskas, E. K., et al. (2017). Intuitionistic fuzzy EDAS method: an application to solid waste disposal site selection. Journal of Environmental Engineering and Landscape Management 25 (1), 1–12. [4] Keshavarz Ghorabaee, M., Amiri, M., Zavadskas, E. K., et al. (2017). Multi-criteria group decision-making using an extended EDAS method with interval type-2 fuzzy sets. E M Ekonomie a Manage- ment 20 (1), 48–68. [5] Keshavarz Ghorabaee, M., Zavadskas, E. K., Amiri, M., et al. (2016). Extended EDAS Method for Fuzzy Multi-criteria Decision-making: An Application to Supplier Selection. International Journal of Com- puters Communications Control 11 (3), 358–371. [6] Stanujkic, D., Zavadskas, E. K., Keshavarz Ghorabaee, M., et al. (2017). An extension of the EDAS method based on the use of interval grey numbers. Studies in Informatics and Control 26 (1), 5–12. [7] Peng, X., Dai, J. and Yuan, H. (2017). Interval-valued Fuzzy Soft Decision Making Methods Based on MABAC, Similarity Measure and EDAS. Fundamenta Informaticae 152 (4), 373–396. [8] Peng, X. and Liu, C. (2017). Algorithms for neutrosophic soft decision making based on EDAS, new similarity measure and level soft set. Journal of Intelligent Fuzzy Systems 32 (1), 955–968. [9] Ecer, F. (2018). Third-party logistics (3PLs) provider selection via Fuzzy AHP and EDAS integrated model. Technological and Eco- nomic Development of Economy 24 (2), 615–634. [10] Turskis, Z., Morkunaite, Z. and Kutut, V. (2017). A hybrid multiple criteria evaluation method of ranking of cultural heritage structures for renovation projects. International Journal of Strategic Property Management 21 (3), 318–329. [11] Turskis, Z. and Juodagalvienë, B. (2016). A novel hybrid multi- criteria decision-making model to assess a stairs shape for dwelling houses. Journal of Civil Engineering and Management 22 (8), 1078– 1087. [12] Stević, Ž., Vasiljević, M. and Vesković, S. (2016) Evaluation in logis- tics using combined AHP and EDAS method. XLIII International Symposium on Operational Research, Serbia, Belgrade, pp. 309–313. [13] Trinkûnienë, E., Podvezko, V., Zavadskas, E. K., et al. (2017). Evalu- ation of quality assurance in contractor contracts by multi-attribute decision-making methods. Economic Research-Ekonomska Istrad̄i- vanja 30 (1), 1152–1180. [14] Zavadskas, E. K., Cavallaro, F., Podvezko, V., et al. (2017). MCDM Assessment of a Healthy and Safe Built Environment According to Sustainable Development Principles: A Practical Neighborhood Approach in Vilnius. Sustainability 9 (5), 702. [15] Juodagalvienë, B., Turskis, Z., Šaparauskas, J., et al. (2017). Integrated multi-criteria evaluation of house’s plan shape based on the EDAS and SWARA methods. Engineering Structures and Technologies 9 (3), 117–125. [16] Stević, Ž., Pamuèar, D., Vasiljević, M., et al. (2017). Novel Integrated Multi-Criteria Model for Supplier Selection: Case Study Construc- tion Company. Symmetry 9 (11), 279. [17] Aldalou, E. and Perçin, S. (2020). Financial performance evaluation of food and drink index using fuzzy MCDM approach. Uluslararası Ekonomi ve Yenilik Dergisi 6 (1), 1–19. [18] Peng, D., Wang, J., Liu, D., et al. (2022). An Improved EDAS Method for the Multi-Attribute Decision Making Based on the Dynamic Expectation Level of Decision Makers. Symmetry 14 (5), 979. [19] Wang, X., Xu, Z. and Gou, X. (2022). The Interval probabilistic double hierarchy linguistic EDAS method based on natural language pro- cessing basic techniques and its application to hotel online reviews. International Journal of Machine Learning and Cybernetics 13 (6), 1517–1534.