Ranking method · Chen, 2000

Fuzzy TOPSIS

TOPSIS under fuzzy environment (triangular fuzzy numbers)

TOPSIS when your numbers are estimates, not measurements every value carries an uncertainty band.

How it works

  1. Turn every crisp value x into the triangular fuzzy number (x·(1−δ), x, x·(1+δ)) δ is your imprecision estimate.
  2. Normalize linearly: benefit values ÷ the largest upper bound, cost criteria via the smallest lower bound.
  3. Weight the fuzzy values, then measure each alternative's vertex-method distance to the fuzzy positive ideal (1,1,1) and negative ideal (0,0,0).
  4. Score by closeness CC = d⁻ / (d⁺ + d⁻); rank by descending CC.

Use it when

Watch out for

Parameters

δ the symmetric fuzzification spread (0 to 0.5, default 0.10).

Cite the method

Chen, C.-T. (2000). Extensions of the TOPSIS for group decision-making under fuzzy environment. Fuzzy Sets and Systems, 114(1), 1-9.

@article{chen2000extensions,
  author  = {Chen, Chen-Tung},
  title   = {Extensions of the {TOPSIS} for group decision-making under fuzzy environment},
  journal = {Fuzzy Sets and Systems},
  volume  = {114},
  number  = {1},
  pages   = {19},
  year    = {2000},
  doi     = {10.1016/S0165-0114(97)00377-1}
}

Try Fuzzy TOPSIS on your own data

Upload a spreadsheet or type your alternatives in every calculation step is traced.

Open the studio