Samiksha Jaiswal (Editor)

TOPSIS

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

The Technique for Order of Preference by Similarity to Ideal Solution (TOPSIS) is a multi-criteria decision analysis method, which was originally developed by Hwang and Yoon in 1981 with further developments by Yoon in 1987, and Hwang, Lai and Liu in 1993. TOPSIS is based on the concept that the chosen alternative should have the shortest geometric distance from the positive ideal solution (PIS) and the longest geometric distance from the negative ideal solution (NIS). It is a method of compensatory aggregation that compares a set of alternatives by identifying weights for each criterion, normalising scores for each criterion and calculating the geometric distance between each alternative and the ideal alternative, which is the best score in each criterion. An assumption of TOPSIS is that the criteria are monotonically increasing or decreasing. Normalisation is usually required as the parameters or criteria are often of incongruous dimensions in multi-criteria problems. Compensatory methods such as TOPSIS allow trade-offs between criteria, where a poor result in one criterion can be negated by a good result in another criterion. This provides a more realistic form of modelling than non-compensatory methods, which include or exclude alternative solutions based on hard cut-offs. An example of application on nuclear power plants is provided in.

Contents

TOPSIS method

The TOPSIS process is carried out as follows:

Step 1
Create an evaluation matrix consisting of m alternatives and n criteria, with the intersection of each alternative and criteria given as x i j , we therefore have a matrix ( x i j ) m × n .
Step 2
The matrix ( x i j ) m × n is then normalised to form the matrix

R = ( r i j ) m × n , using the normalisation method r i j = x i j i = 1 m x i j 2 , i = 1 , 2 , . . . , m , j = 1 , 2 , . . . , n

Step 3
Calculate the weighted normalised decision matrix

t i j = r i j w j , i = 1 , 2 , . . . , m , j = 1 , 2 , . . . , n

Where w j = W j / j = 1 n W j , j = 1 , 2 , . . . , n so that j = 1 n w j = 1 , and W j is the original weight given to the indicator v j , j = 1 , 2 , . . . , n .
Step 4
Determine the worst alternative ( A w ) and the best alternative ( A b ) :

A w = { m a x ( t i j | i = 1 , 2 , . . . , m ) | j J , m i n ( t i j | i = 1 , 2 , . . . , m ) | j J + } { t w j | j = 1 , 2 , . . . , n } ,

A b = { m i n ( t i j | i = 1 , 2 , . . . , m ) | j J , m a x ( t i j | i = 1 , 2 , . . . , m ) | j J + } { t b j | j = 1 , 2 , . . . , n } ,

where, J + = { j = 1 , 2 , . . . , n | j associated with the criteria having a positive impact, and J = { j = 1 , 2 , . . . , n | j associated with the criteria having a negative impact.
Step 5
Calculate the L2-distance between the target alternative i and the worst condition A w d i w = j = 1 n ( t i j t w j ) 2 , i = 1 , 2 , . . . , m ,

and the distance between the alternative i and the best condition A b

d i b = j = 1 n ( t i j t b j ) 2 , i = 1 , 2 , . . . , m where d i w and d i b are L2-norm distances from the target alternative i to the worst and best conditions, respectively.
Step 6
Calculate the similarity to the worst condition:

s i w = d i w / ( d i w + d i b ) , 0 s i w 1 , i = 1 , 2 , . . . , m .

s i w = 1 if and only if the alternative solution has the best condition; and

s i w = 0 if and only if the alternative solution has the worst condition.

Step 7
Rank the alternatives according to s i w ( i = 1 , 2 , . . . , m ) .

Normalisation

Two methods of normalisation that have been used to deal with incongruous criteria dimensions are linear normalisation and vector normalisation.

Linear normalisation can be calculated as in Step 2 of the TOPSIS process above. Vector normalisation was incorporated with the original development of the TOPSIS method, and is calculated using the following formula:

r i j = x i j i = 1 m x i j 2 , i = 1 , 2 , . . . , m , j = 1 , 2 , . . . , n

In using vector normalisation, the non-linear distances between single dimension scores and ratios should produce smoother trade-offs.

References

TOPSIS Wikipedia